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 -> Re: Pro*C makefile for UNIX??

Re: Pro*C makefile for UNIX??

From: <twod_at_not.valid>
Date: 1997/09/11
Message-ID: <5v98vq$6c2$3@vnetnews.value.net>#1/1

: I am just porting a Pro*C application from Windows NT to UNIX. As I run
: into problems with the makefile, I'm looking for a simple makefile for
: the UNIX environment. The Pro*C sample makefile (proc.mk) is oversized
: for my application, which consists of five .pc and one .c module.

I would advise you to base your makefile on the sample makefile that Oracle supplies after you have tested it to make sure that it actually works.

The makefiles can differ between hardware platforms, OS versions and versions of Pro*C and the database - primarily in the libraries and their location.

You can strip out everything that is not required for your own code and add anything that you require by way of flags or other project specific requirements.

IAP

--
In an attempt to reduce junk email I use an invalid 'From' address.
My correct email address can be determined by replacing 'not.valid' with with
'value.net'
Received on Thu Sep 11 1997 - 00:00:00 CDT

Original text of this message

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