Mail Archives: djgpp/1994/12/02/07:51:17
Amazingly enough Stephen Turnbull said:
> Of course you don't mean that, since the files would become "foo.c_r"
> and "foo.c_j". With "foo.cc" all debugging dumps are "foo.cc_". A
> rather small name space IMHO. And with "foo.c++" the original source
> gets overwritten. Serious oops, that. You need to substitute "_" for
> "." in the original filenames (maybe better simply drop the dot?)
The emx solution was to shorten the names to three unique chars
(ie, .jp1, .jp2, .loo, .flo, etc) and then replace .c with
appropriate extension.
Not sure if the emx mods are also rolled into the the standard
gcc code, but if so, mebbe it could be configured to be built
that way for both emx and go32 versions.
mrc
--
Mike Castle .-=NEXUS=-. Life is like a clock: You can work constantly
mcastle AT cs DOT umr DOT edu and be right all the time, or not work at all
mcastle AT umr DOT edu and be right at least twice a day. -- mrc
We are all of us living in the shadow of Manhattan. -- Watchmen
- Raw text -