Date: Thu, 16 Nov 1995 09:59:25 +0800 (SST) From: Teng Yong Jeffrey <93602081 AT neptune DOT np DOT ac DOT sg> To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Question about using GPPCONIO I recently submitted a question regarding the use of GPP to the list. It goes like this... I've been having problems with compiling code which uses functions in gppconio - GCC gives me "undefined reference to 'gotoxy'" and other 'undefined' messages. I'd like to thank all those who gave suggestions. However.. I tried the suggestions like renaming the file to .cc extension, using -xc++, the -lpc option with gcc, I read the documentation, and tried everything I could, but still cannot compile the program successfully. Anybody know what's wrong?