Operating System - HP-UX
1753403 Members
7161 Online
108793 Solutions
New Discussion юеВ

Re: perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

 
Pawan_1
Frequent Advisor

perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

Am trying to compile DBI with perl 5.8.2 and get the following errors:
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 422: Unknown option "f" ignored.
(Bundled) cc: warning 480: The +Onolimit option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Opromote_indirect_calls option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.
cpp: "/opt/perl/lib/5.8.2/PA-RISC1.1-thread-multi/CORE/perlio.h", line 108: error 4065: Recursion in macro "PerlIO".
*** Error exit code 1
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

Maybe try depots

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pawan_1
Frequent Advisor

Re: perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

Had downloaded the perl 5.8.2 from the same depot location and is missing DBI module.
ranganath ramachandra
Esteemed Contributor

Re: perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

the bundled compiler is of little use beyond rebuilding the kernel (modules). you should get a real compiler (ansi C / aCC) to be able to actually compiler anything else.
 
--
ranga
[i work for hpe]

Accept or Kudo

Pawan_1
Frequent Advisor

Re: perl 5.8.2 on HP-UX 11.11 -- 32BIT PA1.1 -B180L Systems

Yes that helped, and it was a compiler issue.