Re: mencoder crashing
Adam Seychell <[email protected]> Fri, 09 Jan 2009 22:14:48 +1100
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Reimar Döffinger wrote: > On Fri, Jan 09, 2009 at 06:22:44PM +1100, Adam Seychell wrote: >> Could this be a possible bug in gcc ? > > It's probably one in binutils. Make sure you compile with -fno-common. Thanks very much for your help. The -fno-common option fixed the problem for me. It is still a mystery why alignment was corrupted. If I positioned the object file much earlier in the linking order then the problem goes away too. Adam