Date: Wed, 27 May 92 14:16:55 EDT From: DJ Delorie To: walsh AT cs DOT umass DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Building programs... Status: O > tolower.o: _tolower multiply defined > isctype.o: _tolower multiply defined Yup; I know about this one. It's been around for a while, too. >This allowed me to build the executable for ps2pk but it doesn't run >(it almost immediately reports a floating point exception (using emu387)). ? Try using `gcc -Wall' to make sure you have all the prototypes set up correctly. Run under debug32 to find out where the exception occurred. DJ dj AT ctron DOT com Life is a banana.