Date: Fri, 16 Dec 94 10:10:32 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: A DOT APPLEYARD AT fs1 DOT mt DOT umist DOT ac DOT uk Cc: DJGPP AT SUN DOT SOE DOT CLARKSON DOT EDU Subject: Re: New PC: driver or screen funny when in Gnu C > But gcc then said "test64ks.cc(.text+0x262): undefined reference to > `GrSetBIOSMode(int, int, int, int)'". It thinks it's a C++ function, but it's probably a C function. Does the header have extern "C" around it?