Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

It is regarding Pro *C

Status
Not open for further replies.

amir4oracle

Programmer
Nov 3, 2004
46
0
0
CA
how can i compile a pro C .pc file without using the make file?
 
Hi,

let's assume you have got a file named sample.pc

First step: Call pro C like this:
proc sample.pc
This will give you a new file sample.c

Second step:
You know how to compile a .c file, don't you?

regards
 
If you are on unix, make sure you have the correct proc.

There is a Unix command called proc. You can check which one you're using by typing

csh - which proc
sh - whence proc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top