summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Clamp <richard@unixbeard.net>2003-12-18 14:43:29 +0000
committerRichard Clamp <richard@unixbeard.net>2003-12-18 14:43:29 +0000
commit0093100468845a7ea44e5e9bc054b9ea3b809124 (patch)
tree60c622bc009f21f6904cd2a193533fae4e8f6f82
parent5664f8bd318cb1bd1715bd9832cccd06ec801ab5 (diff)
downloadperl-0093100468845a7ea44e5e9bc054b9ea3b809124.tar.gz
go gcc for hpux
git-svn-id: https://svn.unixbeard.net/richardc/perl/perl-1@1904 c56e198b-7db7-0310-b3ab-8e406f684e33
-rw-r--r--README.hpux37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.hpux b/README.hpux
new file mode 100644
index 0000000000..c1a29a674c
--- /dev/null
+++ b/README.hpux
@@ -0,0 +1,37 @@
+Currently, perl1 doesn't build using anything other than gcc on HPUX. This
+is a TODO list item, but until that point please consult this note
+extracted from perl-5.8.2's README.hpux
+
+
+=head2 The GNU C Compiler
+
+When you are going to use the GNU C compiler (gcc), and you don't have
+gcc yet, you can either build it yourself from the sources (available
+from e.g. http://www.gnu.ai.mit.edu/software/gcc/releases.html) or fetch
+a prebuilt binary from the HP porting center. There are two places where
+gcc prebuilds can be fetched; the first and best (for HP-UX 11 only) is
+http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,0
+0.html
+the second is http://hpux.cs.utah.edu/hppd/hpux/Gnu/ where you can also
+find the GNU binutils package. (Browse through the list, because there
+are often multiple versions of the same package available).
+
+Above mentioned distributions are depots. H.Merijn Brand has made prebuilt
+gcc binaries available on https://www.beepz.com/personal/merijn/ and/or
+http://www.cmve.net/~merijn/ for HP-UX 10.20 and HP-UX 11.00 in both 32-
+and 64-bit versions. Most likely 11i will be available soon. These are
+bzipped tar archives that also include recent GNU binutils and GNU gdb.
+Read the instructions on that page to rebuild gcc using itself.
+
+Building a 64bit capable gcc from source is possible only when you have
+the HP C-ANSI C compiler available, which you should use anyway when
+building perl.
+
+=head1 AUTHOR
+
+Jeff Okamoto <okamoto@corp.hp.com>
+H.Merijn Brand <h.m.brand@hccnet.nl>
+
+With much assistance regarding shared libraries from Marc Sabatella.
+
+