Operating System - HP-UX
1834772 Members
3288 Online
110070 Solutions
New Discussion

Re: make file error.......

 
Asics
Occasional Advisor

make file error.......

Dear all:
When I use perl5.8.3 to install DBD::informix,
appear fllow problem...
(Where are the +Ofastaccess,+DS2.0,+DA2.0W ?)

Dear sir:
I already install "perl-5.8.3-gcc-3.3.2-11.00-elf64-ora.tbz" and "gcc-3.3.2-64-11.00-elf64.tbz" patches into my HP workstation.
But,make file still error! Please see erroe message.....

# make
Skip blib/lib/DBD/Informix/Summary.pm (unchanged)
Skip blib/lib/DBD/Informix/TechSupport.pm (unchanged)
Skip blib/lib/DBD/Informix/GetInfo.pm (unchanged)
Skip blib/lib/Bundle/DBD/Informix.pm (unchanged)
Skip blib/lib/DBD/Informix/Configure.pm (unchanged)
Skip blib/lib/DBD/Informix.pm (unchanged)
Skip blib/lib/DBD/Informix/TestHarness.pm (unchanged)
Skip blib/lib/DBD/Informix/TypeInfo.pm (unchanged)
Skip blib/lib/DBD/Informix/Defaults.pm (unchanged)
Skip blib/lib/DBD/Informix/Metadata.pm (unchanged)
/opt/perl/bin/perl5.8.3 /opt/perl64/lib/5.8.3/ExtUtils/xsubpp -typemap /opt/perl64/lib/5.8.3/ExtUtils/typemap Informix.xs > Informix.xsc && mv Informix.xsc Informix.c
gcc64 -c -I/opt/informix/incl/esql -I/opt/perl64/lib/5.8.3/PA-RISC2.0-LP64/auto/DBI -I/opt/perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/DBI -I/auto/DBI -I/opt/perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/DBI -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O -DVERSION=\"2003.04\" -DXS_VERSION=\"2003.04\" -fPIC "-I/opt/perl64/lib/5.8.3/PA-RISC2.0-LP64/CORE" -DESQLC_VERSION=953 -DNDEBUG Informix.c
INFORMIXC="/opt/perl/bin/perl5.8.3 esqlcc" ESQLCC="gcc64" esql -c -shared -I/opt/informix/incl/esql -I/opt/perl64/lib/5.8.3/PA-RISC2.0-LP64/auto/DBI -I/opt/perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/DBI -I/auto/DBI -I/opt/perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/DBI -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O -DVERSION=\"2003.04\" -DXS_VERSION=\"2003.04\" -fPIC -I/opt/perl64/lib/5.8.3/PA-RISC2.0-LP64/CORE -DESQLC_VERSION=953 -DNDEBUG dbdimp.ec
gcc64: +Ofastaccess: No such file or directory
gcc64: +DS2.0: No such file or directory
gcc64: +DA2.0W: No such file or directory
cc1: error: unrecognized option `-H400000'
*** Error exit code 1

Stop.
2 REPLIES 2
KapilRaj
Honored Contributor

Re: make file error.......

gcc is not able to interpret the unknown options .. go through the readme and you may need a new compiler ! Either gcc or some priced product !

I have seen sompiled versions available fr these y not try a detailed search ?

Kaps
Nothing is impossible
ranganath ramachandra
Esteemed Contributor

Re: make file error.......

you seem to have configured the makefile to use aCC/cc options but the gcc compiler.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo