RE: [Arsperl-users] ARSPerl install with cc
Brought to you by:
jeffmurphy
|
From: Das, M. <md...@ti...> - 2005-06-06 21:58:01
|
After we installed Sun cc, it worked fine. Jeff, Thank you so much. Regards, Mano -----Original Message----- From: ars...@ar... [mailto:ars...@ar...]On Behalf Of Jeff Murphy Sent: Friday, June 03, 2005 7:46 AM To: ars...@ar... Subject: Re: [Arsperl-users] ARSPerl install with cc 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 ". > =20 ARSperl wants to be built (as all perl modules do) with the same compiler that perl itself was built with.=20 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.=20 then re-attempt the "make" step. jeff > =20 > ------------------------------------- > $ > /usr/ccs/bin/make=20 >=20 > /usr/ucb/cc -c -I/opt/ar/api/include -xO3 -xdepend = -DVERSION=3D\"1.8001 > \" -DXS_VERSION=3D\"1.8001\" -KPIC -I/usr/perl5/5.00503/suc >=20 > /usr/ucb/cc: language optional software package not installed=20 >=20 > *** Error code 1=20 >=20 > make: Fatal error: Command failed for target `ARS.o'=20 >=20 > $ > =20 >=20 > ------------------------------------- >=20 > Regards, >=20 > Mano=20 >=20 >=20 --=20 Jeff Murphy <jcm...@je...> ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit = http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |