home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-base.tgz / perl-5.003-base.tar / fsf / perl / hints / machten_2.sh < prev    next >
Text File  |  1996-02-12  |  2KB  |  53 lines

  1. # machten.sh
  2. # This file has been put together by Mark Pease <peasem@primenet.com>
  3. # Comments, questions, and improvements welcome!
  4. #
  5. # MachTen does not support dynamic loading. If you wish to, you
  6. # can get <ftp://tsx-11.mit.edu/pub/linux/sources/libs/dld-src-3.2.4.tar.gz>
  7. # compile and install. This is the version of DLD that works with the
  8. # ext/DynaLoader/dl_dld.xs in the perl5 package. Have fun!
  9. #
  10. #  Original version was for MachTen 2.1.1.
  11. #  Last modified by Andy Dougherty   <doughera@lafcol.lafayette.edu>
  12. #  Fri Feb  9 13:04:45 EST 1996
  13.  
  14. # I don't know why this is needed.  It might be similar to NeXT's
  15. # problem.  See hints/next_3.sh.
  16. usemymalloc='n'
  17.  
  18. so='none'
  19. # These are useful only if you have DLD, but harmless otherwise.
  20. # Make sure gcc doesn't use -fpic.
  21. cccdlflags=' '  # That's an empty space.
  22. lddlflags='-r'
  23. dlext='o'
  24.  
  25. # MachTen does not support POSIX enough to compile the POSIX module.
  26. useposix=false
  27.  
  28. #MachTen might have an incomplete Berkeley DB implementation.
  29. i_db=$undef
  30.  
  31. #MachTen versions 2.X have no hard links.  This variable is used
  32. # by File::Find.
  33. # This will generate a harmless message:
  34. # Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
  35. #    Propagating recommended variable dont_use_nlink
  36. dont_use_nlink=define
  37.  
  38. cat <<'EOM' >&4
  39.  
  40. Tests
  41.     io/fs test 4  and
  42.     op/stat test 3
  43. may fail since MachTen versions 2.X have no hard links.
  44.  
  45. At the end of Configure, you will see a harmless message
  46.  
  47. Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
  48.     Propagating recommended variable dont_use_nlink
  49.  
  50. Read the File::Find documentation for more information.
  51.  
  52. EOM
  53.