Vladimir Prus <[EMAIL PROTECTED]> writes: > On Sunday 13 March 2005 18:34, David Abrahams wrote: > >> bash -c "export ICU_PATH=/cygdrive/c/src/icu && bjam -a --v2 gcc release >> pdf" warning: Python location is not configured >> warning: the Boost.Python library won't be built >> Building Boost.Regex with Unicode/ICU support enabled > ....... >> ../../../bin.v2/libs/program_options/build/gcc/release/program_options-gcc_ >>1.32.0.dll.1.32.0 gcc.link >> ../../../bin.v2/tools/quickbook/gcc/release/quickbook.exe >> ../../../bin.v2/tools/quickbook/gcc/release/quickbook.o(.text+0x2a1):quickb >>ook.cpp: undefined reference to >> `boost::program_options::options_description::options_description[in-charge >>](std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> const&, unsigned)' > > This links correctly for me, using HEAD of quickbook and program_options. > >> "g++" -Wl,-R >> -Wl,"/cygdrive/c/boost/bin.v2/libs/program_options/build/gcc/release" >> -Wl,-rpath-link >> -Wl,"/cygdrive/c/boost/bin.v2/libs/program_options/build/gcc/release" -o >> "../../../bin.v2/tools/quickbook/gcc/release/quickbook.exe" >> "../../../bin.v2/tools/quickbook/gcc/release/quickbook.o" >> "../../../bin.v2/libs/program_options/build/gcc/release/program_options-gcc >>_1.32.0.dll.1.32.0" -Wl,--strip-all > > Try removing > "../../../bin.v2/libs/program_options/build/gcc/release/program_options-gcc > _1.32.0.dll.1.32.0", and rebuilding.
Did you miss the fact that I was using the "-a" option? I'll try updating my CVS. -- Dave Abrahams Boost Consulting www.boost-consulting.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
