With 2.0.1, configure is setting "X_LIBS" to "-L/usr/lib", which causes Irix to
try to link again o32 libraries:

 gcc -o mfw mfini.o mf0.o mf1.o mf2.o mfextra.o window/window.a -L/usr/lib -lXt
-lX11 -L/usr/lib lib/lib.a ../kpathsea/STATIC/libkpathsea.a -lm
ld32: FATAL   12 : Expecting n32 objects: /usr/lib/libXt.so is o32.
collect2: ld returned 4 exit status
gmake[2]: *** [mfw] Error 1
gmake[2]: Leaving directory
`/disk2/u/gwhite/install/tetex-src-2.0.1/texk/web2c'gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/disk2/u/gwhite/install/tetex-src-2.0.1/texk'
gmake: *** [all] Error 1

config.status for 2.0.1 has the following entries: 

GP.RP3$ grep '@X_LIBS' texk/*/config.status
texk/oxdvik/config.status:s%@X_LIBS@% -L/usr/lib%g
texk/web2c/config.status:s%@X_LIBS@% -L/usr/lib%g
texk/xdvik/config.status:s%@X_LIBS@% -L/usr/lib%g

It was not so for 2.0:

GP.RP3$ grep '@X_LIBS' ../tetex-src-2.0/texk/*/config.status
../tetex-src-2.0/texk/oxdvik/config.status:s%@X_LIBS@%%g
../tetex-src-2.0/texk/web2c/config.status:s%@X_LIBS@%%g
../tetex-src-2.0/texk/xdvik/config.status:s%@X_LIBS@%%g

Note that there is a second "-L/usr/libs" being set for mfw.  A workaround
is to edit the Makefiles in texk/oxdvik, etc. to remove the "-L/usr/lib"
entries.

--
George N. White III <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> 
189 Parklea Dr., Head of St. Margarets Bay, NS   B3Z 2G6  

Reply via email to