|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
cross compile-script adaptation for gcc 4.3/4.4Hiya,
I have not had any luck with cross-compiling gcc 4.3.x/4.4.x using the cross-script, but fedora 11 started shipping a gcc 4.4-based compiler in April anyway, so I haven't bothered with it much any more until this weekend. Anyway, I finally found the problem after some hours - it is an assumption which x86-mingw32-build.sh makes which is no-longer true in gcc 4.3 onwards: around line 108 for building and installing stage 1, instead of this: ALL_GCC="all-gcc" INSTALL_GCC=install-gcc for gcc 4.3 onwards, libgcc is splitted out, and something like this is required: ALL_GCC="all-gcc all-target-libgcc" INSTALL_GCC="install-gcc install-target-libgcc" otherwise crtbegin.o and friends (part of libgcc) aren't built and installed and one gets into trouble during mingwrt building. I'll file a bug as well, just so this is not forgotten... Thanks for the script anyway - it has served a purpose for a couple of years... Hin-Tak ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MinGW-dvlpr mailing list MinGW-dvlpr@... https://lists.sourceforge.net/lists/listinfo/mingw-dvlpr |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |