|
Boost-Build : |
From: Zbynek Winkler (zwin_at_[hidden])
Date: 2004-02-25 10:17:19
I am using the following definition with mingw:
lib cppunit : : <name>libcppunit <search>c:/msys/1.0/local/lib/ ;
However the command line generated contains
-L"c:\msys\1.0\local\lib"
and mingw does not find the library. It needs the slash at the end.
d:\>g++ -L"c:\msys\1.0\usr\local\lib" -llibcppunit
c:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe:
cannot find -llibcppunit
d:\>g++ -L"c:\msys\1.0\usr\local\lib\" -llibcppunit
g++: no input files
What can we do about it?
Zbynek
-- http://zw.matfyz.cz/ http://robotika.cz/ Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk