Message-ID: <35196D61.7BBE8762@gmx.net> Date: Wed, 25 Mar 1998 21:47:29 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Andris Pavenis CC: Eli Zaretskii , Eugene Ageenko , djgpp AT delorie DOT com Subject: Re: Problems with GCC 2.8.0 References: <199803251502 DOT RAA50798 AT ieva06 DOT lanet DOT lv> <199803251716 DOT TAA41228 AT ieva06 DOT lanet DOT lv> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Andris Pavenis wrote : > > Previously not but this was not only reason why I didn't found this. > Only way is when object files are created as temporary ones before > linking: gcc x1.c x2.c -o x.exe. (Previously I put also -c in command line). Thanks! This was now the most important hint. It is really a bug in the DJGPP port. I forgot to define the MKTEMP_EACH_FILE define when building gcc. This means, this bug will occour ever, when gcc has to remember a temp file when creating a new one with the same suffix. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************