Re: libtool and quote stripping

2001-04-07 Thread Gary V . Vaughan
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

Re: FYI: duplicate removal patch [Was Re: ok, new libtool for cygwinupdates]

2001-04-07 Thread s_a_white
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