Re: [Arsperl-users] ARSPerl install with cc
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2005-06-03 12:47:03
|
On Thu, 2005-06-02 at 15:01 -0500, Das, Manojit wrote: > Hi, > When I am running make it says "/usr/ucb/cc: language optional > software package not installed ". > ARSperl wants to be built (as all perl modules do) with the same compiler that perl itself was built with. you most likely installed a pre-built (binary) copy of perl that was built with SUN's compiler. your current machine does not have SUN's compiler, therefor you are experiencing the above problem. > Does it mean we need to reinstall cc or what? How can I resolve this? > Installing gcc is not an option for me as it will not be allowed in > production env. then you need to get CC installed, or, if it is already installed, you need to determine where it is installed and place it's location at the front of your PATH. then re-attempt the "make" step. jeff > > ------------------------------------- > $ > /usr/ccs/bin/make > > /usr/ucb/cc -c -I/opt/ar/api/include -xO3 -xdepend -DVERSION=\"1.8001 > \" -DXS_VERSION=\"1.8001\" -KPIC -I/usr/perl5/5.00503/suc > > /usr/ucb/cc: language optional software package not installed > > *** Error code 1 > > make: Fatal error: Command failed for target `ARS.o' > > $ > > > ------------------------------------- > > Regards, > > Mano > > -- Jeff Murphy <jcm...@je...> |