Hi all,
Environment: Perl 5.0
OS: HP-unix
Oracle: 8.1.9
I installed the DBI modules(DBI-1.16) without problems on a HP-unix
machine, the DBD::Oracle (DBD-Oracle-1.06.)though didn't. I had to set
the oracle_home variable, which I did. Still a no
go. During the compile (make) the compile aborts with following error:
ld: Unrecognized argument: -Wl,+s
ld: Usage: ld flags... files...
Find below a snapshot of what happened right before the error.
All comments/solutions are welcome.
Thanks,
Zerone
Snapshot:
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
LD_RUN_PATH="" ld -o blib/arch/auto/DBD/Oracle/Oracle.sl -b
-s -a
shared Oracle.o dbdimp.o oci7.o oci8.o
-L/u1/app/oracle/product/8.1.6/lib/
-L/u1/app/oracle/product/8.1.6/rdbms/lib -Wl,+s -Wl,+n
/u1/app/oracle/product/8.1.6/lib/nautab.o
/u1/app/oracle/product/8.1.6/lib/naeet.o
/u1/app/oracle/product/8.1.6/lib/naect.o
/u1/app/oracle/product/8.1.6/lib/naedhs.o `cat
/u1/app/oracle/product/8.1.6/lib/ldflags` -lnsgr8 -lnzjs8 -ln8
-lnl8 -lnro8 `cat /u1/app/oracle/product/8.1.6/lib/ldflags`
-lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8
-lgeneric8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat
/u1/app/oracle/product/8.1.6/lib/ldflags` -lnsgr8 -lnzjs8 -ln8
-lnl8 -lnro8 `cat /u1/app/oracle/product/8.1.6/lib/ldflags`
-lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8
-lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8
-lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore8 -lnls8
-lcore8 -lnls8 -lm
/u1/app/oracle/product/8.1.6/rdbms/lib/kpudfo.o `cat
/u1/app/oracle/product/8.1.6/lib/sysliblist`
ld: Unrecognized argument: -Wl,+s
ld: Usage: ld flags... files...
*** Error exit code 1
Stop.