RE: [Arsperl-users] RE: ARSPerl Install Issue
Brought to you by:
jeffmurphy
|
From: Mark V. <mva...@ev...> - 2005-05-25 15:48:36
|
The only optimize flags I used (gcc on Solaris 2.8, ARS 1.73 & 1.83) is '-O' (OPTIMIZE =3D -O) =20 HTH, Mark =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:56 PM To: ars...@ar... Subject: [Arsperl-users] RE: ARSPerl Install Issue =20 Mark, Thank you so much for your help. Looks like I am getting closer. Now it is saying "language depend not recognized". I am not sure if I need to do anything with this line =20 OPTIMIZE =3D -xO3 -xdepend =20 -------------------------------- $ /usr/ccs/bin/make gcc -c -I/opt/ar/api/include -xO3 -xdepend -DVERSION=3D\"1.8002\" -DXS_VERSION=3D\"1.8002\" -fPIC -I/usr/perl5/5.00503/sun4-solarc gcc: language depend not recognized gcc: ARS.c: linker input file unused because linking not done 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" gcc -o blib/arch/auto/ARS/ARS.so -R/opt/ar/api/lib -R/lib -G ARS.o support.o supportrev.o -L/=20 gcc: ARS.o: No such file or directory gcc: support.o: No such file or directory gcc: supportrev.o: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `blib/arch/auto/ARS/ARS.so' $ -------------------------------- =20 Regards, Mano,=20 -----Original Message----- From: ars...@ar... [mailto:ars...@ar...]On Behalf Of Mark Vaughan Sent: Tuesday, May 24, 2005 5:13 PM To: ars...@ar... Subject: RE: [Arsperl-users] ARSPerl Install Issue 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 =09 ________________________________ 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 |