[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3

2007-09-01 Thread mkoeppe at gmx dot de
--- Comment #36 from mkoeppe at gmx dot de 2007-09-01 23:40 --- Created an attachment (id=14148) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14148action=view) gcc 4.2.1 on interix 3.5 with shared libs This patch adds building the gcc libs (libstdc++, libffi, ...) as shared

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3

2007-05-26 Thread mkoeppe at gmx dot de
--- Comment #28 from mkoeppe at gmx dot de 2007-05-26 15:49 --- (In reply to comment #27) Have you managed to build libstdc++v3? it gives me *lots* of errors. i managed fixing a few (copying host_headers next to c++config.h for example, otherwise it wont find those files

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3

2006-12-14 Thread mkoeppe at gmx dot de
--- Comment #24 from mkoeppe at gmx dot de 2006-12-15 02:15 --- Created an attachment (id=12807) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12807action=view) patch (part 1 of 2) to fix this bug This patch is from PR 28968. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3

2006-12-14 Thread mkoeppe at gmx dot de
--- Comment #25 from mkoeppe at gmx dot de 2006-12-15 02:44 --- Created an attachment (id=12808) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12808action=view) patch (part 2 of 2) to fix this bug This patch (mh-interix.diff) and the previous one (interix-winnt.diff) let me

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3

2006-12-03 Thread mkoeppe at gmx dot de
--- Comment #23 from mkoeppe at gmx dot de 2006-12-04 00:17 --- (In reply to comment #22) Shell script issue: While building in builddir/gcc there are 3 scripts generated: as, nm, collect-ld. These have a wrong header. When gmake fails, you need to modify the first line #!sh

[Bug target/28968] gcc/config/i386/winnt-stubs.c is not linked in - build fails

2006-09-23 Thread mkoeppe at gmx dot de
--- Comment #5 from mkoeppe at gmx dot de 2006-09-23 18:54 --- Created an attachment (id=12316) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12316action=view) patch to fix this bug Hello Andrew, I now tested your fix and built a diff. It works great and now I'm able to build

[Bug bootstrap/15212] [4.0/4.1/4.2 Regression] bootstrap fails on interix3

2006-09-14 Thread mkoeppe at gmx dot de
--- Comment #22 from mkoeppe at gmx dot de 2006-09-14 10:12 --- (In reply to comment #21) Update 2 for gcc-4.2 I now successfully bootstrapped gcc-4.2-20060909, using native, i.e. ms-patched, binutils! After applying some hotfixes to interix, fixing the shell

[Bug bootstrap/15212] [4.0/4.1/4.2 Regression] bootstrap fails on interix3

2006-09-10 Thread mkoeppe at gmx dot de
--- Comment #21 from mkoeppe at gmx dot de 2006-09-10 20:14 --- (In reply to comment #20) Update for gcc-4.2 == When installing GNU sed (I used 4.1.5) before configuring, the Makefile is created and building starts. make bootstrap nevertheless fails

[Bug bootstrap/15212] [4.0/4.1/4.2 Regression] bootstrap fails on interix3

2006-09-09 Thread mkoeppe at gmx dot de
--- Comment #20 from mkoeppe at gmx dot de 2006-09-09 19:53 --- Hi all, as being pointed from PR 28968 to this one, I now tested make bootstrap with several gcc versions on native Interix/SFU 3.5 on W2K-SP4. The bootstrap compiler is interix gcc 3.3. In particular I tested - gcc-3.3.6

[Bug target/28968] gcc/config/i386/winnt-stubs.c is not linked in - build fails

2006-09-08 Thread mkoeppe at gmx dot de
--- Comment #4 from mkoeppe at gmx dot de 2006-09-08 16:41 --- (In reply to comment #3) And the other question is how did you get passed PR 15212? I now tested make bootstrap on native i586-pc-interix3. This bug (PR 28968) occurs there, too, when building the stage1. I think

[Bug target/28968] New: gcc/config/i386/winnt-stubs.c is not linked in - build fails

2006-09-06 Thread mkoeppe at gmx dot de
at gmx dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i586-pc-interix3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28968

[Bug target/28968] gcc/config/i386/winnt-stubs.c is not linked in - build fails

2006-09-06 Thread mkoeppe at gmx dot de
--- Comment #3 from mkoeppe at gmx dot de 2006-09-06 23:29 --- (In reply to comment #2) And the other question is how did you get passed PR 15212? Don't know if it's really related! I didn't encounter it, but I built a cross compiler and used only make and not make bootstrap