Re: aix - cc_r vs xlc_r

2004-03-16 Thread Adam Thomason
> Clark > Sent: Tuesday, March 16, 2004 12:28 PM > To: Jarkko Hietaniemi > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: aix - cc_r vs xlc_r > > > On Tue, Mar 16, 2004 at 10:23:34PM +0200, Jarkko Hietaniemi wrote: > > Nicholas Clark

Re: aix - cc_r vs xlc_r

2004-03-16 Thread Jarkko Hietaniemi
Nicholas Clark wrote: > On Tue, Mar 16, 2004 at 10:23:34PM +0200, Jarkko Hietaniemi wrote: > >>Nicholas Clark wrote: >> >> >>>On AIX, what's the difference between cc_r and xlc_r? >> >>See /etc/xlc.cfg. >> >>I vaguely remember that's it's the cc_r that's guaranteed (well, *more* >>guaranteed) to

Re: aix - cc_r vs xlc_r

2004-03-16 Thread Nicholas Clark
On Tue, Mar 16, 2004 at 10:23:34PM +0200, Jarkko Hietaniemi wrote: > Nicholas Clark wrote: > > > On AIX, what's the difference between cc_r and xlc_r? > > See /etc/xlc.cfg. > > I vaguely remember that's it's the cc_r that's guaranteed (well, *more* > guaranteed) to be there, if there's any compi

Re: aix - cc_r vs xlc_r

2004-03-16 Thread Jarkko Hietaniemi
Nicholas Clark wrote: > On AIX, what's the difference between cc_r and xlc_r? See /etc/xlc.cfg. I vaguely remember that's it's the cc_r that's guaranteed (well, *more* guaranteed) to be there, if there's any compiler with reentrant libraries. > And why does parrot's hints file go for xlc_r, whe

aix - cc_r vs xlc_r

2004-03-16 Thread Nicholas Clark
On AIX, what's the difference between cc_r and xlc_r? And why does parrot's hints file go for xlc_r, whereas perl5's goes for cc_r? This is causing pain for ponie. Is there any reason not to pick the same one for both? [yes, 3-way cross post, but I think it's justified] Nicholas Clark