RE: [Arsperl-users] compile trouble on solaris 9
Brought to you by:
jeffmurphy
|
From: Das, M. <md...@ti...> - 2005-05-25 23:12:36
|
I got rid of this by manually changing =3D cc to =3D gcc in Makefile. =20 Regards,=20 Mano=20 -----Original Message----- From: ars...@ar... = [mailto:ars...@ar...]On Behalf Of Felling, Greg Sent: Wednesday, May 25, 2005 5:48 PM To: ars...@ar... 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=20 |