www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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

↑ ↓ ← IR <IR_member pathlink.com> writes:
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
↑ ↓ "Walter" <newshound digitalmars.com> writes:
"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
↑ ↓ IR <IR_member pathlink.com> writes:
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
↑ ↓ → "Walter" <newshound digitalmars.com> writes:
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