Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in invoking target 'relink' of makefile

685121Oct 27 2010 — edited Oct 27 2010
Hi Experts,

I want to install SAP NW 7.01 on AIX 6.1 and Oracle 10g. I am facing problem during installation of Oracle database installation.

It's showing error as below
Exception String: Error in invoking target 'relink' of makefile '/oracle/-EPD-/102_64/precomp/lib/ins_precomp.mk'.

The make.log file is showing following error
/oracle/EPD/102_64/lib/libunls10.a /oracle/EPD/102_64/lib/libcore10.a /lib/crt0_64.o -ldl -lc -lm -lpthreads -lodm -lbsd_r -lld -lperfstat -lc -lpthread

/oracle/EPD/102_64/bin/genagtsh /oracle/EPD/102_64/lib/libagtsh.a 1.0
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): No such file or directory
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file /oracle/EPD/102_64/lib/shr.o.
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): No such file or directory
ar: No such file or directory
ar: 0707-117 The fopen system call failed on file /oracle/EPD/102_64/lib32/shr.o.
/usr/ccs/bin/make -f ins_rdbms.mk dm_on ORACLE_HOME=/oracle/EPD/102_64/ /bin/ar -X64 cr /oracle/EPD/102_64/rdbms/lib/libknlopt.a /oracle/EPD/102_64/rdbms/lib/dmndmse.o
/bin/ar -X64 cr /oracle/EPD/102_64/rdbms/lib/libknlopt.a /oracle/EPD/102_64/rdbms/lib/dmwdm.o
/usr/ccs/bin/make -f ins_rdbms.mk sdo_on ORACLE_HOME=/oracle/EPD/102_64/ /bin/ar -X64 cr /oracle/EPD/102_64/rdbms/lib/libknlopt.a /oracle/EPD/102_64/rdbms/lib/kxmwsd.o
/usr/ccs/bin/make -f ins_precomp.mk links ORACLE_HOME=/oracle/EPD/102_64/ (cd /oracle/EPD/102_64/precomp/public ; rm -f SQLCA.H)
(cd /oracle/EPD/102_64/precomp/public ; rm -f ORACA.H)
(cd /oracle/EPD/102_64/precomp/public ; rm -f SQLDA.H)
(cd /oracle/EPD/102_64/precomp/public ; rm -f SQLCA.COB)
(cd /oracle/EPD/102_64/precomp/public ; rm -f ORACA.COB)
(cd /oracle/EPD/102_64/precomp/public ; rm -f SQLCA.FOR)
(cd /oracle/EPD/102_64/precomp/public ; rm -f ORACA.FOR)
(cd /oracle/EPD/102_64/precomp/public ; rm -f BNDDSC.FOR)
(cd /oracle/EPD/102_64/precomp/public ; rm -f SELDSC.FOR)
(cd /oracle/EPD/102_64/precomp/public ; ln -s sqlca.h SQLCA.H)
(cd /oracle/EPD/102_64/precomp/public ; ln -s oraca.h ORACA.H)
(cd /oracle/EPD/102_64/precomp/public ; ln -s sqlda.h SQLDA.H)
(cd /oracle/EPD/102_64/precomp/public ; ln -s sqlca.cob SQLCA.COB)
(cd /oracle/EPD/102_64/precomp/public ; ln -s oraca.cob ORACA.COB)
(cd /oracle/EPD/102_64/precomp/public ; ln -s sqlca.for SQLCA.FOR)
(cd /oracle/EPD/102_64/precomp/public ; ln -s oraca.for ORACA.FOR)
(cd /oracle/EPD/102_64/precomp/public ; ln -s bnddsc.for BNDDSC.FOR)
(cd /oracle/EPD/102_64/precomp/public ; ln -s seldsc.for SELDSC.FOR)
/usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/oracle/EPD/102_64 EXENAME=proc/Linking /oracle/EPD/102_64/precomp/lib/proc
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l m
ld:open(): No such file or directory
make: The error code from the last command is 255.

The problem is exactly matching with following thread but no solution available as I have all file systems without CIO mount option.
http://forums.sdn.sap.com/message.jspa?messageID=3465494

Please suggest your expert solution.

Regards,
Jay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2010
Added on Oct 27 2010
5 comments
1,837 views