2 # this script tries to discover the OS platform and configuration
3 # and then makes newLISP using the appropiate makefile
4 # if this script fails and for other special flavors, like
5 # making shared libraries etc., type:
14 echo Discovered Darwin Mac OSX with readline suport
:
15 if [ -e /usr
/lib
/libreadline.dylib
]; then
16 make darwin_utf8
# make with readline support
18 make osx
# make without readline support
23 echo Discovered Linux
:
28 echo Discovered FreeBSD
:
33 echo Discovered NetBSD
:
38 echo Discoverd OpenBSD
:
43 echo Discovered SunOS
:
48 echo Discovered Tru64 Unix
, please
read doc
/TRU64BUILD
49 make -f makefile_tru64
53 echo Discoverd MINGW32 on NT-5.1
54 make mingw
# this is with MinGW on MSYS
64 echo Could not discover your OS platform use one of the following commands
: