[Ecls-list] c:*user-ld-flags* surrounds everything with single quote

Seth Burleigh seth at tewebs.com
Sun Mar 28 06:26:40 UTC 2010


I have this in my c:*user-ld-flags*
("-L\"/usr/local/cintools/\"" "-lcin")

Now, when i compile, it surrounds everything with single quotes, giving
something like this:

gcc .... '-L\"/usr.......\"' '-lcin'

Now, ive tested this on regular c code, and the compiler doesn't care if
any link statements are in single quotes, but the -L statement wont work
with the single quotes surrounding it. If i take them out, the compiler
finds the library.







More information about the ecl-devel mailing list