Warning while Relinking OC 4.6 - Sun Solaris
(Doc ID 978097.1)
Last updated on DECEMBER 03, 2019
Applies to:
Oracle Clinical - Version 4.6.0 and laterInformation in this document applies to any platform.
Goal
While upgrading to OC/RDC 4.6 you get the following error while relinking - OC 4.6 environment.
Platform: Sun package 12 (compiler) - (Sun Solaris SPARC (64-bit))
The following warning messages are found during 4.6.1 code tree installation/relink:
if ( test -r /app/opapps/oc/46/common/rxccossf ); then rm /app/opapps/oc/46/common/rxccossf; fi;
cc -xarch=v9 -o rxccossf -L/app/oracle/product/11.1.0.7_64/lib/ rxccossf.o \
/app/opapps/oc/46/common/sec.a \
/app/opapps/oc/46/common/rxclib.a -lclntsh `cat /app/oracle/product/11.1.0.7_64/lib/ldflags` `cat /app/oracle/p
roduct/11.1.0.7_64/lib/sysliblist` -R/app/oracle/product/11.1.0.7_64/lib -laio -lposix4 -lm -lthread
cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs
if ( test -r /app/opapps/oc/46/bin/rxccossf ); then rm /app/opapps/oc/46/bin/rxccossf; fi;
ln -s /app/opapps/oc/46/common/rxccossf /app/opapps/oc/46/bin/rxccossf
Performing link in /app/opapps/oc/46/sec...
if (test -r /app/opapps/oc/46/sec/set_pwd); then rm /app/opapps/oc/46/sec/set_pwd; fi;
cc -xarch=v9 -L/app/oracle/product/11.1.0.7_64/lib/ -o set_pwd set_pwd.o \
/app/opapps/oc/46/common/sec.a /app/opapps/oc/46/common/rxclib.a -lclntsh `cat /app/oracle/product/11.1.0.7_64/lib
/ldflags` `cat /app/oracle/product/11.1.0.7_64/lib/sysliblist` -R/app/oracle/product/11.1.0.7_64/lib -laio -lpo
six4 -lm -lthread
cc: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs
if (test -r /app/opapps/oc/46/bin/set_pwd); then rm /app/opapps/oc/46/bin/set_pwd; fi;
ln -s /app/opapps/oc/46/sec/set_pwd /app/opapps/oc/46/bin/set_pwd
Performing link in /app/opapps/oc/46/psub...
What needs to be done to fix this?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |