当relink Oracle 软件时,用的是哪个linker 和 compiler?
参考自:
REQUIRED LINKER AND COMPILER LOCATIONS (文档 ID 1012798.6)
Problem Description:
====================
Which linker and compiler should I use to relink Oracle executables? Where are they located?
Search Words:
=============
OS, operating system, link, re-link, supported, required, make, location
Solution Description:
=====================
The location of the linker or compiler required for relinking Oracle executables is port-specific.
Below is a listing of where these utilities can be found.
Platform Relinking Utilities 'make' in
-------- ------------------- ---------
AT&T 3000 /usr/bin/cc /usr/ccs/bin
(or /usr/ccs/bin/cc) (or /usr/bin)
DEC Alpha OSF/1 /usr/bin/cc /usr/ccs/bin
(or /usr/ccs/bin/cc) (or /usr/bin)
DEC Ultrix /bin/cc /bin
(or /usr/bin/cc)
HP-UX 9.0x /bin/cc /bin
IBM AIX RS6000 /usr/bin/ld /usr/bin
(or /usr/ccs/bin/ld) or /usr/ccs/bin
and ORACLE_HOME/bin/oraxlc
Linux /usr/bin/ld /usr/bin
SCO UNIX /bin/idld ORACLE_HOME/bin
(or /bin/ld) or /bin
Sequent dynix/PTX /bin/cc /bin
SunOS 4.1.x /usr/5bin/cc /bin
Sun Solaris 2.x /usr/ccs/bin/ld /usr/ccs/bin
SGI /usr/bin/ld /sbin
【翻译自mos文章】当relink Oracle 软件时,用的是哪个linker 和 compiler?
原文:http://blog.csdn.net/msdnchina/article/details/46550617