summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-162-9/+12
| | | | | | | | | | | | | | | | | | | | | - scan for LDBL_DIG - from DBL_DIG and LDBL_DIG select NV_DIG - introduce IVSIZE, UVSIZE, NVSIZE - introduce IV_DIG - remove stdio64 - AIX uses `oslevel` when others use `uname -r` - already AIX 4.2 goes 64-bit - in HP-UX require the 64-bit libc, just the directory isn't enough - group ids are not NVs - #undef USE_LONG_DOUBLE if long double is no better than double - introduce NV_WITHIN_*() and IV_FITS_IN_IV - mention large file support in perldelta - introduce quad TOPpin' and POPpin' - the svcat... buffer was tiny for printing quads in %b - fix the multiplication test in 64bit.t - try to make VMS to comply with all this removal and "introducal" of symbols p4raw-id: //depot/cfgperl@3995
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-133-18/+14
| | | | | | | Remove a lot of unneeded 64-bitness cruft; re-introduce BYTEORDER; update 64-bitness hints; lfs should now work in Solaris; long doubles in AIX. p4raw-id: //depot/cfgperl@3982
* IRIX64 needs more -mabi=64 with gcc.Jarkko Hietaniemi1999-08-121-1/+4
| | | p4raw-id: //depot/cfgperl@3976
* Reincarnate change #3967, now in more modest form.Jarkko Hietaniemi1999-08-121-0/+3
| | | | | p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7 p4raw-id: //depot/cfgperl@3975
* Remove rt from libswanted (I added it many moons agoJarkko Hietaniemi1999-08-121-8/+1
| | | | | | | when I thought it would be useful in Digital UNIX, I was wrong); undo the recent IRIX hints changes, getting rid of one warning brought new ones. p4raw-id: //depot/cfgperl@3974
* IRIX 64-bit hint tweak.Jarkko Hietaniemi1999-08-121-2/+6
| | | p4raw-id: //depot/cfgperl@3971
* Suffer silently for unused libraries.Jarkko Hietaniemi1999-08-121-0/+3
| | | p4raw-id: //depot/cfgperl@3967
* AIX long long probing requires LL suffix forJarkko Hietaniemi1999-08-021-0/+4
| | | | | | the ll constant. The suffix doesn't seem to bother other ll platforms. p4raw-id: //depot/cfgperl@3891
* AIX -Duse64bits: old AIXen do not have the getconf variables.Jarkko Hietaniemi1999-08-021-3/+3
| | | p4raw-id: //depot/cfgperl@3888
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-012-6/+13
| | | p4raw-id: //depot/cfgperl@3864
* Enable Solaris largefiles support only if -Duse64bits is used.Jarkko Hietaniemi1999-08-011-14/+2
| | | | | (Effectively removes #3311). p4raw-id: //depot/cfgperl@3844
* freebsd hints updateAnton Berezin1999-07-281-1/+8
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED) Message-Id: <199907271829.UAA62861@lion.plab.ku.dk> p4raw-id: //depot/perl@3803
* Circumcode a strange shell(?) bug in AIX foundJarkko Hietaniemi1999-07-251-1/+12
| | | | | | | while trying to do -Duse64bits (which I couldn't do in the end because the CPU isn't 64-bit in that box, but at least now the probing doesn't crash.) p4raw-id: //depot/cfgperl@3731
* Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-2311-42/+31
| | | | | | | | | the name of the environment variable holding the dynamic library search path, often LD_LIBRARY_PATH. Use this new feature all over. Also removed remnants of admonition "add LD_LIBRARY_PATH before running make" because Makefile.SH does this for you. p4raw-id: //depot/cfgperl@3725
* Smarter OS390 hints.Peter Prymmer1999-07-221-0/+48
| | | | | | | To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds Message-Id: <9907220015.AA11931@forte.com> p4raw-id: //depot/cfgperl@3721
* AIX magic: ccdlflags needs to be different forMike W Ellwood1999-07-221-2/+3
| | | | | | | | | | | Perl itself and for extra-core extensions (as used by ExtUtilss::embed::ldopts). Based on the problems described in To: perl5-porters@perl.org Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick... Reply-To: m.w.ellwood@rl.ac.uk Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk> p4raw-id: //depot/cfgperl@3720
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-1/+0
|\ | | | | p4raw-id: //depot/cfgperl@3698
| * backout redundant change#3628Gurusamy Sarathy1999-07-171-1/+0
| | | | | | | | | | p4raw-link: @3628 on //depot/perl: 10ca40477ddc9b8d94a5d1880386d95c6cc6cc37 p4raw-id: //depot/perl@3675
* | Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-141-2/+9
|/ | | | | | | | | | | Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673
* PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>Gurusamy Sarathy1999-07-071-1/+1
| | | p4raw-id: //depot/perl@3635
* BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)Gurusamy Sarathy1999-07-071-0/+1
| | | p4raw-id: //depot/perl@3628
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-49/+1
| | | | | that addresses the notorious "Additional libraries" question. p4raw-id: //depot/cfgperl@3597
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-11/+9
| | | p4raw-id: //depot/cfgperl@3592
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-5/+5
|\ | | | | p4raw-id: //depot/cfgperl@3585
| * cygwin32 updateFifer, Eric1999-07-051-5/+5
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
* | Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-28/+9
| | | | | | p4raw-id: //depot/cfgperl@3578
* | Added 64-bit support for AIX 4.3 or betterJarkko Hietaniemi1999-07-041-0/+24
|/ | | | | based on Martin H. Rusoff's observations. p4raw-id: //depot/cfgperl@3575
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-1/+48
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
* Re: 5.005_57 NOT OK on SunOS 4.1.3Andy Dougherty1999-05-271-1/+9
| | | | | | To: Perl Porters <perl5-porters@perl.org> Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys> p4raw-id: //depot/cfgperl@3488
* Configure -Dopenbsd_distribution to build for the OpenBSD tree.Todd C. Miller1999-05-251-0/+20
| | | | | | | To: perlbug@perl.com Subject: OpenBSD hints file update Message-Id: <199905251812.MAA06032@xerxes.courtesan.com> p4raw-id: //depot/cfgperl@3483
* The change #3479 wasn't perfect.Jarkko Hietaniemi1999-05-251-4/+4
| | | | | p4raw-link: @3479 on //depot/perl: 366e399a4ddea371332acd3b46db7692b92ac76con //depot/cfgperl: 015b361d14b10a254511e7c77a5c4078d4a207cd p4raw-id: //depot/perl@3480
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-2/+2
| | | | | | | | | | | | (1) The lddlflags lost its -lc by change #3660 (and the politeness of change #3257). (2) optype_size must end up in perl.exp (as PL_optype_size). Added it to perlvars.h, fixed bytecode.pl, regen'ed the relevant headers. p4raw-link: @3660 (not found) p4raw-link: @3257 on //depot/cfgperl: 5f3774a9b49fbaa1b06fec2cad77079ee509d6ca p4raw-id: //depot/perl@3479
* Patches to fflushing in SunOS 4 from Andy DoughertyJarkko Hietaniemi1999-05-201-1/+5
| | | | | (via private email). p4raw-id: //depot/cfgperl@3437
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-3/+12
|\ | | | | p4raw-id: //depot/perl@3433
| * Circumnavigate Digital UNIX 4.0D miniperl core dumpJarkko Hietaniemi1999-05-101-3/+12
| | | | | | | | | | (due to QAR 56761) (the bug has been fixed in 4.0E or better) p4raw-id: //depot/cfgperl@3384
| * Undo 3382 (-D_REENTRANT wasn't needed in Digital UNIXJarkko Hietaniemi1999-05-101-2/+2
| | | | | | | | | | under usethreads because -pthread already did that). p4raw-id: //depot/cfgperl@3383
| * Never mind (undone by 3383).Jarkko Hietaniemi1999-05-101-2/+2
| | | | | | p4raw-id: //depot/cfgperl@3382
* | additional cleanups for cygwin32 portFifer, Eric1999-05-171-48/+21
|/ | | | | | Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
* AIX hints enhancements (threads build, SOCKS support)David R. Favor1999-05-101-26/+137
| | | | | | Message-ID: <372710F8.B1F73BEB@austin.ibm.com> Subject: Working build for AIX + gcc + threading p4raw-id: //depot/perl@3360
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-40/+49
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* Largefiles for SolarisDamon Atkins1999-05-061-0/+13
| | | | | Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au> p4raw-id: //depot/perl@3311
* Re: 5.005_03 and gcc, GNU ld under Solaris 2.6Andy Dougherty1999-04-151-36/+60
| | | | | | | To: Hugo van der Sanden <hugo@corp.netcom.net.uk> Cc: Perl Porters <perl5-porters@perl.org> Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys> p4raw-id: //depot/cfgperl@3261
* Be polite about ccdlflags and lddflags, too.Jarkko Hietaniemi1999-04-131-13/+15
| | | | | Avoid Perl's malloc only when threaded. p4raw-id: //depot/cfgperl@3257
* Update for OpenBSD hintsTodd C. Miller1999-04-131-5/+15
| | | | | | To: perlbug@perl.com Message-Id: <199904130512.XAA27712@xerxes.courtesan.com> p4raw-id: //depot/cfgperl@3254
* Re: prefix= in hintsAndy Dougherty1999-04-091-11/+24
| | | | | | | | | | To: Perl Porters <perl5-porters@perl.org> Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys> (Overrides change #3204 from Kurt) p4raw-link: @3204 on //depot/cfgperl: 8cef0c70022a42ce6ce5ecba75ca3cb331d9c87e p4raw-id: //depot/cfgperl@3224
* Add -mabi=64 to ccflags for 64-bit IRIX gcc.Lionel Cons1999-04-031-0/+7
| | | | | | | | | To: jhi@iki.fi Cc: perlbug@perl.com, kstar@isinet.com, Philippe Defert <philippe.defert@cern.ch> Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED) Message-Id: <199904011205.OAA11380@mercury.cern.ch> p4raw-id: //depot/cfgperl@3208
* Be polite about usemymalloc.Jarkko Hietaniemi1999-04-031-3/+5
| | | p4raw-id: //depot/cfgperl@3207
* On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.Kurt D. Starsinic1999-04-021-1/+9
| | | | | | | To: perl5-porters@perl.org Subject: linux hints nit Message-ID: <19990402164947.E80926@O2.chapin.edu> p4raw-id: //depot/cfgperl@3204
* Display exact glibc version in Linux. Andy Dougherty1999-04-021-0/+13
| | | | | | | To: Perl Porters <perl5-porters@perl.org> Subject: Displaying glibc version on Linux Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys> p4raw-id: //depot/cfgperl@3203
* integrate changes#3105,3130,3154 from maint-5.005Gurusamy Sarathy1999-03-252-5/+7
| | | | | | | | | | p4raw-link: @3154 on //depot/maint-5.005/perl: 60a22511b32234c359f6a1235f7273a596f8edcb p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340 p4raw-link: @3105 on //depot/maint-5.005/perl: 412383e48358b00907bbb438802caa8caf7f67cf p4raw-id: //depot/perl@3158 p4raw-integrated: from //depot/maint-5.005/perl@3157 'ignore' Configure (@3057..) 'merge in' hints/dec_osf.sh (@2702..) hints/netbsd.sh (@2714..) INSTALL (@3059..)