Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:External procedures

Re:External procedures

From: <dgoulet_at_vicr.com>
Date: Thu, 13 Feb 2003 11:34:45 -0800
Message-ID: <F001.0054C8DB.20030213113445@fatcity.com>


As one who has created a number of external procedures on HP, Yes you do have to acquire and install the HP ANSI C compiler. The C compiler that HP ships with HP-UX is only good enough to build a new kernel and link up the Oracle executables. It's most likely giving you that error because in the end shell.o does not exist.

Dick Goulet

____________________Reply Separator____________________
Author: "Bahar; Rivaldi (BBASSI-CHQ)" <rivaldi.bahar_at_bbassi.com>
Date:       2/13/2003 9:09 AM

Hi Listers,

I'm trying to build the shared libraries for external procedures :

$ make -f demo_rdbms.mk extproc_no_context SHARED_LIBNAME=shell.so OBJS=shell.o

I tried in HP as well as Sun machine, both I got the following error : Make: Don't know how to make shell.o.

Any idea what's wrong ?

In Sun machine it worked if I used cc command but it didn't work at HP machine.
Do I have to install cc ANSI in HP machine ?

Thanks.




This e-mail, including any attachments, may include confidential and/or proprietary information,
and is intended for use only by the person or entity to which it is addressed. If the reader of this
e-mail is not the intended recipient, or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution, or copying of this e-mail is strictly prohibited. If you have
received this e-mail in error, please notify the sender by replying to this message and delete
this e-mail immediately.


--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Bahar, Rivaldi (BBASSI-CHQ)
  INET: rivaldi.bahar_at_bbassi.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
--

Author:
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Thu Feb 13 2003 - 13:34:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US