Re: Strange compiler/linker problem
[email protected] Fri, 16 Jul 2004 12:15:06 +0200 (CEST)
| Newsgroups | gmane.comp.ide.emx.devel |
|---|---|
| Message-ID | <[email protected]> |
Christoph Schulte Moenting schrieb:
> Thanks for the hint, it's always nice to know why
> something fails. Does
> anybody know if this is a "feature" of our emx/gcc
> (2.8.1) or if the
> problem would also occur with gcc on a linux system?
It's a limitation of the "mktemp" function that's apparently
used to generate the temporary names. Looking at the
temporary names used on other platforms, I suppose that
they are using the same function, so it's a general problem.
OTOH, it's pretty unusual to compile that many source code
files directly into the executable - no "make" based system
would do that (having to recompile _everything_ if just one
file changes is evil) - so I _guess_ the GCC team wouldn't
think it's worth the effort to fix it.
Regards,
Stefan