Boost logo

Boost Users :

Subject: Re: [Boost-users] The Boost difference b/w 32 and 64 bits
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-01-28 10:50:24


AMDG

JongKwan Kim wrote:
> I am running my own C and C++ code using the Boost Library.
> First, I run the my code with Boost Library 1.36.0 on the 32 bits linux
> (Ubuntu) computer, so it is working well.
>
> However, I need to move the same code on the 64 bits linux (RedHat)
> computer.
> So, I am trying to run the code with Boost Library 1.41.0 on the 64 bits
> linux machine.
> At that time, the compiling is well, but when I run it, there is
> segmentation fault.
>
> I do not know if the problem is because of the difference between 32 bits
> and 64 bits or between 1.36.0 and 1.41.0 versions.
>
> Could you guys please let me know what is problem?
>
> When I type "make install" on the prompt window, I got messages like
> below....
> .............................
> /usr/bin/ld: warning: i386 architecture of input file
> `/usr/lib/libz.a(crc32.o)' is incompatible with i386:x86-64 output
>
> <snip>
>

At first glance, this appears to be a problem with 32/64 bits but
unrelated to boost. Are there libraries somewhere like /usr/lib64?

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net