Weining Hao wrote: > Hi, > > I checked out boost from Boost CVS repository on July > 12th. I have built and installed the boost by using > command "bjam install". And now I want to compile > quickbook and boostbook. > > 1) For quickbook, shall I use the g++ command: > g++ -I/home/hnn/boost quickbook.cpp -o quickbook > or the build tool bjam to compile it? > > I tried the g++ command line, then the following > errors happened: > [...] > > Could someone tell me the reason?
Linker errors. Please use BJam instead. QuickBook uses BJam V2, so please follow this: http://boost.org/tools/build/v2/index.html 1) tweak tools/build/v2/user-config.jam 2) bjam --v2 Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
