Yep, this part right here:
This ensures that the spurious '-L/usr/lib' you noted above won't cause trouble as /usr/nekoware/lib and /usr/lib32 will always come first.
Code:
Edit configure.in; find the following:
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
Change to:
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV -L/usr/nekoware/lib -L/usr/lib32";;
Rebuild 'configure' with 'buildconf --force'.
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
Change to:
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV -L/usr/nekoware/lib -L/usr/lib32";;
Rebuild 'configure' with 'buildconf --force'.
This ensures that the spurious '-L/usr/lib' you noted above won't cause trouble as /usr/nekoware/lib and /usr/lib32 will always come first.
_________________
私のホバークラフト は鰻が一杯です。
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.