summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Simplified the readingH.Merijn Brand2003-11-131-4/+1
| | | p4raw-id: //depot/perl@21713
* Enable hints to create call-back units that can act whenH.Merijn Brand2003-11-131-0/+7
| | | | | a specific variable is *not* set (like -Uuselargefiles) p4raw-id: //depot/perl@21712
* Be sure to use -fPIC not -fpic on Linux/SPARCAndy Dougherty2003-11-051-2/+2
| | | | | Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@21673
* Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gccAlan Burlison2003-10-271-14/+0
| | | | | Message-ID: <3F953C1A.3060800@sun.com> p4raw-id: //depot/perl@21554
* patch created by Casey West from:Edward Moy2003-10-221-1/+1
| | | | | | | | Subject: CPAN module problems Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com> (change ld value in hints file) p4raw-id: //depot/perl@21520
* Typos.Rafael Garcia-Suarez2003-10-151-2/+2
| | | p4raw-id: //depot/perl@21453
* Re: [perl #24122] setreuid and friends borked on darwin/osxSlaven Rezic2003-10-121-0/+6
| | | | | Message-ID: <87ekxq6n0t.fsf@vran.herceg.de> p4raw-id: //depot/perl@21438
* Re: NCR MP-RAS perl problems [perl #23791]grommel@sears.com2003-09-301-3/+5
| | | | | Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain> p4raw-id: //depot/perl@21390
* perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.tTom Horsley2003-09-291-2/+2
| | | | | Message-Id: <200309291300.NAA23856@amber2.ccur.com> p4raw-id: //depot/perl@21387
* Re: NCR MP-RAS perl problems [perl #23791]grommel@sears.com2003-09-231-0/+2
| | | | | Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain> p4raw-id: //depot/perl@21344
* Re: [PATCH] RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+12
| | | | | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2> (add -we147 to ccflags if cc = ICC so that prototype detection works right) p4raw-id: //depot/perl@21339
* In FreeBSD allow one to try using Perl's malloc with threads.Jarkko Hietaniemi2003-09-201-2/+3
| | | p4raw-id: //depot/perl@21291
* Make it possible to override the mistrustnm hint in Solaris.Jarkko Hietaniemi2003-09-181-1/+1
| | | p4raw-id: //depot/perl@21266
* The AIX C product potentially consists of several packages,Jarkko Hietaniemi2003-09-171-1/+1
| | | | | the main package being (hopefully) the first one. p4raw-id: //depot/perl@21261
* Fix Solaris ccversion not having the cc version.Jarkko Hietaniemi2003-09-171-5/+8
| | | p4raw-id: //depot/perl@21260
* Re: [perl #23791] Many errors in build under NCR MP-RASAndy Dougherty2003-09-161-11/+20
| | | | | Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@21247
* More comments for the FreeBSD threads hints.Jarkko Hietaniemi2003-09-121-0/+5
| | | p4raw-id: //depot/perl@21191
* More refactoring of the FreeBSD threads hints.Jarkko Hietaniemi2003-09-111-9/+6
| | | | | | | Basically, for fresh enough 5.x the -pthread is dropped, otherwise keep it, and no known FreeBSD release has a functional gethostbyaddr_r. p4raw-id: //depot/perl@21188
* The change of not needing -pthread in FreeBSD 5.xJarkko Hietaniemi2003-09-111-1/+3
| | | | | is very recent (Sep 3) (from Anton Berezin). p4raw-id: //depot/perl@21181
* Enache still wants -pthread gone for FreeBSD 5.xJarkko Hietaniemi2003-09-111-13/+4
| | | | | since it doesn't work with the latest -current. p4raw-id: //depot/perl@21172
* Retract #21168 based on advice from Anton Berezin (added).Jarkko Hietaniemi2003-09-111-0/+12
| | | p4raw-id: //depot/perl@21169
* nit to hints/freebsd.shAdrian M. Enache2003-09-101-1/+0
| | | | | Message-ID: <20030910165059.GB1321@ratsnest.hole> p4raw-id: //depot/perl@21168
* [perl #23778] hints/aix.sh Gary L. Armstrong2003-09-101-1/+1
| | | | | | From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org> p4raw-id: //depot/perl@21163
* FreeBSD hints updates from Anton Berezin.Jarkko Hietaniemi2003-09-051-7/+14
| | | p4raw-id: //depot/perl@21044
* Configure is doing fine in Ultrix, operator error.Jarkko Hietaniemi2003-08-271-7/+0
| | | p4raw-id: //depot/perl@20921
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-0/+4
| | | | | | | (otherwise one gets prototype conflicts between the <string.h> and proto.h because Ultrix thinks e.g. Perl_ninstr has been define in <string.h>...); and Configure misprobes some features. p4raw-id: //depot/perl@20916
* No dynaloading at all in Ultrix.Jarkko Hietaniemi2003-08-261-0/+4
| | | p4raw-id: //depot/perl@20904
* More memory lane.Jarkko Hietaniemi2003-08-261-0/+3
| | | p4raw-id: //depot/perl@20900
* SunOS 4.1.4 is working, too.Jarkko Hietaniemi2003-08-251-0/+5
| | | p4raw-id: //depot/perl@20886
* Various tweaks for getting Perl to compile on SunOS 4.x.Jarkko Hietaniemi2003-08-241-0/+6
| | | | | Doesn't work well yet, something broken in DynaLoader/XSLoader? p4raw-id: //depot/perl@20867
* IRIX 5.3 is 99.90% okay.Jarkko Hietaniemi2003-08-241-6/+8
| | | p4raw-id: //depot/perl@20866
* Bad quote day, noticed by Philip Newton.Jarkko Hietaniemi2003-08-241-2/+2
| | | p4raw-id: //depot/perl@20860
* No ODBM for Mac OS X, even if we have Fink GDBM libraries.Jarkko Hietaniemi2003-08-161-0/+5
| | | p4raw-id: //depot/perl@20733
* The libcygipc doesn't really work with the Perl SysV IPC testsJarkko Hietaniemi2003-08-091-2/+4
| | | | | so no much point in adding it yet. p4raw-id: //depot/perl@20577
* maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in ↵Gerrit P. Haase2003-08-081-0/+2
| | | | | | | | searchlist From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <1621817486657.20030808134451@familiehaase.de> p4raw-id: //depot/perl@20563
* Hint away the semid_ds test in NetBSD/sparc.Jarkko Hietaniemi2003-08-071-0/+5
| | | p4raw-id: //depot/perl@20552
* Integrate from maint:Jarkko Hietaniemi2003-08-071-9/+26
| | | | | | | | | [ 20543] Workround for SuSE8.2's -lndbm hack p4raw-link: @20543 on //depot/maint-5.8/perl: d551851b7b11c9bb540da7f8c6e89eeb18e96630 p4raw-id: //depot/perl@20547 p4raw-integrated: from //depot/maint-5.8/perl@20546 'copy in' hints/linux.sh (@18080..)
* Retract #20359: too wide a brush.Jarkko Hietaniemi2003-08-071-5/+0
| | | p4raw-id: //depot/perl@20544
* NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to haveJarkko Hietaniemi2003-08-071-0/+5
| | | | | broken SysV semaphores. p4raw-id: //depot/perl@20539
* Various tweaks to help DJGPP builds.Jarkko Hietaniemi2003-08-061-1/+6
| | | p4raw-id: //depot/perl@20529
* Oops.Jarkko Hietaniemi2003-08-042-3/+5
| | | p4raw-id: //depot/perl@20474
* Re: Can't usemymalloc on OS XRafael Garcia-Suarez2003-08-041-2/+4
| | | | | Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr> p4raw-id: //depot/perl@20473
* Apparently the newly introduce -DDARWIN did conflict withJarkko Hietaniemi2003-08-041-2/+2
| | | | | some Apple definition, how ironic... p4raw-id: //depot/perl@20467
* More for the *dir changes.Jarkko Hietaniemi2003-08-011-0/+4
| | | p4raw-id: //depot/perl@20411
* One more tweak for Mac OS X hints.Jarkko Hietaniemi2003-07-311-2/+2
| | | p4raw-id: //depot/perl@20379
* Final touches to "Apple-like" installation directories.Jarkko Hietaniemi2003-07-311-1/+7
| | | p4raw-id: //depot/perl@20369
* This is getting comical. (Practical tip: never askJarkko Hietaniemi2003-07-301-3/+39
| | | | | | | for opinions from one than one person at one time.) Now back to -Dprefix='/usr' replacing the system Perl, but don't use the Apple internal DSTROOT. p4raw-id: //depot/perl@20353
* Mac OS X hints dance continues. Now drop any specialJarkko Hietaniemi2003-07-301-40/+3
| | | | | | | installation directory mangling. In other words, if you want to overwrite the system perl, you really need to find out how to do that. p4raw-id: //depot/perl@20352
* Try again with the Mac OS X hints. Now the three casesJarkko Hietaniemi2003-07-301-18/+17
| | | | | | | (no -Dprefix, /usr, and something else) all install into separate places. No prefix installs to /usr/local. The /usr overwrites the Apple install (modulo the version). p4raw-id: //depot/perl@20350
* Mac OS X: tweak once again the installation directories.Jarkko Hietaniemi2003-07-301-6/+19
| | | p4raw-id: //depot/perl@20333