home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / perl / Perl / hints / next_4.sh < prev    next >
Text File  |  1995-12-05  |  1KB  |  48 lines

  1. # Posix support has been removed from NextStep, expect test/POSIX to fail 
  2. useposix='undef'
  3.  
  4. altmake='gnumake'
  5. libpth='/lib /usr/lib'
  6. libswanted=' '
  7. libc='/NextLibrary/Frameworks/System.framework/System'
  8.  
  9. isnext_4='define'
  10. mab='-arch m68k -arch i386 -arch hppa -arch sparc'
  11. ldflags='-dynamic -prebind'
  12. lddlflags='-dynamic -bundle -undefined suppress'
  13. ccflags='-dynamic -fno-common -DUSE_NEXT_CTYPE'
  14. cccdlflags='none'
  15. ld='cc'
  16. optimize='-g -O'
  17.  
  18. d_shrplib='define'
  19. dlext='bundle'
  20. so='dylib'
  21.  
  22. prefix='/usr'
  23. archlib='/usr/lib/perl5'
  24. archlibexp='/usr/lib/perl5'
  25. archname='none'
  26.  
  27. d_strcoll='undef'
  28. i_dbm='define'
  29. i_utime='undef'
  30. groupstype='int'
  31. direntrytype='struct direct'
  32.  
  33. # the simple program `for ($i=1;$i<38771;$i++){$t{$i}=123}' fails
  34. # with Larry's malloc on NS 3.2 due to broken sbrk()
  35. usemymalloc='n'
  36. clocktype='int'
  37.  
  38. #
  39. # On some NeXT machines, the timestamp put by ranlib is not correct, and
  40. # this may cause useless recompiles.  Fix that by adding a sleep before
  41. # running ranlib.  The '5' is an empirical number that's "long enough."
  42. # (Thanks to Andreas Koenig <k@franz.ww.tu-berlin.de>)
  43. ranlib='sleep 5; /bin/ranlib' 
  44. #
  45. # There where reports that the compiler on HPPA machines
  46. # fails with the -O flag on pp.c.
  47. pp_cflags='optimize="-g"'
  48.