Re: Command line compiler
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Fri, 02 Jun 2006 12:24:07 -0400
Some people just don't believe in modern technology. I was apalled, when I returned to
the University environment in 1990, that when I left in 1980, the state-of-the-art in
software development was the "cc" command and "cdb" as a debugger (one of the more
horrible debuggers to have ever been written). When I returned in 1990, the
state-of-the-art was the "gcc" command and "gdb" as a debugger (gdb copied all the flaws
of cdb; the solution of the free software community is to continue to propagate Really Bad
Ideas into perpetuity). And, as far as I can tell, there has been no progress in the
intervening 16 years in the Unix world. (In 1990, I was already doing better than this; in
fact, I ended up doing all my development on my 33MHz PC, which compiled faster than the
$60,000 IBM workstation in my office; besides, on my PC, the compiler worked, the linker
worked, and the debugger worked, all of which were rather important to me, and none of
which worked on the IBM workstation; the debugger on my PC [codeview] was of vastly better
quality as far as the user interaction than gdb, even if gdb had worked right).
There seems to be an aura of "real programmer" in the use of these rather primitive tools.
Frankly, I much prefer living in 2006 with 2006 tools than in 2006 with 1980 tools
(actually, the tools were probably about 1978). Of course, VS.NET kind of interferes with
my attitude, but that's because it is a giant step backward in IDEs.
joe
On Thu, 1 Jun 2006 15:21:31 -0600, "Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote:
I realize you are free to use whatever approach you like.Joseph M. Newcomer [MVP]
However, as someone who is comfortable with compiling in the IDE, I can't
imagine why you'd want to eliminate that in favor of a command line compiler
and makefile.
I recall the days where I created a makefile and ran nmake. All I can say is
"thank god those days are over."
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: Command line compiler
- From: Peter
- Re: Command line compiler
- References:
- Command line compiler
- From: Peter Jay Salzman
- Re: Command line compiler
- From: Jonathan Wood
- Command line compiler
- Prev by Date: Re: delete *this possible?
- Next by Date: Re: How to create ActiveX control without registering it first ?
- Previous by thread: Re: Command line compiler
- Next by thread: Re: Command line compiler
- Index(es):
Relevant Pages
|
Loading