summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
Commit message (Collapse)AuthorAgeFilesLines
* allow usemymalloc to be overridden via -UusemymallocGurusamy Sarathy2000-03-141-1/+4
| | | p4raw-id: //depot/perl@5733
* hints nibbling continuesJarkko Hietaniemi2000-03-131-18/+11
| | | p4raw-id: //depot/cfgperl@5698
* there's no end to tweakingJarkko Hietaniemi2000-03-131-6/+10
| | | p4raw-id: //depot/cfgperl@5697
* hints tweakJarkko Hietaniemi2000-03-131-12/+9
| | | p4raw-id: //depot/cfgperl@5696
* set optimize=-O only if not already setGurusamy Sarathy2000-03-121-6/+9
| | | p4raw-id: //depot/perl@5684
* abort build on HP-UX if bundled non-ANSI compiler is detectedGurusamy Sarathy2000-03-091-9/+9
| | | | | (from Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@5626
* HP-UX 64-bitness curesJarkko Hietaniemi2000-03-041-4/+8
| | | p4raw-id: //depot/cfgperl@5511
* Confusion over uselargefiles.cbu and uselfs.cbu (the first oneJarkko Hietaniemi2000-03-021-2/+2
| | | | | is the correct one), spotted by Robin Barker. p4raw-id: //depot/cfgperl@5440
* Make the warning about preferring HP's ar more visible.Jarkko Hietaniemi2000-02-291-2/+3
| | | p4raw-id: //depot/cfgperl@5359
* Don't know how to do large files using gcc in HP-UX.Jarkko Hietaniemi2000-02-291-7/+15
| | | p4raw-id: //depot/cfgperl@5341
* Fixes for building on HP-UX using gcc from Daniel S. Lewart.Jarkko Hietaniemi2000-02-291-23/+37
| | | p4raw-id: //depot/cfgperl@5335
* Regularize the call-back units (and fix a bug in #5330).Jarkko Hietaniemi2000-02-281-3/+3
| | | p4raw-id: //depot/cfgperl@5331
* Do not add -Ae for gcc.Jarkko Hietaniemi2000-02-281-2/+11
| | | p4raw-id: //depot/cfgperl@5328
* Use the vendor file(1).Jarkko Hietaniemi2000-02-281-1/+1
| | | p4raw-id: //depot/cfgperl@5327
* Tweak HP-UX libraries.Jarkko Hietaniemi2000-02-281-3/+7
| | | p4raw-id: //depot/cfgperl@5325
* The search for static _s-suffixex libs was broken;Jarkko Hietaniemi2000-02-281-3/+3
| | | | | add -L/lib/pa20_64 only iff there. p4raw-id: //depot/cfgperl@5315
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-2/+2
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Largefileness in Solaris doesn't require long longs;Jarkko Hietaniemi2000-02-241-9/+0
| | | | | use64bits enhancements; introduce usefull64bits. p4raw-id: //depot/cfgperl@5244
* Take out the -Wl,-z as we have survice so far without.Jarkko Hietaniemi2000-02-171-1/+1
| | | p4raw-id: //depot/cfgperl@5124
* HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-68/+70
| | | p4raw-id: //depot/cfgperl@5119
* Unroll the libs scan thanks to HP-UX.Jarkko Hietaniemi2000-02-151-6/+32
| | | p4raw-id: //depot/cfgperl@5092
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-7/+7
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* undo #5064 for now; there seems to be no good selectionJarkko Hietaniemi2000-02-111-8/+0
| | | | | of flags to add the new option. p4raw-id: //depot/cfgperl@5069
* Silence linker warnings about binary backward incompatibilities.Jarkko Hietaniemi2000-02-111-0/+8
| | | p4raw-id: //depot/cfgperl@5064
* de-fancify the largefiles hintsJarkko Hietaniemi2000-02-111-4/+3
| | | p4raw-id: //depot/cfgperl@5062
* Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-041-55/+31
| | | | | | default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. p4raw-id: //depot/cfgperl@4987
* HP-UX (induced) fixes.Jarkko Hietaniemi2000-01-311-38/+36
| | | p4raw-id: //depot/cfgperl@4936
* In HP-UX no largefiles if no 64 bits.Jarkko Hietaniemi2000-01-281-7/+20
| | | p4raw-id: //depot/cfgperl@4919
* The separation of 64-bitness and largefileness continuesJarkko Hietaniemi1999-11-141-9/+33
| | | | | (with a setback, see hpux.sh). p4raw-id: //depot/cfgperl@4581
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-1/+19
| | | | | continue 64-bit fixes. p4raw-id: //depot/cfgperl@4552
* Avoid GNU ar if HP cc is being used.Jarkko Hietaniemi1999-10-191-0/+30
| | | p4raw-id: //depot/cfgperl@4413
* HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.Daniel S. Lewart1999-09-071-0/+5
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu> p4raw-id: //depot/cfgperl@4096
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-2/+3
| | | | | | | | | | | | | | | | | | | | | - 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-131-1/+1
| | | | | | | 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
* Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-231-0/+6
| | | | | | | | | 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
* The HP-UX threads patch (change #3028) is needed also here.Jarkko Hietaniemi1999-03-021-3/+6
| | | | | p4raw-link: @3028 on //depot/maint-5.005/perl: d9761d5fa9df9e662778f8ca3ed55c2e3037a72a p4raw-id: //depot/cfgperl@3052
* Jumbo Configure update.Jarkko Hietaniemi1999-01-191-0/+81
| | | | | | | | | * -Uinstallusrbinperl: disable /usr/bin/perl installation by installperl * usethreads.cbu * use64bits.cbu * "nosuid" p4raw-id: //depot/cfgperl@2649
* Move usethreads and use64bits logic from hints to Configure.Jarkko Hietaniemi1999-01-091-56/+0
| | | p4raw-id: //depot/cfgperl@2592
* In HP-UX 10.X usethreads only if the required files are present.Jarkko Hietaniemi1998-11-021-0/+10
| | | p4raw-id: //depot/cfgperl@2180
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-17/+5
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+37
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* PATCH: 5.005_02 hint/hpux.shJeff Okamoto1998-09-231-21/+10
| | | | | Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com> p4raw-id: //depot/perl@1833
* updated usethreads hints for hpux 10.XMatthew T Harden1998-09-231-0/+21
| | | | | | Message-Id: <199808281410.AA11058@mthard1.monsanto.com> Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED) p4raw-id: //depot/perl@1817
* fix hints/hpux.sh for cpp recognitionAndy Dougherty1998-07-211-0/+1
| | | | | | Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys> Subject: RE: Configure misses preprocessor on HP-UX p4raw-id: //depot/perl@1602
* tweak hpux hints in vain attempt to get cppstdin set properlyAndy Dougherty1998-07-191-6/+17
| | | | | | | | | | | | Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT) Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93 Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys> -- From: Andy Dougherty <doughera@lafcol.lafayette.edu> Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT) Subject: Re: Configure misses preprocessor on HP-UX Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys> p4raw-id: //depot/perl@1553
* add comment about cpprun etc., to hints/hpux.shGurusamy Sarathy1998-07-151-0/+9
| | | p4raw-id: //depot/perl@1497
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-2/+4
| | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-0/+5
| | | p4raw-id: //depot/perl@845
* HP-UX hints and AIX global.sym changes (with Makefile.SH rule)Jarkko Hietaniemi1998-02-251-4/+6
| | | | | | | | Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET) Subject: Re: your HP-UX perl patch Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET) p4raw-id: //depot/perl@579
* [inseperable differences to perl 5.004_03]perl-5.004_03Tim Bunce1997-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: the following patches could not be applied from the list messages. There are also various unattributed changes.] ------ BUILD PROCESS ------ Title: "Configure can stop without fully explaining itself" From: Jim Anderson <jander@ml.com> Msg-ID: <199708111328.JAA28976@nsd15.ny-swaps-develop.ml.com>, <199708111952.PAA29346@nsd15.ny-swaps-develop.ml.com> Files: Configure ------ CORE LANGUAGE ------ Title: "GNU style perl --version (or any other --foo) ignored" From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Kenneth Albanowski <kjahds@kjahds.com>, Stephen McCamant <alias@mcs.com> Msg-ID: <E0wx8MO-0007BS-00@ursa.cus.cam.ac.uk>, <Pine.LNX.3.93.970813122557.9443C-100000@kjahds.com>, <m0wy8nl-000EYgC@alias-2.pr.mcs.net> Files: pod/perldiag.pod perl.c ------ DOCUMENTATION ------ Title: "perlop pod inconsistent in presentation of regexp options" From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Hans Mulder <hansm@icgned.nl>, jmr@whirlwind.fmr.com Msg-ID: <199708061404.KAA06717@whirlwind.fmr.com>, <199708081505.LAA09810@whirlwind.fmr.com>, <1997Aug7.160530.2196011@hmivax.humgen.upenn.edu>, <E0wwnqc-00057s-00@ursa.cus.cam.ac.uk>, <E0wwswg-00017x-00@ursa.cus.cam.ac.uk> Files: pod/perlop.pod [ 2 messages had applied changes, d1a7f0f436d72614358862f92db9613296be2744 and b7e30b65e77616e7336a6cda54d9c3d5935d0cfc ] ------ PORTABILITY - WIN32 ------ Title: "[PATCH] Win95-proofing pl2bat" From: Gurusamy Sarathy <gsar@engin.umich.edu> Msg-ID: <199708121733.NAA14888@aatma.engin.umich.edu> Files: win32/bin/*.bat [ d444a43172237b6bdd9f0a52017be3b0d792aa5c didn't apply the deletion patches, so the deletes in this commit are a carried error ] ------ PORTABILITY - OTHER ------ Title: "5.004_02 Configure - worrying but normal errors displayed to user" From: Paul Marquess <pmarquess@bfsec.bt.co.uk>, pmarquess@bfsec.bt.co.uk (Paul Marquess) Msg-ID: <01BCA3DE.E257BFC0.pmarquess@bfsec.bt.co.uk>, <9708102159.AA11726@claudius.bfsec.bt.co.uk> Files: Configure os2/diff.configure [ one patch found, see 61167c6fd6d55c5f975404dcb56c3d0a87cd2c21 ] Title: "Minor glitch with Perl 5.004_01 on SunOS 4.1.3 (groupstype)" From: thad@thadlabs.com (Thad Floryan) Msg-ID: <9708111415.AA03808@thadlabs.com> Files: hints/sunos_4_1.sh