Hi everyone, I'm trying to link a class with a library. The script is:
/bin/sh ${BOREALIS}/common/bin/libtool --mode=link --tag=CXX ${BOREALIS}/nmstl/bin/wtf g++ -g -Wall -o $1$app $1.o -L/home/vincenzo/software/borealis-projects/LoadDistributionTool -lwld
I get the error:
Linker errors follow. This mode is untested; type "wtf 0" for the original output.
cannot find -lwld
in /usr/bin/ld
ld returned 1 exit status
in collect2
Why is it searching that library in the wrong directory?
Thanks