Date: Sun, 6 Apr 2003 23:43:58 -0400 (EDT) From: Anton Lavrentiev Message-Id: <200304070343.h373hwi25863@pavo.ncbi.nlm.nih.gov> To: dj AT delorie DOT com Cc: djgpp AT delorie DOT com Subject: Re: BUG: missing extern "C" X-Virus-Scanned: by amavisd-milter ( http://amavis.org/ ) Thanks for the prompt reply. There is indeed a fix in CVS, but it doesn't look complete: extern "C" comes after some structures been declared, effectively making them real "classes" in C++ code... --- Original message --- From: DJ Delorie To: lavr AT ncbi DOT nlm DOT nih DOT gov CC: djgpp AT delorie DOT com Subject: Re: BUG: missing extern "C" Well, the first thing to do is check the CVS repository (http://www.delorie.com/djgpp/cvs.html) and see if it's already fixed. If it is, there's a good chance there's a fixed zip file floating around somewhere too (perhaps the 2.04 pre-release). If not, feel free to fix it and post a patch (cvs diff -p3) to the djgpp-workers AT delorie DOT com mailing list.