Boost logo

Boost Users :

From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2008-05-05 10:42:53


hi!

ajay gopalakrishnan schrieb:
> The Tutorial on Boost.Build tells how to include header files using
> <include> tag, but how to link dynamic shared libraries? What should I
> write in the Jamfile to make this work?

See "Prebuilt Targets" here:
http://www.boost.org/boost-build2/doc/html/bbv2/tutorial/prebuilt.html

you would want:

lib cblas : #no sources
  : <search>/usr/lib/atlas
  :
# : <include>/usr/include/altas #maybe?
  ;

Frank


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net