Mail Archives: djgpp-workers/1998/04/10/09:02:38
Because I saw this mail only via DJ's mail archive, I cannot
answer directly, but here my comments.
The problem with the -dumpbase option is not fixed in
gcc 2.8.0 (and probably also not in gcc 2.8.1) _BUT_ the
good news: this does not matter, since gcc for DJGPP
does not longer use the -dumpbase argument to place the
filename in the assembler sources (it uses now the main
input filename) and so it works now correct and there
is no need to fix the -dumpbase thing.
To check it, simply compile
gcc -S foo.cpp
and you will see the (correct) result.
Robert
--
******************************************************
* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -