15 Nov
2002
15 Nov
'02
11:47 a.m.
Just wondering the difference between library builded with Jam and library builded with specifics target compiler's makefiles.
If you take the makefile route then the right lib will be selected for linking for you, if you use the jam route then you need to define BOOST_REGEX_NO_LIB when building your code, and manually select the right lib to link to (and make darn sure you pick the right one!). John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm