Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Callout...
Well, I have a good news and bad news. First, the good news:
Your problem is simple. You don't have C/C++ compiler installed. Now, the bad news:
SUN C/C++ 5.0 compiler costs about $4000 and oracle doesn't work with GCC
because SUN has modified it's object file headers to be incompatible with the
ones generated by GCC (does that remind you of another company that has modified Kerberos to be incompatible with the MIT original?).
-----Original Message-----
Sent: Friday, February 23, 2001 1:36 PM
To: Multiple recipients of list ORACLE-L
Hi Gang,
I'm trying to compile the callout shared library under Solaris 2.8 and
Oracle 8.1.6. I'm receiving the message below. Any ideas?
TIA, Rocky
ptcprodb> cd $ORACLE_HOME/plsql/demo
ptcprodb> cp $ORACLE_HOME/rdbms/demo/demo_rdbms.mk
$ORACLE_HOME/plsql/demo
ptcprodb> make -f demo_rdbms.mk extproc_callback \
> SHARED_LIBNAME=extproc.so OBJS=extproc.o
/export/oracle/product/8.1.6/bin/echodo cc -c -K PIC -I/export/oracle/product/8.1.6/rdbms/demo -I/export/oracle/product/8.1.6/rdbmsc
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rocky Welch INET: rockyw_99_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gogala, Mladen INET: MGogala_at_oxhp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Feb 23 2001 - 14:35:06 CST