Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Andrew John Hughes
2008/11/26 Kelly O'Hair <[EMAIL PROTECTED]>: > If you set the variable WARNINGS_ARE_ERRORS to be empty, it should > be sent through to all the makefiles. It's the variable > WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot > compiles, and it is -Werror that makes warnings fatal. >

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Dalibor Topic
Dalibor Topic wrote: > Douglas Felt wrote: > >> I'm running into multiple errors trying to build openjdk 7 on ubuntu >> 8.10. I downloaded the sources from >> http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip >> as listed on http://download.java.net/op

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Mark Wielaard
Hi Douglas, On Wed, 2008-11-26 at 00:27 -0800, Douglas Felt wrote: > I'm running into multiple errors trying to build openjdk 7 on ubuntu > 8.10. I downloaded the sources from > http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip > as listed on http://down

ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Douglas Felt
I'm running into multiple errors trying to build openjdk 7 on ubuntu 8.10. I downloaded the sources from http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip as listed on http://download.java.net/openjdk/jdk7/. The problem appears to be that gcc flags are c

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Kelly O'Hair
If you set the variable WARNINGS_ARE_ERRORS to be empty, it should be sent through to all the makefiles. It's the variable WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot compiles, and it is -Werror that makes warnings fatal. So try: make WARNINGS_ARE_ERRORS= Not using -We

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Dalibor Topic
Douglas Felt wrote: > I'm running into multiple errors trying to build openjdk 7 on ubuntu > 8.10. I downloaded the sources from > http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip > as listed on http://download.java.net/openjdk/jdk7/. > > The problem app

ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Douglas Felt
I'm running into multiple errors trying to build openjdk 7 on ubuntu 8.10. I downloaded the sources from http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip as listed on http://download.java.net/openjdk/jdk7/. The problem appears to be that gcc flags are c