On Sun, 4 Aug 2013, John Vonachen wrote:
/bin/bash ../libtool --tag=CC --mode=link gcc -O20 -Wall -ffast-math
-fsigned-char -g -O2 -no-undefined -version-info 8:1:8 -o libogg.la -rpath
/usr/local/lib framing.lo bitwise.lo
../libtool: eval: line 6444: unexpected EOF while looking for matching `''
../libtool: eval: line 6445: syntax error: unexpected end of file
I assume that line 6444 refers to an internal conglomerated compilation unit.
It gives me a number but where is the file with this line so I can find the
offending single quote?
Hi John,
Line 6444 probably refers to a line in libtool itself. Libtool is a
huge shell script. Pop up "../libtool" in your editor of choice.
You can add --debug to the libtool command line (and redirect the output
to a file) to diagnose most errors. Painful, but doable. You may have
more luck just adding echo statements shortly before the error.
- Daniel
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool