cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
boost x32 libraries
boost x32 libraries
Sep 24, 2010 at 2:06pm UTC
GnG
(40)
Hi,
I'm trying to prepare a computer that compile my program in 32 and 64 bits. The c++ compiler it's ok, but now I have to install libboost x32 and x64. I have installed x64, how can I install x32 too?!
Cheers,
gnng.
Sep 24, 2010 at 2:55pm UTC
PanGalactic
(1658)
I typically use separate virtual machines for this -- one for 64-bit builds and one for 32-bit builds.
Sep 27, 2010 at 1:44pm UTC
GnG
(40)
but my problem is that I have no virtual machine, I just have one x64 computer =/
Sep 27, 2010 at 4:15pm UTC
Bazzy
(6281)
Install them on different directories
Sep 29, 2010 at 2:18pm UTC
GnG
(40)
Thanks.
Topic archived. No new replies allowed.