Bob_Ross@mindlink.bc.ca (Bob Ross) (05/03/91)
I am having trouble compiling Mr. Gray's PCOMM program. I have a 386 machine running SCO Xenix System V/386. I've tried playing with just about everything in the config.h and Makefile. Has anyone had any luck getting this thing to compile. I must admit I'm very green at this, so it's probably something I'm doing wrong. Thanx Bob Ross
alanm@pnet01.cts.com (Alan Morrison) (05/08/91)
Yes, Bob, I have compiled PCOMM on SCO Xenix 2.32 on a 286. Didn't have to mess with anything but the makefile. You didn't give much information as to what it is doing, and it has been awhile since I did this. However if it is running out if heap space or something similar, check the development manual for switches to cc. I believe the command I used after "Out of heap space" was: cc -LARGE... As I recall I had to play with the switches for my setup a couple of times. Even the above example wouldn't work by itself. After the default setup ran out of heap space, I changed the switch to -LARGE and left the object files that had been generated so far. The makefile began compiling where it left off and then linked flawlessly. This may be different on a 386. Good Luck! UUCP: {hplabs!hp-sdd ucsd nosc}!crash!pnet01!alanm ARPA: crash!pnet01!alanm@nosc.mil INET: alanm@pnet01.cts.com