Problems building GHC 6.0 with gcc 3.3

Ian Lynagh igloo@earth.li
Mon, 9 Jun 2003 17:00:10 +0100


On Sun, Jun 08, 2003 at 01:40:42PM +0100, Ian Lynagh wrote:
> 
> I'm having problems building GHC 6.0 with GCC 3.3. I've fixed a couple

If it helps, I've just done a stage 1 build with "SplitObjs = NO" in
mk/build.mk and it makes hello world fine.

Also, I forgot to include this last time:

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.3/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i386-linux
Thread model: posix
gcc version 3.3 (Debian)
$


Thanks
Ian