[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc 2.2 and gcc (Was Re: something completely different)



"Christopher C. Chimelis" <chris@debian.org> writes:

> Matthias, fyi, the last gcc snapshot that you packaged had bootstrap
> problems on alpha, so it wouldn't build.  I'm going to check the
> latest CVS snapshot probably tomorrow and see if things build ok
> (I'm getting access to a dual-processor EV6, so the build should
> take much less time).

I tried to build it, too, and hat a problem with a warning in
libstdc++-v3 and -Werror not being properly disabled, perhaps you hit
the same. I tried to patch it, but made a typo and wasted another 3
hours... This patch should do it, if I didn't make another typo :)

I am also concerned that 128 MB were *barely* enough to compile
libstdc++-v3, with stopping all daemons and stopping working... This
is really not good, especially since there are Alphas with even less
memory out there; I have no idea what to do about it, though...

	Falk


--- Makefile.in~	Thu Jul  6 05:37:28 2000
+++ Makefile.in	Mon Jul 17 02:15:34 2000
@@ -413,6 +413,7 @@
 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
 	"TARGET_SUBDIR=$(TARGET_SUBDIR)" \
 	"WINDRES_FOR_TARGET=$(WINDRES_FOR_TARGET)" \
+	"WERROR=-Wno-unknown-pragmas" \
 	"YACC=$(YACC)" \
 	"bindir=$(bindir)" \
 	"datadir=$(datadir)" \

--- libstdc++-v3/Makefile.am~	Thu Aug  3 13:33:55 2000
+++ libstdc++-v3/Makefile.am	Thu Aug  3 13:39:53 2000
@@ -144,7 +144,7 @@
 	"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
 	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
 	"DESTDIR=$(DESTDIR)" \
-	"WERROR=$(WERROR)"
+	"WERROR=-Wno-unknown-pragmas"
 
 
 
--- libstdc++-v3/Makefile.in~   Wed Jul 19 05:37:30 2000
+++ libstdc++-v3/Makefile.in    Thu Aug  3 13:27:59 2000
@@ -98,7 +98,7 @@
 THREADSPEC = @THREADSPEC@
 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
 VERSION = @VERSION@
-WERROR = @WERROR@
+WERROR = -Wno-unknown-pragma
 WFMT_FLAGS = @WFMT_FLAGS@
 cpu_include_dir = @cpu_include_dir@
 ctype_include_dir = @ctype_include_dir@



Reply to: