TCP-group 1995
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Problem with exe after compiling with Borland Turbo C++ V3.0
- To: TCP-Group@ucsd.edu
- Subject: Problem with exe after compiling with Borland Turbo C++ V3.0
- From: mikebw@bilow.bilow.uu.ids.net (Mike Bilow)
- Date: Tue, 03 Jan 95 05:05:00 -0000
- Reply-to: mikebw@bilow.bilow.uu.ids.net
On 95 Jan 02 at 18:57, Juanne Connors wrote:
JC> I have also heard that Turbo C++ 3.0 has trouble compiling NOS.
JC> Is this correct?
Turbo C++ 3.0 is a mess. Try disabling some of the optimizations selected in
the definition of CFLAGS in the MAKEFILE and you have a fighting chance. The
"-Z" register preload optimization, in particular, is broken in all versions of
the Borland compilers before 3.1, at least when in large model.
-- Mike