> I don't know why, however, the bcc32 compiler installed on your system
> performs C++ compilation rather than C as defined by filename extension.
> If I rename '.c' to '.cpp' and run bcc32, I get the same errors as you.

Most probably there is the option -P specified in the file bcc32.cfg
(it is placed in the same directory as bcc32.exe). If so, remove this
option; it tells the compiler to compile using C++, even if the file
extension is '.c'.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to