From oracle-l-bounce@freelists.org Fri Oct 7 07:59:05 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j97CwlDe008231 for ; Fri, 7 Oct 2005 07:58:57 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j97CwMvX008150 for ; Fri, 7 Oct 2005 07:58:32 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 808ED1F6875; Fri, 7 Oct 2005 07:57:34 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32433-01; Fri, 7 Oct 2005 07:57:34 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id AF6411F66A9; Fri, 7 Oct 2005 07:57:33 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis Subject: RE: Compiling Pro*C application Date: Fri, 7 Oct 2005 08:55:26 -0400 Message-ID: <4001DEAF7DF9BD498B58B45051FBEA6502D44092@25exch1.vicorpower.vicr.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Compiling Pro*C application thread-index: AcXLDqRfNHpGMU6EQpWXCIACzFXzkQAL6AxA From: "Goulet, Dick" To: , X-OriginalArrivalTime: 07 Oct 2005 12:55:26.0472 (UTC) FILETIME=[6352F880:01C5CB3E] X-archive-position: 26525 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: DGoulet@vicr.com Precedence: normal Reply-To: DGoulet@vicr.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Level: X-Spam-Status: No, hits=-3.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 Manoj, That's what the: make -f $ORACLE_HOME/rdbms/demo/demo_rdbms.mk OBJS=.o EXE= is for. -----Original Message----- From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On Behalf Of manoj.gurnani@polaris.co.in Sent: Friday, October 07, 2005 3:11 AM To: oracle-l@freelists.org Subject: RE: Compiling Pro*C application Hi, How to generate the .o file from .c Pl give complete syntax for including proc library files also. Thanks Manoj "Goulet, Dick" To: , Sent by: cc: oracle-l-bounce@fr Subject: RE: Compiling Pro*C application eelists.org 10/06/2005 06:43 PM Please respond to DGoulet Manjo, Now I don't use Solaris, but the following works on HP-UX and RedHat Linux so I don't see why it won't work for you: proc iname=.pc oname=.c host=c make -f $ORACLE_HOME/rdbms/demo/demo_rdbms.mk OBJS=.o EXE= -----Original Message----- From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On Behalf Of manoj.gurnani@polaris.co.in Sent: Thursday, October 06, 2005 4:17 AM To: oracle-l@freelists.org Subject: Compiling Pro*C application Hi, I have a pro*C file (.pc file). What are steps in converting to executable file in Solaris OS using a makefile. Give the nessary syntax. Thanks Manoj This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit Us at http://www.polaris.co.in -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-l This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit Us at http://www.polaris.co.in -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-l