
27 May
2004
27 May
'04
3:51 p.m.
I am using boost with mingw. How do I tell bjam to bind with an additional (non-boost) library? In my case I would like to bind msvcp60.dll or libmsvcp60.a into my project. The latter file is in mingw's lib-path. Thanks, Andreas

28 May
28 May
5:02 a.m.
Andreas Beyer wrote:
I am using boost with mingw. How do I tell bjam to bind with an additional (non-boost) library?
In my case I would like to bind msvcp60.dll or libmsvcp60.a into my project. The latter file is in mingw's lib-path.
Add the path and the library to your requirements like this: exe my_exe : list_of_your_source_files_here : <library-path>path_to_your_lib <find-library>msvcp60.dll ;
7726
Age (days ago)
7727
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Beyer
-
Toon Knapen