home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Source
/
GNU
/
perl
/
Perl
/
hints
/
utekv.sh
< prev
next >
Wrap
Text File
|
1994-10-18
|
561b
|
16 lines
# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92
# Modified by Andy Dougherty <doughera@lafcol.lafayette.edu> 4 Oct. 1994
# The -X18 is only if you are using the Greenhills compiler.
ccflags="$ccflags -X18"
usemymalloc='y'
# /usr/include/rpcsvc is for finding dbm.h
inclwanted="$inclwanted /usr/include/rpcsvc"
echo " "
echo "NOTE: You may have to take out makefile dependencies on the files in"
echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A"
echo "simple 'grep -v /usr/include/ makefile' should suffice."