summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
Commit message (Collapse)AuthorAgeFilesLines
* Suppress System V IPC for 64-bit Darwin buildsDominic Dunlop2006-02-271-4/+9
| | | | | Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com> p4raw-id: //depot/perl@27333
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-2/+2
| | | | | Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com> p4raw-id: //depot/perl@27250
* [perl #36448] configuring ranlib for perl on osx with xcode 2.1Luke Closs2005-09-131-0/+4
| | | | | | | From: Luke Closs (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org> Date: 1 Jul 2005 21:56:31 -0000 p4raw-id: //depot/perl@25402
* Re: Hints for 64bitall (PPC!) Darwin perlDominic Dunlop2005-06-281-1/+42
| | | | | | Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> Date: Mon, 27 Jun 2005 19:46:59 +0200 p4raw-id: //depot/perl@25004
* On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()Nicholas Clark2005-06-251-0/+3
| | | | | | using system malloc, because sbrk() stops giving us memory after about 14Mb. p4raw-id: //depot/perl@24981
* Hints changes for OS X 10.4Michael G. Schwern2005-05-111-4/+19
| | | | | Message-ID: <20050511011047.GA23955@windhund.schwern.org> p4raw-id: //depot/perl@24446
* Configure shouldn't unconditionally add in -pipe Andy Dougherty2004-05-121-2/+1
| | | | | Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22815
* Make usemallocwrap a Configure-time question. Default is yes forNicholas Clark2004-03-231-0/+5
| | | | | | | usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
* 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
* 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
* No ODBM for Mac OS X, even if we have Fink GDBM libraries.Jarkko Hietaniemi2003-08-161-0/+5
| | | p4raw-id: //depot/perl@20733
* Oops.Jarkko Hietaniemi2003-08-041-1/+1
| | | 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
* Detypo.Jarkko Hietaniemi2003-07-091-1/+1
| | | p4raw-id: //depot/perl@20100
* More Darwin/MacOSX paths twiddling.Jarkko Hietaniemi2003-07-091-29/+17
| | | p4raw-id: //depot/perl@20096
* Darwin/Mac OS X: if -Dprefix=/foo, do nothing specialJarkko Hietaniemi2003-07-091-10/+0
| | | | | for the install dirs. p4raw-id: //depot/perl@20083
* Enable avoiding /System/Library in Mac OS X byJarkko Hietaniemi2003-07-091-1/+4
| | | | | doing Configure -Dprefix=/some/where -Uvendorlib. p4raw-id: //depot/perl@20082
* Darwin: -Dprefix=$HOME/Perl tried to install to /Library.Jarkko Hietaniemi2003-07-021-0/+12
| | | p4raw-id: //depot/perl@19928
* Apparently the __APPLE__ cpp symbol is not Officially SanctionedJarkko Hietaniemi2003-06-131-1/+4
| | | | | | | way of detecting Darwin/Mac OS X; instead it is recommended to detect the OS at a higher level and pass the information manually down to the application, using e.g. a -Ddefinition. p4raw-id: //depot/perl@19764
* Re: [MacOS X] consider useshrplib='false' by defaultAndy Dougherty2003-06-041-3/+1
| | | | | Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@19687
* [MacOS X] consider useshrplib='false' by defaultDan Kogai2003-06-041-1/+5
| | | | | Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp> p4raw-id: //depot/perl@19681
* More Panther moves.Jarkko Hietaniemi2003-05-141-13/+18
| | | p4raw-id: //depot/perl@19522
* Detypo Pantherisms.Jarkko Hietaniemi2003-05-131-1/+2
| | | p4raw-id: //depot/perl@19506
* Panther preparation.Jarkko Hietaniemi2003-05-121-3/+22
| | | p4raw-id: //depot/perl@19500
* OS X: could not -Doptimize=-g.Jarkko Hietaniemi2003-05-011-0/+4
| | | p4raw-id: //depot/perl@19375
* Darwin/Rhapsody hints files updates by Wilfredo SánchezRafael Garcia-Suarez2003-04-121-22/+20
| | | p4raw-id: //depot/perl@19194
* Re: -Os for Darwin why?Michael G. Schwern2003-02-181-3/+6
| | | | | Message-Id: <20030218113739.D25848@ttul.org> p4raw-id: //depot/perl@18746
* Re: -Os for Darwin why?Michael G. Schwern2003-02-181-1/+5
| | | | | Message-Id: <20030217191403.A17553@ttul.org> p4raw-id: //depot/perl@18740
* Under darwin 6.0+ (MacOSX 10.2) we have threadsafeArtur Bergman2003-01-031-1/+7
| | | | | libc_r functions. p4raw-id: //depot/perl@18406
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+1
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>Hugo van der Sanden2002-10-121-40/+44
| | | p4raw-id: //depot/perl@18004
* It would seem that Mac OS X has fixed the INT32_MIN INT64_MIN.Jarkko Hietaniemi2002-07-181-2/+8
| | | p4raw-id: //depot/perl@17617
* Some day I might actually learn to test changes firstJarkko Hietaniemi2002-05-261-1/+1
| | | | | before committing them in. p4raw-id: //depot/perl@16804
* Until otherwise proven.Jarkko Hietaniemi2002-05-261-1/+1
| | | p4raw-id: //depot/perl@16803
* Darwin hint tweaks.Jarkko Hietaniemi2002-05-261-6/+6
| | | p4raw-id: //depot/perl@16802
* Enable building with threads under macosx, assume __APPLE__ means darwin and ↵Artur Bergman2002-02-051-3/+10
| | | | | disable _r functions, since we don't have them. p4raw-id: //depot/perl@14557
* patches for MacOS X 10.1 for perl 5.7.2Randal L. Schwartz2001-11-021-2/+3
| | | | | | | | | Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com> (two of the changes) Better coexistence with extensions. p4raw-id: //depot/perl@12816
* Don't assume that everybody is running OS X 10.1 yet;Jarkko Hietaniemi2001-10-081-1/+7
| | | | | from Kay Röpke. p4raw-id: //depot/perl@12364
* Detypo.Jarkko Hietaniemi2001-10-081-1/+1
| | | p4raw-id: //depot/perl@12354
* It seems that in MacOS X 10.1 one must use -flat_namespaceJarkko Hietaniemi2001-10-071-1/+3
| | | | | in ldflags. p4raw-id: //depot/perl@12351
* Mac OS X doesn't have threadsafe (_r) libc interfaces.Jarkko Hietaniemi2001-10-011-0/+17
| | | | | Until it has, better stop early if someone requests threads. p4raw-id: //depot/perl@12300
* Explain in more detail why -pipe and -fno-common are good.Jarkko Hietaniemi2001-07-301-2/+6
| | | p4raw-id: //depot/perl@11507