home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / perl-4.036.tar.gz / perl-4.036.tar / perl-4.036 / hints / utekv.sh < prev    next >
Text File  |  1993-02-08  |  638b  |  19 lines

  1. # XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu)  2/11/92
  2.  
  3. # The -DUTekV is needed because the greenhills compiler does not have any
  4. # UTekV specific definitions and we need one in perl.h
  5. ccflags="$ccflags -X18 -DJMPCLOBBER -DUTekV"
  6.  
  7. usemymalloc='y'
  8.  
  9. # /usr/include/rpcsvc is for finding dbm.h
  10. inclwanted="$inclwanted /usr/include/rpcsvc"
  11.  
  12. # dont use the wrapper, use the real thing.
  13. cppstdin=/lib/cpp
  14.  
  15. echo " "
  16. echo "NOTE: You may have to take out makefile dependencies on the files in"
  17. echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail.  A"
  18. echo "simple 'grep -v /usr/include/ makefile' should suffice."
  19.