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