Page 1 of 1

CodeLite eating lib

Posted: Thu Apr 15, 2010 6:40 pm
by TomekGasinski
In panel Project Settings->Linker
Libraries: libboost_filesystem-vc80-mt-s-1_42.lib
but command line is: link.exe /nologo /OUT:./Debug/cl_napisy ./Debug/main_.obj "/LIBPATH:." boost_filesystem-vc80-mt-s-1_42.lib
"lib" in name library is eating (library name is: libboost_filesystem-vc80-mt-s-1_42.lib)
This library name is ok in VS2005 and C::B.


PS:
Thank You for CodeLite. :D

Re: CodeLite eating lib

Posted: Thu Apr 15, 2010 6:58 pm
by eranif
Try adding an extra 'lib' prefix, so the lib name will be:
liblibboost_filesystem-vc80-mt-s-1_42.lib

If it works, please open a bug for this at sourceforge (the link to the bug tracker can be found from the web site main page http://codelite.org)

Eran

Re: CodeLite eating lib

Posted: Thu Apr 15, 2010 7:11 pm
by TomekGasinski
working
liblib.....
Tomek