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++ - sc vs scppn

↑ ↓ ← Michail V. Semijonovskich <Michail_member pathlink.com> writes:
What difference between sc and scppn ?
As I see, scppn only compiler (produce only *obj files), sc is linker+compiler.
But when executing sc it prints version not the same as prints scppn. 
What should I use ? sc or scppn+rcc+link ?
Apr 24 2003
↑ ↓ "Walter" <walter digitalmars.com> writes:
"Michail V. Semijonovskich" <Michail_member pathlink.com> wrote in message
news:b88tfk$1rre$1 digitaldaemon.com...
 What difference between sc and scppn ?
 As I see, scppn only compiler (produce only *obj files), sc is

 But when executing sc it prints version not the same as prints scppn.
 What should I use ? sc or scppn+rcc+link ?

All sc is is a driver program that runs scppn followed by the link. Use sc, as using scppn directly is not supported.
Apr 24 2003
↑ ↓ Michail Semijonovskich <Michail_member pathlink.com> writes:
In article <b89a04$24m6$2 digitaldaemon.com>, Walter says...
All sc is is a driver program that runs scppn followed by the link. Use sc,
as using scppn directly is not supported.

scppn -L<....> -I<...> -WA -DNDEBUG %1 ..... rcc.... link ..... where is %1 etc. - *.bat parameters. But why while executing sc it prints v.8.29n ?
Apr 24 2003
↑ ↓ → "Walter" <walter digitalmars.com> writes:
"Michail Semijonovskich" <Michail_member pathlink.com> wrote in message
news:b8acbn$2qgj$1 digitaldaemon.com...
 But why while executing sc it prints v.8.29n ?

Because I don't update any files unless needed. Patching them just to change the version number just opens the door for mistakes, bugs, etc. To get the correct version number of the system, look at the \dm\vXXX file.
Apr 24 2003