Re: [Boost-users] Link error Boost.Serialization
boost-users@lists.boost.org schrieb am 31.03.05 04:11:12:
On Wed, 30 Mar 2005 13:06:32 +0100, Christian Heinemann wrote
Hi, i want to use serialization library from boost. I'm enthused about the functionality. But when i try to compile and link the first example (which can be find on http://www.boost.org/libs/serialization/doc/index.html), i get the following error messages: (with g++ -o serialize serialize.cpp -lboost_serialization-gcc -I/usr/local/include/boost-1_32)
It doesn't look like you've told the compiler where to find the serialization library. You probably need the option:
-L /usr/local/lib
assuming that's where the serialization library is installed.
The same error occur. I suppose there is a correlation between the link error and the 32bit and 64bit libraries installed on my system (x86_64). Is such a thing possible? There always two library-paths: lib and lib64. Boost is installed in lib. Christian ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
participants (1)
-
Christian Heinemann