[boost]Re: Re: serialization library #17

Neal Becker wrote:
I had a couple of problems to build with boost_1_31_0 and gcc-3.3.3:
gcc-C++-action ../../../bin/boost/libs/serialization/build/libboost_serialization.a/gcc/de bug/runtime-link-static/threading-multi/basic_iserializer.o ../../../libs/serialization/src/basic_iserializer.cpp:32: error: prototype
I don't find a file named basic_iserializer.cpp in my system. Nor do I find such a file in the serialization17.zip file. I did however such a name in the jamfile.v2 - which I will remove. I just rebuilt the library with my GCC 3.2 cygwin system - note this system doesn't include wide char i/o so I can't build the corresponding part on my setup. Here is my setup: $ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc --with-gnu-ld --with gnu- as --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexe cdir=/usr/sbin --mandir=/usr/share/man --infodir=/usr/share/info --enable-langua ges=c,ada,c++,f77,pascal,java,objc --enable-libgcj --enable-threads=posix --with -system-zlib --enable-nls --without-included-gettext --enable-interpreter --enab le-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --dis able-win32-registry --enable-java-gc=boehm --disable-hash-synchronization --verb ose --target=i686-pc-cygwin --host=i686-pc-cygwin --build=i686-pc-cygwin Thread model: posix gcc version 3.3.1 (cygming special) Robert Ramey
participants (1)
-
Robert Ramey