| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Describe solution for the __lib_version problem with acc on
SunOS.
|
|
|
|
|
| |
Catch GNU ld even though it doesn't identify itself as a GNU tool.
Thanks to Tim Pierce <twpierce@midway.uchicago.edu>.
|
|
|
|
|
| |
Turn off optimization for stock cc. This appears to
prevent miniperl core dumps.
|
|
|
|
|
|
|
| |
Add note about possible gcc GR3 warning message.
Remove [gs]etpgrp workaround. Configure & perl.h should handle
this now.
|
|
|
|
|
| |
Remove [gs]etpgrp workaround. Configure & perl.h should handle
this now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# The full description is below.
# Please execute the following commands before applying this patch.
# (You can feed this patch to 'sh' to do so.)
# Andy Dougherty <doughera@lafcol.lafayette.edu>
rm -f hints/dnix.sh
rm -f os2/notes
# We'll create a new test, but patch won't automatically make it
# executable.
touch t/op/gv.t
chmod +x t/op/gv.t
exit 0
This is patch perl5.003_04.pat to perl version 5.003_03.
This takes you from 5.003_03 to 5.003_04.
To apply this patch, run the above commands,
cd to your perl source directory and then type
patch -p1 -N < perl5.003_04.pat
The changes are described after each /^Index/ line below. This is
designed so you can examine each change with a command such as
csplit -k perl5.003_04.pat '/^Index:/' '{99}'
Patch and enjoy,
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
|
|
|
|
|
| |
Don't call optimize=-g, just call optimize=none. The -g
pulls in -DDEBUGGING, which might not be wanted.
|
| |
|
|
|
|
|
| |
Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING,
unless that's what the user really wants.
|
| |
|
| |
|
|
|
|
|
|
| |
Include sfio in libswanted.
Don't set libpth any more.
|
|
|
|
|
|
|
|
| |
Add brief note about GNU as and ld.
Don't include <unistd.h>
Add notes about WHOA THERE messages.
|
| |
|
|
|
|
|
| |
Perl.h no longer prefers bcmp, so it's again ok if Configure
finds them, since perl will prefer the mem* versions anyway.
|
|
|
|
|
|
| |
Additional notes on using icc.
Additional flags for dynamic loading.
|
|
|
|
|
| |
Try to update to reflect newer shared libperl stuff.
I probably goofed :-).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Get rid of extraneous isnext_4 variable. Configure and
Makefile.SH will use $osname and $osvers instead.
Build up $mab dynamically based on available architectures.
Absorb $mab into ccflags and ccdlflags. I hope that will
cover everything. (Configure should automatically remove
the -arch stuff from cppflags.)
Configure now knows next4 needs to use a shared libperl.5.so.
Allow users to use -Dprefix.
|
|
|
|
|
|
| |
Build up $mab dynamically. Since $mab isn't used anywhere
anymore, this is useless. However, $mab was never used for
next_3.sh anyway, so there's been no change in functionality.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use glibpth instead of libpth. This allows Configure to
add local directories, such as /opt/local/lib, etc.
|
|
|
|
|
|
| |
Fix typo in comment.
Configure will now automatically detect shared libperl stuff.
|
| |
|
| |
|
|
|
|
|
|
| |
Remove out-of-date info.
Document a bit about how hint files work.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Insure execution by shell
Locate shell binary for BIN_SH cpp macro
Include a.out support
Account for home-grown process priority functions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove outdated fixincludes test
Update message about workarounds for GNU as/ld
|
|
|
|
|
| |
Don't use buggy sigsetjmp
Don't use nlinks returned by stat to count subdirectories
|
|
|
|
|
|
|
|
| |
Allow Configure to determine malloctype
Don't mess with $nm_so_opt
Make sure messages get to the right places
Disable NDBM, since some systems have problems with the libraries
Don't use gcvt() to print floats; it's buggy in some versions of libc
|
| |
|
|
|
|
|
| |
Distinguish between 2.0.x and 2.1.x, and use dynamic linking
in the latter
|
| |
|
|
|
|
|
|
| |
Add hints file for Dynix/ptx 4; Configure doesn't yet recognize
it, but will soon (mod Andy's schedule), and offers it in the
list of possibilities now.
|
|
|
|
|
|
| |
Update BSD/OS hints file to newer version shipped with Perl 5.001m,
but comment out sig_name assignment, since it doesn't have a parallel
sig_num. Configure should do ok now, though, according to Andy Dougherty.
|
|
|
|
|
| |
[editor's note: changes seem to be mostly module updates,
documentation changes and some perl API macro additions]
|
|
|
|
|
|
| |
Add comment at tzname.
Add -DSTRUCT_TM_HASZONE flag for POSIX.
|
|
|
|
|
|
| |
Turn off bcmp & friends.
Delete apparently unnecessary -x486 comment.
|
|
|
|
|
|
|
| |
On recent versions, at least, no warnings is -w0, not -W0.
Remove libdl.so from libswanted since it doesn't mix well with
archive libraries, at least by default.
|