Volker Knierim wrote:
> Hello Angus,
> 
> thanks for the quick reply. The config.log actually says the following

> configure:12333: gcc -o conftest -g -O2  -isystem /usr/openwin/include
> conftest.c -lflimage  -ljpeg -lforms
> -lXpm  -lSM -lICE -lc -lm   -L/usr/openwin/lib -R/usr/openwin/lib -lX11
> -lsocket  -lnsl >&5
> Undefined                       first referenced
> symbol                             in file
> .LLC90
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.3/../../../libflimage.so
> ld: fatal: Symbol referencing errors. No output written to conftest
> collect2: ld returned 1 exit status
> configure:12336: $? = 1

So you're going to have to do some detective work and find out what .LLC90
is and, more importantly, what library provides this symbol. I'd cut and
paste the failing program into a stand-alone .c file so that I can test
from the command line.

Googling on ".LLC90 link" throws up some stuff that may make some sense to
you, but not to me. Sorry I can't be more helpful.

-- 
Angus

Reply via email to