Date: Fri, 17 Nov 1995 11:54:15 +0800 (SST) From: Teng Yong Jeffrey <93602081 AT neptune DOT np DOT ac DOT sg> To: Eli Zaretskii Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Question about using GPPCONIO I used "gcc line.c" to compile, and the errors appeared. I tried "gcc -xc++ line.c", "gcc -lpc line.c", etc. ----- On Thu, 16 Nov 1995, Eli Zaretskii wrote: > > On Thu, 16 Nov 1995, Teng Yong Jeffrey wrote: > > > "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. > > What command line do you use to link? >