[LLVMdev] Linking shared library

Mariusz Grad mariusz.grad at gmail.com
Thu Sep 16 07:28:26 PDT 2010


On Sep 16, 2010, at 4:08 PM, Mariusz Grad wrote:

> Which means that the libfoo.so is not picked up from the Debug/lib directory.
> In other words linker does not look into Debug/lib folder.
Actually that's not true.
# make VERBOSE=1
shows that there is -L flag to the Debug/lib but the library (in this case -lfoo) is missing.
In other words LIBS does not place the library when linking.

Greetings, Mariusz.
-- 
Mariusz Grad







More information about the llvm-dev mailing list