Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - DJGPP to DM
Yo I've used DJGPP in the past and it has these command line switches to alter compilation: -nostartfiles -nostdlib -fno-builtin Does the DM compiler offer these switches and if so what are they? Thanks Sep 17 2004
"IR" <IR_member pathlink.com> wrote in message news:cifblb$2g1e$1 digitaldaemon.com...Yo I've used DJGPP in the past and it has these command line switches to Sep 17 2004
I think that is what I need. I have another question though, when I view my obj file with OBJ2ASM this line is present: EXTRN __acrtused:ABS What is it used for? Thanks In article <ciftkc$dsc$1 digitaldaemon.com>, Walter says..."IR" <IR_member pathlink.com> wrote in message news:cifblb$2g1e$1 digitaldaemon.com...Yo I've used DJGPP in the past and it has these command line switches to Sep 22 2004
See www.digitalmars.com/ctg/acrtused.html "IR" <IR_member pathlink.com> wrote in message news:cis3da$2jk6$1 digitaldaemon.com...I think that is what I need. I have another question though, when I view Sep 22 2004
|