home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aux / 4563 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!cs.utexas.edu!oakhill!smeagol!lagana
  3. From: lagana@smeagol.sps.mot.com (Antonio A. Lagana)
  4. Subject: Compiling perl 4.035 with gcc 2.3.1
  5. Message-ID: <1993Jan8.211641.3201@oakhill.sps.mot.com>
  6. Sender: news@oakhill.sps.mot.com
  7. Nntp-Posting-Host: smeagol
  8. Reply-To: lagana@smeagol.sps.mot.com
  9. Organization: Motorola Semiconductor Products Sector
  10. Date: Fri, 8 Jan 1993 21:16:41 GMT
  11. Lines: 27
  12.  
  13. I've been trying to compile perl 4.035 with gcc 2.3.1 under A/UX 3.0 with no success.
  14. Actually, it compiles fine (without any errors/warnings) with the hints mentioned in
  15. the FAQ, but it consistently fails the dbm tests (5 and a few others).  Is dbm broken
  16. somehow?  In all cases I've run Configure, selected aux and made the following changes to config.sh and Configure:
  17.  
  18. 1) Removed -B/.... since gcc 2.3.1 apparently does not support (or like) it.
  19. 2) Removed __GNUC__ since I would get multiple "__GNUC__ redefined warnings."
  20. 3) Installed "fixed" dir.h from jagubox into /usr/include.
  21. 4) Used ld flags '-lm -lPW -ldbm -lbsd'.
  22. 5) 'Undef'ed d_voidsig.
  23. 6) Used the regular malloc (i.e. not the version that comes with perl).
  24. 7) Copied cppstdin into /usr/local/bin since the comp/cpp test was complaining about 
  25.    not being able to find /usr/local/bin/cppstdin.
  26.  
  27. Are there any other necessary modifications to successfully compile perl and pass all tests?  Any pointers would be greatly appreciated.
  28.  
  29. On an unrelated topic, is AutoDoubler compatible with A/UX 3.0?  In other words, can
  30. AutoDoubler be used on Mac partitions mounted under A/UX?
  31.  
  32. Thanks in advance,
  33.  
  34. Antonio A. Lagana                    lagana@smeagol.sps.mot.com
  35. Motorola Inc.                        (512) 891-3532
  36. Austin, Texas                        (512) 891-8315 FAX
  37.  
  38. #include <std-disclaimer.h>
  39.  
  40.