On Sunday 08 February 2009 11:12:19, Danny Backx wrote:
> Pedro,
> 
> There appears to be something spooky in mingw/mingwex/stdio/pformat.c .
> It builds but the DLL creation fails.

"spooky" :-)  I'm on to it.  The stdio routines changed a lot upstream, due
to the introduction of c99 printf-like replacements.

> 
>       Danny
> 
> BUILDING DLL libraries --------------------------
> 
> 
> for i in libgcc libstdc++ libsupc++; do \
>                 cd $i ; \
>                 make all || exit 1; \
>                 cd .. ; \
>                 done
> make[1]: Entering directory
> `/home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/mingwdll/libgcc'
> mkdir
> -p 
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-mingw32ce/mingwdll/libgcc
> arm-mingw32ce-dlltool
> --output-def 
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-mingw32ce/mingwdll/libgcc/libgcc.def
>  \
> 
> --export-all /opt/mingw32ce/lib/gcc/arm-mingw32ce/`arm-mingw32ce-gcc
> --version | head -1 | awk '{print $3;}'`/libgcc.a
> cd 
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-mingw32ce/mingwdll/libgcc;
>  arm-mingw32ce-gcc --shared \
> 
> -o 
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-mingw32ce/mingwdll/libgcc/libgcc-0.55.2.dll
>  \
> 
> -Wl,--out-implib,libgcc.dll.a 
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-mingw32ce/mingwdll/libgcc/libgcc.def
>  \
>                 /opt/mingw32ce/lib/gcc/arm-mingw32ce/`arm-mingw32ce-gcc
> --version | head -1 | awk '{print $3;}'`/libgcc.a 
> Creating library file: libgcc.dll.a
> /opt/mingw32ce/lib/gcc/arm-mingw32ce/4.1.0/../../../../arm-mingw32ce/lib/libmingwex.a(pformat.o):
>  In function `__pformat_exponent_digits':
> /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/mingw/mingwex/stdio/pformat.c:185:
>  undefined reference to `_get_output_format'
> collect2: ld returned 1 exit status
> make[1]: *** [all] Error 1
> make[1]: Leaving directory
> `/home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/mingwdll/libgcc'
> make: *** [all] Error 1
> dannypc: {18} 

-- 
Pedro Alves

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to