Date: Tue, 31 May 2005 00:05:18 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 558 ************************************************** Monday 30 May 2005 Number 558 ************************************************** Subjects for today 1 Re: Symbol multiply defined error : Stefan.Neis at t-online.de 1 Re: Symbol multiply defined error : Dave Yeo" **= Email 1 ==========================** Date: Mon, 30 May 2005 00:05:15 +0100 From: Stefan.Neis at t-online.de Subject: Re: Symbol multiply defined error Hi, > gcc -Zstack 16384 -s -g -o ffmpeg_g.exe ffmpeg.o cmdutils.o > -L./libavformat -lavformat -L./libavcodec -lavcodec -lz > gcc: Internal error: Killed (program ld.exe) > > Any suggestions? - Try to keep it as simple as possible, i.e. throw out "-Zstack 16384 -s -g". - Make sure all relevant files _really_ are a.out format. With newer gcc's using .o for both formats it rather easy to have some OMF file in there (e.g. from a previous build or even in one of the libraries used). Regards, Stefan **= Email 1 ==========================** Date: Sun, 29 May 2005 09:44:52 -0800 From: "Dave Yeo" Subject: Re: Symbol multiply defined error On Sun, 29 May 2005 17:47:13 +0930, Paul Smedley wrote: > >> What about renaming one of the bitstream.c files including in makefile.in? >I can do that, however it means a bunch of maintenance everytime I >update the cvs... hence trying to find another solution... that keeps >ffmpeg building 'out of the box' Perhaps file a bug to get it changed upstream. Seems like this could be a problem on other platforms and also a lot of projects seem happy to have their code work on as many platforms as possible Dave