(cc-ing the bug log) Markus Schulz wrote: > sorry, i didn't notice that you want the compiled objects too. > if you want i can repackage again including my compiled objects?
What would be most useful is, after triggering the error, to get the gcc command line: make V=1 2>&1 | head -1 Add "-v" after gcc and run it again. One of the early output lines will be an invocation of collect2. Replace collect2 with "ld" and it should reproduce the same error. If you collect all the objects (including shared libraries) mentioned on that "ld" command line in a tarball and send it along with the ld command line then that is a testcase. A possible step after that is to try omitting some objects from the ld command line and see if it still triggers the same error, but that's just icing on the cake. Thanks again and sorry for the lack of clarity. Jonathan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

