diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1997-05-08 17:14:54 -0400 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-05-08 00:00:00 +1200 |
commit | 7beaa944e7028109fa98a93b80adb33f30aaf43a (patch) | |
tree | c49459c8b6fd468ae581898404ef04eb49494769 /hints | |
parent | ebcd4dbcfa1ca998c1abd20edada5675b9b835ac (diff) | |
download | perl-7beaa944e7028109fa98a93b80adb33f30aaf43a.tar.gz |
More explicit Solaris instructions
Here are two patches to try to make the gcc -B/usr/ccs/bin/ trick
more apparent. They were suggested by a user who didn't find the current
hints and INSTALL file sufficiently specific.
As a side effect, you get whatever else I had cooked up to go into the
next INSTALL update.
p5p-msgid: Pine.SOL.3.95q.970508171206.438A-100000@fractal.lafayette.edu
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 89dde018de..d2124edb06 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -3,6 +3,13 @@ # Andy Dougherty <doughera@lafcol.lafayette.edu> # Based on input from lots of folks, especially # Dean Roehrich <roehrich@ironwood-fddi.cray.com> + +# If perl fails tests that involve dynamic loading of extensions, and +# you are using gcc, be sure that you are NOT using GNU as and ld. One +# way to do that is to invoke Configure with +# +# sh Configure -Dcc='gcc -B/usr/ccs/bin/' +# # See man vfork. usevfork=false |