| Use the OSTools version from SCO downloads.
or
1) wrong host
2) The ltmain and ltconfig.sh in this app are too old.
cp /usr/local/share/libtool/ltconfig .
cp /usr/local/share/libtool/ltmain.sh .
3) LDFLAGS=-L/usr/ucblib NM=/usr/local/bin/nm ./configure \
--host=i586-sco-sysv5uw7.1.1 --x-libraries=/usr/X/lib \
--x-includes=/usr/X/include
4) gmake
5) gmake install fails to work. Need to install manually.
6) gmake -n install
This command just prints out what the install script
wanted to do, and you can do it by hand. This may
be why things work poorly and my results need to be
double checked.
gerberb@zenez.com |