Ok... I think that the problem is my CeGcc installation... I've used the file that you send me to try to compile exactly like you do... I've edited config.mak to change some paths and then I do a diff.. Here's the result:
# diff nuno/config.mak ffmpeg/config.mak 13,16c13,16 < STRIP=/usr/ppl/arm-wince-cegcc/bin/strip < INSTALLSTRIP=-s < OPTFLAGS=-O -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -O3 < VHOOKCFLAGS=-fPIC -O -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -O3 --- > STRIP=echo ignoring strip > INSTALLSTRIP= > OPTFLAGS= -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -O3 > VHOOKCFLAGS=-fPIC -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -O3 52c52 < EXTRALIBS=-lm --- > EXTRALIBS=-lm -lmmtimer 64,66c64,66 < SRC_PATH="/root/nuno" < SRC_PATH_BARE=/root/nuno < BUILD_ROOT="/root/nuno" --- > SRC_PATH="/root/ffmpeg" > SRC_PATH_BARE=/root/ffmpeg > BUILD_ROOT="/root/ffmpeg" [EMAIL PROTECTED] ~]# After I do: $ make clean $ make with your ffmpeg the problem the in dll's came back.. So... Is there any trick on your installation? Besides the fact that you are a developer... I've used the .rpm that is on sourceforge... I think it's 0.10... Thanks Erik van Pienbroek wrote: > Op woensdag 17-01-2007 om 21:50 uur [tijdzone +0100], schreef Danny > Backx: > >> On Wed, 2007-01-17 at 00:33 +0100, Erik van Pienbroek wrote: >> >>> (sidenote: the arm-wince-cegcc-dlltool isn't installed by default.. >>> I've hacked around in binutils so that this program gets generated) >>> >> Erik, >> >> I'm not sure I understand this correctly, it does get installed on my >> system. Can you tell me what you had to hack, or what is the cause of >> this problem ? >> > > Never mind, I needed to patch binutils to get the dllwrap program > (not the dlltool program) because I wanted to try something out > with DLL's which required the dllwrap program. > > Erik > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel