Re: [Arsperl-users] Need assitance in Installing ARSperl
Brought to you by:
jeffmurphy
|
From: Thilo S. <thi...@ap...> - 2007-10-24 10:15:18
|
Generally, you have to use same compiler (or compiler version) for
ARSperl that the perl interpreter itself was compiled with. You can
check this by executing "perl -V".
VS, Shreyas wrote:
> Hi All,
>
> Can you please assist me in installing ARSperl as I am getting the
> following error.
>
> ------------------------------------------
> $ make
> Skip blib/lib/ARSnt-h.pm (unchanged)
> Skip blib/lib/ARS.pm (unchanged)
> Skip blib/lib/ARSOOmsgs.pm (unchanged)
> Skip blib/lib/ARSnparm.pm (unchanged)
> Skip blib/lib/ARSarerrno-h.pm (unchanged)
> Skip blib/lib/ARSar-h.pm (unchanged)
> Skip blib/lib/ARSnterrno-h.pm (unchanged)
> Skip blib/lib/ARSOOform.pm (unchanged)
> Skip blib/lib/ARSOOsup.pm (unchanged)
> gcc -c -I/usr/ar/api/include -D_POSIX_C_SOURCE=199506L
> -D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC
> -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.82\" -DXS_VERSION=\"1.82\"
> -fPIC -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE -g -DARS32
> -DARS452 -DPERL_PATCHLEVEL_IS=6 -DPERL_SUBVERSION_IS=1
> -DPERL_BASEREV_IS=50 ARS.c
>
> In file included from
> /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE/perl.h:713,
> from support.h:70,
> from ARS.xs:26:
> /usr/include/sys/socket.h:484: parse error before "sendfile"
> /usr/include/sys/socket.h:484: parse error before "bsize_t"
> /usr/include/sys/socket.h:486: parse error before "sendpath"
> /usr/include/sys/socket.h:486: parse error before "bsize_t"
> *** Error exit code 1
>
> Stop.
> ---------------------------------------------
>
> It will be nice if you can help me out as it is quite urgent.
>
> Thanks.
>
> Regards,
> *Shreyas VS*
> OHS Development Team.
> Infosys Technologies Limited, Mysore, India
> Desk: +91-821-4071614
>
>
>
>
> *************************************************************************************
> The message is intended for the named addressee only and may not be
> disclosed to or used by anyone else, nor may it be copied in any way.
>
> The contents of this message and its attachments are confidential and
> may also be subject to legal privilege. If you are not the named
> addressee and/or have received this message in error, please advise us
> by e-mailing sec...@co... and delete the message and any
> attachments without retaining any copies.
>
> Internet communications are not secure and COLT does not accept
> responsibility for this message, its contents nor responsibility for any
> viruses.
>
> No contracts can be created or varied on behalf of COLT
> Telecommunications, its subsidiaries or affiliates ("COLT") and any
> other party by email Communications unless expressly agreed in writing
> with such other party.
>
> Please note that incoming emails will be automatically scanned to
> eliminate potential viruses and unsolicited promotional emails. For more
> information refer to www.colt.net or contact us on +44(0)20 7390 3900.
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
|