On 31/01/2010 15:39, Dave Korn wrote:
> I'll try a full clean build with nothing preinstalled and this patch:
>
> Index: build-mingw32ce.sh
> ===================================================================
> --- build-mingw32ce.sh (revision 1440)
> +++ build-mingw32ce.sh (working copy)
> @@ -341,6 +341,7 @@ build_gcc()
> --disable-interwork \
> --without-newlib \
> --enable-checking \
> + --with-headers=${PREFIX}/${TARGET}/include \
> --with-headers \
> --disable-__cxa_atexit
> ;;
That was wrong, because I forgot to remove the empty --with-headers option
on the next line. JFTR, because Pedro's patch is probably the better
approach, this worked:
Index: build-mingw32ce.sh
===================================================================
--- build-mingw32ce.sh (revision 1440)
+++ build-mingw32ce.sh (working copy)
@@ -322,7 +322,7 @@ build_gcc()
--disable-interwork \
--without-newlib \
--enable-checking \
- --with-headers
+ --with-headers=${PREFIX}/${TARGET}/include
;;
gcc-*)
${BASE_DIRECTORY}/${gcc_src}/configure \
@@ -341,7 +341,7 @@ build_gcc()
--disable-interwork \
--without-newlib \
--enable-checking \
- --with-headers \
+ --with-headers=${PREFIX}/${TARGET}/include \
--disable-__cxa_atexit
;;
esac
cheers,
DaveK
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel