#3644: ./configure fails while gcc version checking
-------------------+--------------------------------------------------------
Reporter:  tolysz  |          Owner:                  
    Type:  bug     |         Status:  new             
Priority:  normal  |      Component:  Build System    
 Version:  6.13    |       Severity:  critical        
Keywords:          |       Testcase:                  
      Os:  Linux   |   Architecture:  Unknown/Multiple
-------------------+--------------------------------------------------------
 ./configure exits with an error 1
 but commenting out lines 4115 - 4138 solves this problem i.e.

 {{{
 >gcc --version
 gcc (Debian 4.3.4-6) 4.3.4
 Copyright (C) 2008 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

 {{{
 >gcc -v
 Using built-in specs.
 Target: x86_64-linux-gnu
 Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6'
 --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-
 languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
 --enable-multiarch --enable-linker-build-id --with-system-zlib
 --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-
 suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
 --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64
 -linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
 Thread model: posix
 gcc version 4.3.4 (Debian 4.3.4-6)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3644>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to