Re: [Arsperl-users] Problems with make on Solaris/arsPerl/with 6.3 api
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2006-01-11 18:50:28
|
On Wed, 2006-01-11 at 10:55 -0600, Eric Roys wrote: > All, > > I'm forwarding this along for some assistance for a collegue who is having > issues with installation of arsperl on a solaris host. Any assistance you > can offer would be appreciated. The ouput of make is below. > > i'm guessing your perl binary is built with GCC but you are trying to compile arsperl with SUNs CC. edit the Makefile and remove the offending option(s) ... e.g. -Wno-unused-variable and then save it and redo the 'make' > > [/var/tmp/ARSperl-1.85]> make cp ARSnt-h.pm blib/lib/ARSnt-h.pm cp ARS.pm > blib/lib/ARS.pm AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS) cp > artypes.ph blib/lib/artypes.ph cp ARSOOmsgs.pm blib/lib/ARSOOmsgs.pm cp > ARSnparm.pm blib/lib/ARSnparm.pm cp ARSarerrno-h.pm blib/lib/ARSarerrno-h.pm > cp ARSar-h.pm blib/lib/ARSar-h.pm cp ARSOOform.pm blib/lib/ARSOOform.pm cp > ARSnterrno-h.pm blib/lib/ARSnterrno-h.pm cp _h2ph_pre.ph > blib/lib/_h2ph_pre.ph cp ARSOOsup.pm blib/lib/ARSOOsup.pm /bin/perl > -I/usr/local/lib/perl5/5.6.1/sun4-solaris > -I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp > -typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap ARS.xs > > ARS.xsc && mv ARS.xsc ARS.c > gcc -c -I/opt/ARSapi/include -fno-strict-aliasing -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.84\" > -DXS_VERSION=\"1.84\" -fPIC -I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE > -g -Wno-unused-variable -Wuninitialized -DARS32 -DARS452 > -DPERL_PATCHLEVEL_IS=6 -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50 ARS.c > cc1: Invalid option `-Wno-unused-variable' > *** Error code 1 > make: Fatal error: Command failed for target `ARS.o' > root@phxdnt [/var/tmp/ARSperl-1.85]> > > Kind Regards, > Eric Roys > Sr. Software Engineer > Verizon Business > Phone: 608-882-0871 > Email: eri...@mc... > > CONFIDENTIALITY: The information contained in this message and any > attachment may be proprietary, confidential, and privileged or subject to > the work product doctrine and thus protected from disclosure. If the reader > of this message is not the intended recipient, or an employee or agent > responsible for delivering this message to the intended recipient, you are > hereby notified that any dissemination, distribution or copying of this > communication is strictly prohibited. If you have received this > communication in error, please notify me immediately by replying to this > message and deleting it and all copies and backups thereof. Thank you. > > > > > ______________________________________________________________________ > This e-mail has been scanned by MCI Managed Email Content Service, using Skeptic technology powered by MessageLabs. For more information on MCI's Managed Email Content Service, visit http://www.mci.com. > ______________________________________________________________________ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |