Re: [Arsperl-users] use of gcc instead of cc
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2007-03-13 12:43:22
|
You should probably edit the Makefile instead of Makefile.PL because gcc will complain about -xO3 -xdepend. So you'll want to change CC=gcc and then edit out or convert the -x... flags to something that gcc will accept. On Tue, 2007-03-13 at 10:41 +0100, Serouche Rahimpour wrote: > Dear listers, > > on SunOs 5.9 make gives me the following error > > cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.84\" > -DXS_VERSION=\"1.84\" -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 > sh: cc: not found > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > > I have gcc installed on my machine. How can I change the use of cc for gcc ? > Thank you. > Serouche > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |