On Mon, 10 Aug 2009, Vincent Torri wrote:

>
> Hey,
>
> I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on GnuWin32), 
> GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF 2.4.1 
> (compilation of the source code from mingw SF repo)
>
> I modified ac_default_prefix of build-mingw32ce.sh to /local/opt/mingw32ce
>
> In src/, i created the directory build_mingw32ce and I went into it
>
> I executed ../scripts/build-mingw32ce.sh
>
> gcc-bootstrap compilation failed with the following error:
>
>
> C:/msys/1.0/home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixincl.c: In 
> function `fix_with_system':
> C:/msys/1.0/home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixincl.c:833: 
> warning: too many arguments for format
> gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
> -pedantic -Wno-long-long  -I/usr/local/include -DHAVE_CONFIG_H -I. 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes -I../include 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes/../include 
> /home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixlib.c
> gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
> -pedantic -Wno-long-long  -I/usr/local/include -DHAVE_CONFIG_H -I. 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes -I../include 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes/../include 
> /home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixtests.c
> gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute 
> -pedantic -Wno-long-long  -I/usr/local/include -DHAVE_CONFIG_H -I. 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes -I../include 
> -I/home/torri/code/cegcc/gcc-4.4.0/fixincludes/../include 
> /home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixopts.c
> gcc -g -O2 -L/usr/local/lib -o fixincl.exe fixincl.o fixlib.o fixtests.o 
> fixopts.o ../libiberty/libiberty.a
> fixincl.o: In function `run_compiles':
> C:/msys/1.0/home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixincl.c:372: 
> undefined reference to `__imp__fnmatch'
> fixincl.o: In function `process':
> C:/msys/1.0/home/torri/code/cegcc/gcc-4.4.0/fixincludes/fixincl.c:1054: 
> undefined reference to `__imp__fnmatch'
> collect2: ld returned 1 exit status
>
> any idea ?


It seems that libiberty.dll would be missing as __imp is mentioned. But I 
already compiled stuff with libiberty.a without a dll, without any 
problem.

No idea ?

Vincent Torri

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to