c++ - DJGPP to DM
- IR <IR_member pathlink.com> Sep 17 2004
- "Walter" <newshound digitalmars.com> Sep 17 2004
- IR <IR_member pathlink.com> Sep 22 2004
- "Walter" <newshound digitalmars.com> Sep 22 2004
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
compilation: -nostartfiles -nostdlib -fno-builtin Does the DM compiler offer these switches and if so what are they? Thanks
I don't know what those switches do, but here is the list of DM switches: www.digitalmars.com/ctg/sc.html The -NL switch might be what you're looking for.
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
compilation: -nostartfiles -nostdlib -fno-builtin Does the DM compiler offer these switches and if so what are they? Thanks
I don't know what those switches do, but here is the list of DM switches: www.digitalmars.com/ctg/sc.html The -NL switch might be what you're looking for.
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
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
compilation: -nostartfiles -nostdlib -fno-builtin Does the DM compiler offer these switches and if so what are they?
I don't know what those switches do, but here is the list of DM switches: www.digitalmars.com/ctg/sc.html The -NL switch might be what you're looking for.
Sep 22 2004








"Walter" <newshound digitalmars.com>