On Thu, Sep 19, 2002 at 03:39:50PM +0200, Holger Rauch wrote: > Some further info on this topic: I was able to build the same app > successfully on a SuSE 7.0 system (glibc 2.1.3 based) with the following > version of ld: > > GNU ld version 2.9.5 (with BFD 2.9.5.0.24) > > So it *seems* to me it's really a Debian Woody specific ld bug.
Sounds like it. > On Thu, 19 Sep 2002, Colin Watson wrote: > > I'd file a bug with a test case. > > Surely the best way to go, but it's kind of hard for me to figure out what > caused this linker error. What's a possible way to find out what caused > this problem (especially when taking into account that this is a larger > project)? (This approach is probably required for creating a test case > that triggers this error.) Just strip it down as far as you can by experiment. If all else fails, I imagine the maintainers would be happy enough if you ran a sample source file through the preprocessor and gave them the output (if you're at liberty to do so). > Any other alternatives (such as using a different version of ld, or the > binutils package, respectively)? You could try the version from unstable, but that depends on newer libc6, which is a whole new problem ... You might be best off asking the maintainer if he knows of a workaround that can be applied in your code. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

