On compiling teTeX 1.0.7 on Sun Solaris 2.5 + gcc 2.95
I get the following error message:
----------------------BEGIN ERROR MESSAGE-----------------------
gcc -o mfw mfini.o mf0.o mf1.o mf2.o mfextra.o window/window.a -L/usr/local/lib
-R/usr/local/lib -lXt -lX11 -L/usr/local/lib -lsocket -lnsl lib/lib.a
../kpathsea/STATIC/libkpathsea.a -lm
ld: fatal: file /usr/local/lib/libXt.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: file /usr/local/lib/libXt.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: library -lXt: not found
ld: fatal: file /usr/local/lib/libX11.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: file /usr/local/lib/libX11.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: library -lX11: not found
ld: fatal: File processing errors. No output written to mfw
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `mfw'
Current working directory /opt/other/latex/teTeX-1.0/texk/web2c
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /opt/other/latex/teTeX-1.0/texk
*** Error code 1
make: Fatal error: Command failed for target `all'
----------------------END ERROR MESSAGE-----------------------
I have checked the files libX11.a & libXt.a exist in /usr/local/lib
Thanks.