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

Home -> Community -> Usenet -> c.d.o.server -> Unable to link extproc using demo_rdbms.mk

Unable to link extproc using demo_rdbms.mk

From: <tedchyn_at_yahoo.com>
Date: Fri, 30 Apr 1999 01:03:52 GMT
Message-ID: <7gavhm$ilc$1@nnrp1.dejanews.com>


I encountered following error messsages when trying to link demo extproc(unix 10.20 oracle 8.0.5).

make -f demo_rdbms.mk ? extproc_callback \   SHARED_LIBNAME=extproc.so OBJS="extproc.o" may be you can shade some light on this.

thanks in advance

Ted Chyn(please respond to tedchyn_at_yahoo.com)


cpp: "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
322: warning 2001: Redefinition of macro SLU8NATIVE.
cpp: "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
323: warning 2001: Redefinition of macro SLS8NATIVE.

(Bundled) cc:

"/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line  71: warning 5: "signed" will become a keyword.
(Bundled) cc:

"/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line  71: error 1000: Unexpected symbol: "char".
(Bundled) cc:

"/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line  91: warning 5: "signed" will become a keyword.
(Bundled) cc:

"/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line  91: error 1000: Unexpected symbol: "short".
(Bundled) cc:

"/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
  1. warning 5: "signed" will become a keyword.
    (Bundled) cc:
    "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
  2. error 1000: Unexpected symbol: "long".
    (Bundled) cc:
    "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
  3. error 1000: Unexpected symbol: "b1".
    (Bundled) cc:
    "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
  4. error 1000: Unexpected symbol: "b2".
    (Bundled) cc:
    "/opt/oracle/app/oracle/product/8.0.5/rdbms/demo/oratypes.h", line
  5. warning 5: "signed" will become a keyword.

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Apr 29 1999 - 20:03:52 CDT

Original text of this message

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