Re: [Arsperl-users] compile trouble on solaris 9
Brought to you by:
jeffmurphy
|
From: David A. <D.J...@so...> - 2005-05-26 08:56:38
|
Greg, I installed ARSperl on Solaris 2.9 with Perl 5.8.0 very recently and had = no difficulties whatever. I believe that Perl will generate a Makefile with CC set to the compiler = that was used to compile Perl itself. It looks to me that your problem = is not with Solaris 2.9 but the way that Perl was installed on it. Just = possibly all you need do is to change the PATH so that the right cc is = found. Hope that helps. David Adams Corporate Information Services Information Systems Services University of Southampton ----- Original Message -----=20 From: Felling, Greg=20 To: ars...@ar...=20 Sent: Wednesday, May 25, 2005 11:48 PM Subject: [Arsperl-users] compile trouble on solaris 9 I'm compiling ARSPerl on Solaris 9. This has worked for me fine on = Solairs 8. As you can see, I've set CC to the path to gcc, yet = Makefile.PL still generates a Makefile containing CC=3Dcc. I've even = tried changing this line to gcc in the Makefile, same error. Someone = please explain this to me while I still have some hair. Thanks. $ env CC=3D/usr/local/bin/gcc perl Makefile.PL $ env CC=3D/usr/local/bin/gcc make =20 cp ARSnt-h.pm blib/lib/ARSnt-h.pm cp ARS.pm blib/lib/ARS.pm AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS) cp ARSOOmsgs.pm blib/lib/ARSOOmsgs.pm cp ARSnparm.pm blib/lib/ARSnparm.pm cp ARSarerrno-h.pm blib/lib/ARSarerrno-h.pm cp ARSar-h.pm blib/lib/ARSar-h.pm cp ARSnterrno-h.pm blib/lib/ARSnterrno-h.pm cp ARSOOform.pm blib/lib/ARSOOform.pm cp ARSOOsup.pm blib/lib/ARSOOsup.pm /usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int = -I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -typemap = /usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap ARS.xs > ARS.xsc = && mv ARS.xsc ARS.c cc -c -I/app1/ARS_512_api/include -D_LARGEFILE_SOURCE = -D_FILE_OFFSET_BITS=3D64 -xO3 -xdepend -DVERSION=3D\"1.82\" = -DXS_VERSION=3D\"1.82\" -KPIC = -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -g -DARS32 -DARS452 = -DPERL_PATCHLEVEL_IS=3D6 -DPERL_SUBVERSION_IS=3D1 -DPERL_BASEREV_IS=3D50 = ARS.c make: cc: Command not found make: *** [ARS.o] Error 127 ------------------------------------------------------- SF.Net email = is sponsored by: GoToMeeting - the easiest way to collaborate online = with coworkers and clients while avoiding the high cost of travel and = communications. There is no equipment to buy and you can meet as often = as you want. Try it = free.http://ads.osdn.com/?ad_id=3D7402&alloc_id=3D16135&op=3Dclick = _______________________________________________ Arsperl-users mailing = list Ars...@ar... = https://lists.sourceforge.net/lists/listinfo/arsperl-users |