Re: Strange compiler/linker problem

"Christoph Schulte Moenting" <[email protected]> Fri, 16 Jul 2004 17:10:08 +0200 (MEST)
Newsgroups gmane.comp.ide.emx.devel
Message-ID <[email protected]>
Stefan Neis schrieb:

> 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.

I agree, it's quite unusual. They intend to use that makefile
just for bootstrapping, i.e. the makefile generates a "jam0"
executable that is already able to rebuild a full version of
Jam using Jamfiles instead of makefiles. So that makefile is
intended to be used only once.

Regards,
Christoph