home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-src.tgz / tar.out / fsf / perl / hints / amigaos.sh < prev    next >
Text File  |  1996-09-28  |  620b  |  35 lines

  1. # hints/amigaos.sh
  2. #
  3. # talk to pueschel@imsdd.meb.uni-bonn.de if you want to change this file.
  4. #
  5. # misc stuff
  6. archname='m68k-amigaos'
  7. cc='gcc'
  8. firstmakefile='GNUmakefile'
  9.  
  10. usenm='y'
  11. usemymalloc='n'
  12. usevfork='true'
  13.  
  14. d_eofnblk='define'
  15.  
  16. # libs
  17.  
  18. libpth="$prefix/lib"
  19. glibpth="$libpth"
  20. xlibpth="$libpth"
  21.  
  22. libswanted='dld m c gdbm'
  23. so='none'
  24.  
  25. # dynamic loading
  26.  
  27. dlext='o'
  28. cccdlflags='none'
  29. ccdlflags='none'
  30. lddlflags='-oformat a.out-amiga -r'
  31.  
  32. # Avoid telldir prototype conflict in pp_sys.c  (AmigaOS uses const DIR *)
  33. # Configure should test for this.  Volunteers?
  34. pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
  35.