[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] GLPK compilation problem with Borland 5
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] GLPK compilation problem with Borland 5 |
Date: |
Sun, 3 Aug 2008 00:43:18 +0400 |
> 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'.