libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enhancement?


From: Daniel Herring
Subject: Re: enhancement?
Date: Mon, 5 Aug 2013 00:54:56 -0400 (EDT)
User-agent: Alpine 2.03 (LNX 1266 2009-07-14)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]