[C++-sig] Building Hello World

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Fri May 6 19:33:06 CEST 2005


--- "Cain, Ben (Contractor-Summit)" <Ben.Cain at us.army.mil> wrote:
> I'm trying to go through the Tutorial.  I have an extensive makefile
> system that is already used for an application affecting many
> developers.  With that in mind, I'd really prefer not to switch to bjam
> ... at least not just yet.

There is nothing magic about bjam, you just need to get the compilation and
link commands right. E.g. we are using a SCons-based build system, but you can
certainly also use make. The commands for a Windows build are shown here:

http://cci.lbl.gov/cctbx_build/results/2005_05_05_2035/win_xp_py24_build_log

Similarly, Linux g++:

http://cci.lbl.gov/cctbx_build/results/2005_05_05_2337/fedora3_py24_build_log

The build commands for boost_python.lib or libboost_python.so are near the
beginning of the pages.

These particular pages will go away eventually, but if you look around under
the "summary" links at http://cci.lbl.gov/cctbx_build/all.html you should
always be able to find the build commands.

Cheers,
        Ralf

P.S.: Ben, you have to post to c++-sig at python.org if you want everybody to see
your messages.



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail



More information about the Cplusplus-sig mailing list