touched up code for old sco compiler

This commit is contained in:
2014-11-17 17:18:11 +00:00
parent cce68401e2
commit 284a0b18be
6 changed files with 67 additions and 12 deletions

View File

@ -158,6 +158,14 @@ available for the native makefile for Watcom C/C++ for OS/2 only.
### SCO UNIX System V/386 Release 3.2 ###
- If /usr/include/netinet and /usr/include/net are missing,
check if there are /usr/include/sys/netinet and /usr/include/sys/net.
f they exists, you can make these symbolic links.
cd /usr/include
ln -sf sys/netinet netinet
ln -sf sys/net net
- Specify GREP if configure fails to find an acceptable grep.
- Build in the source tree. Building outside the source tree is likely to fail
for dificiency of the bundled make utility.
@ -165,6 +173,9 @@ available for the native makefile for Watcom C/C++ for OS/2 only.
./configure GREP=/bin/grep CFLAGS=""
- Change RANLIB from "ranlib" to "true" in libltdl/libtool.
make
### More options ###