On Friday 06 April 2001 5:33 pm, s_a_white wrote:
> Hi,
Hello.
> I found another problem the other day. I created a line with a define on
> it and found libtool (1.3c) removed my quotes which were needed:
>
> c++ -DMY_STRING="FOO" ...
Don't forget that the host shell expands one set of quotes
Hi,
This is sort of related:
If I link against a library which is static
using -L/home/test/local/lib -lfoostatic. The line gets converted by
libtool to:
/home/test/local/lib/foostatic.la
Now in the created la file I get added -L/home/test/local/lib to the
dependency line. I was just wonderi