[comp.sys.ibm.pc.programmer] Need description of some MS-C compiler options.

avinash@felix.contex.com (Avinash Chopde) (06/30/91)

I am trying to compile the VOGL Graphics library on my PC.
The makefile provided is for the MS-C compiler, I only have a
Turbo C compiler (part of Turbo C++ package).
These are the options I need help on:

... -nologo -Ox -AL -FPa ...
... -MX  (for the MASM assembler)

And, if none of the  above options specify a memory model, then what is
the default model that the MSC compiler uses ?

I translated the above options to 
-ml (use large memory model)
for the Turbo C compiler, but even though that worked and gave me the
libraries and executables, they do not execute correctly, so my first
phase of debugging lies in getting compiler options correct.

(The VOGL library is a graphics library that follows the SGI GL model,
and is ported onto many platforms.
The source is in C or Fortran, and Assembler.)

Since I'm sure this is of interest to me only, e-mail replies would
be preferred to posting followups.
Thanks for any help.
-- 
---------------------------
Avinash Chopde            home :   508 470 1190     office : 617 224 5582
avinash@contex.com       (if that fails, use: contex!avinash@uunet.uu.net)