Jan 27, 2005 #1 amir4oracle Programmer Joined Nov 3, 2004 Messages 46 Location CA how can i compile a pro C .pc file without using the make file?
Jan 31, 2005 #2 hoinz MIS Joined Jan 29, 2004 Messages 944 Location DE 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 Upvote 0 Downvote
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
Jan 31, 2005 #3 xwb Programmer Joined Jul 11, 2002 Messages 6,828 Location GB 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 Upvote 0 Downvote
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