Re: Inline::C not recognizing compiler in path

2001-04-30 Thread Brian Ingerson
"Brett W. Denner" wrote: > > I just tried to install Inline-0.33.tar.gz, and had problems with Inline-C > not recognizing my compiler. Here's the scenario and the problem (the > solution remains TBD): > The C compiler 'cc -n32' was not found on your system by searching your > PAT

Inline::C not recognizing compiler in path

2001-04-30 Thread Brett W. Denner
I just tried to install Inline-0.33.tar.gz, and had problems with Inline-C not recognizing my compiler. Here's the scenario and the problem (the solution remains TBD): After extracting the Inline-0.33 directory from Inline-0.33.tar.gz, I ran: perl Makefile.PL and got the following erro

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Piers Harding
True - the optional extra ( at a price !) compiler is better than the K&R, but I still had problems done the track with building mod_perl into Apache after having built perl cleanly with this. Cheers. On Mon, Apr 30, 2001 at 11:22:29AM -0700, Clint Olsen wrote: > Hello: > > I want to distingu

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Piers Harding
OK - some more evidence - look on google for pointers towards problems with thread local storage and HP compilers ( TLS ) - these are also a source of pain for me ( in particular with linking in the oracle client libraries for instance ). Cheers. On Mon, Apr 30, 2001 at 11:18:45AM -0700, Clin

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Piers Harding
No - all my problems went away when I started using the GCC fro everything :-). The rarer problems I have now are with some non GCC compiled code, or code that isnt compiled position independent. Lots of pointers to problems like this on the HP compiler mailing lists. Cheers. On Mon, Apr 3

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Paul
--- Neil Watkiss <[EMAIL PROTECTED]> wrote: > . . . > I'm in charge of building perl on all sorts of unixy platforms at > ActiveState. Today I just happen to be building Perl 5.005 and 5.6.0 > on HP-UX 10.20 and 11 using HP's compiler. I'd have to put up a fence > to keep Brian away from the box

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Neil Watkiss
Hi Clint, I'm in charge of building perl on all sorts of unixy platforms at ActiveState. Today I just happen to be building Perl 5.005 and 5.6.0 on HP-UX 10.20 and 11 using HP's compiler. I'd have to put up a fence to keep Brian away from the box, so I'm going to let him at it as soon as I'm done

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Clint Olsen
Hello: I want to distinguish /opt/ansic/bin/cc from the regular bundled POS compiler in /bin. If it were a choice between /bin/cc or gcc, gcc wins hands down, but the optional compiler is actually quite good. It's just not as footloose and fancy free as gcc. It follows the ANSI standard quite

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Clint Olsen
Hi Brian: I built Perl with HP's performance C compiler since I've seen gcc on quite a few occasions produce considerably slower binaries for the HPPA. We already have enough performance problems with Perl as it is :) Our system administrator team built 5.005_03 with this compiler, so I know it

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Brian Ingerson
Piers Harding wrote: > > I have done this but I used the GCC on HP-UX - available from >http://devresource.hp.com. I have had so much trouble with building other products >such as Apache with mod_perl and openssl, and openldap, that I discarded the hp >compiler ( you should see the comments a

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Norbert Gruener
Hi, On Mon, Apr 30 2001, Brian Ingerson wrote: > Clint Olsen wrote: > > > > % make test > > PERL_DL_NONLAZY=1 /afs/pdx/proj/otools/bin/HP-UX/perl -Iblib/arch >-Iblib/lib -I/afs/pdx/proj/otools/perl-5.6.1/lib/5.6.1/PA-RISC2.0 >-I/afs/pdx/proj/otools/perl-5.6.1/lib/5.6.1 -e 'use Test::Ha

Re: Has anyone built Inline for HP-UX 11.0?

2001-04-30 Thread Piers Harding
I have done this but I used the GCC on HP-UX - available from http://devresource.hp.com. I have had so much trouble with building other products such as Apache with mod_perl and openssl, and openldap, that I discarded the hp compiler ( you should see the comments about the hp compiler in the