Mail Archives: djgpp/1996/05/29/05:04:21
On Tue, 28 May 1996, Stephen Wolthusen (D. Storck) wrote:
> I have an admittedly odd problem; I have some legacy code that compiles
> under 1.12 (i.e. GCC 2.6.x) (and which may not be modified). This code must
> be called from GCC 2.7.2. Trouble is, the 2.6.3 code is in classes and
> I have to link it with the 2.7.2 code (which is ANSI compliant and makes
> use of RTTI, STL etc.
The best way is probably to get GCC 2.6.3 compiled with DJGPP v2.0 (e.g.
from the beta releases) and use it.
- Raw text -