RE: [Arsperl-users] ARSPerl Install Issue
Brought to you by:
jeffmurphy
|
From: Mark V. <mva...@ev...> - 2005-05-24 22:15:32
|
Change the '-KPIC' to '-fPIC'. =20 Yes, change the 'LD =3D cc' to 'LD =3D gcc' and any others that are 'cc'.= =20 HTH, Mark =20 =20 Mark Vaughan Programmer III =20 Direct: +1 303 802 2426 Cell: +1 303 601 4434 Fax: +1 303 802 1420 mar...@ev... <mailto:mar...@ev...>=20 Evolving Systems, Inc.=20 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112 www.evolving.com ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Das, Manojit Sent: Tuesday, May 24, 2005 4:02 PM To: ars...@ar... Subject: [Arsperl-users] ARSPerl Install Issue =20 I don't know where my previous posting landed so I am sending the fresh one. I am getting below error when I execute make. Looks like gcc cannot recognize KPIC option. Also it is saying cc not found but I already changed Makefile (CC =3D gcc).=20 There is another line in Makefile, LD =3D cc, should I make it LD =3D gcc= ?=20 Any help/comments?=20 --------------------=20 $ /usr/ccs/bin/make gcc -c -I/opt/ar/api/include -xO3 -xdepend -DVERSION=3D\"1.8002\" -DXS_VERSION=3D\"1.8002\" -KPIC -I/usr/perl5/5.00503/sun4-solarc gcc: unrecognized option `-KPIC' gcc: language depend not recognized gcc: ARS.c: linker input file unused because linking not done gcc -c -I/opt/ar/api/include -xO3 -xdepend -DVERSION=3D\"1.8002\" -DXS_VERSION=3D\"1.8002\" -KPIC -I/usr/perl5/5.00503/sun4-solarc gcc: unrecognized option `-KPIC' gcc: language depend not recognized gcc: support.c: linker input file unused because linking not done gcc -c -I/opt/ar/api/include -xO3 -xdepend -DVERSION=3D\"1.8002\" -DXS_VERSION=3D\"1.8002\" -KPIC -I/usr/perl5/5.00503/sun4-solarc gcc: unrecognized option `-KPIC' gcc: language depend not recognized gcc: supportrev.c: linker input file unused because linking not done Running Mkbootstrap for ARS () chmod 644 ARS.bs LD_RUN_PATH=3D"/opt/ar/api/lib:/lib" cc -o blib/arch/auto/ARS/ARS.so -R/opt/ar/api/lib -R/lib -G ARS.o support.o supportrev.o -L/o=20 sh: cc: not found *** Error code 1 make: Fatal error: Command failed for target `blib/arch/auto/ARS/ARS.so' $=20 --------------------=20 Here is the env:=20 $ perl -v This is perl, version 5.005_03 built for sun4-solaris=20 =2E...=20 $ gcc -v Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.2/specs Configured with: ../configure --with-as=3D/usr/ccs/bin/as --with-ld=3D/usr/ccs/bin/ld --disable-nls=20 Thread model: posix gcc version 3.4.2=20 ARS version 5.01.02=20 ARSPerl 1.81=20 =20 Regards,=20 Mano=20 This e-mail and any attachments may be confidential and/or legally privil= eged. If you have received this e-mail and you are not a named addressee,= please inform Evolving Systems TIS at ti...@ev... and then delete t= he e-mail from your system. If you are not a named addressee you must not= use, disclose, distribute, copy, print or rely on this e-mail. To ensure= regulatory compliance and for the protection of our clients and business= , Evolving Systems may monitor and read e-mails sent to and from its serv= ers. Although Evolving Systems routinely screens for viruses, addressees = should scan this e-mail and any attachments for viruses. Evolving Systems= makes no representation or warranty as to the absence of viruses in this= e-mail or any attachments.=20 Registered Office: 9777 Mt. Pyramid Ct Suite 100, Englewood, CO 80112 |