Re: [Arsperl-users] compile trouble on solaris 9
Brought to you by:
jeffmurphy
|
From: Felling, G. <Gre...@Le...> - 2005-05-25 23:17:35
|
Thanks, I saw your thread on this and I've made the same Makefile edits, including the OPTIMIZE flags. Now I'm getting symbol referenceing errors. Any ideas? I wish I knew why this was so easy on one Solaris system and such an adventure on another. Nothing ever seems this hard on linux... Das, Manojit wrote: > I got rid of this by manually changing = cc to = gcc in Makefile. > > > Regards, > /Mano/ > > -----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=cc. 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=/usr/local/bin/gcc perl Makefile.PL* > * > $ env CC=/usr/local/bin/gcc make * > 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=64 -xO3 -xdepend -DVERSION=\"1.82\" > -DXS_VERSION=\"1.82\" -KPIC > -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -g -DARS32 > -DARS452 -DPERL_PATCHLEVEL_IS=6 -DPERL_SUBVERSION_IS=1 > -DPERL_BASEREV_IS=50 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=7402&alloc_id=16135&op=click > _______________________________________________ Arsperl-users > mailing list Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |