[Arsperl-users] use of gcc instead of cc
Brought to you by:
jeffmurphy
|
From: Serouche R. <ser...@dc...> - 2007-03-13 10:40:14
|
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 |