From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: carlo@runaway.xs4all.nl Cc: egcs@cygnus.com Subject: Re: Bug? Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: <199902281828.TAA10464@mira.isdn.cs.tu-berlin.de> References: <199902281348.OAA03093@jolan.ppro> X-SW-Source: 1999-02n/msg01441.html Message-ID: <19990228225300.amzTCm9vfjFomrKUrkbBvTtcDPk9bzcPHkIe7fJI1SU@z> > Hi all. Here's another bug that is probably useless to you because > you can't reproduce it :(. Nevertheless: Thanks. This is a known bug. The work-around is to put some global symbol into the source file. If this still fails, the global symbol should appear before the include. Eg. int this_is_debugdebugcheckpoint_cc = 0; Hope this helps, Martin