I run the following

#!/bin/sh
export CVS_RSH=ssh
#cvs -qz9 -d :ext:[EMAIL PROTECTED]:/cvsroot/gcc up -Pd gcc
cvs -qz9 up -Pd gcc
[ -d build ] || (rm -rf build ; mkdir build)
cd build
../configure --disable-multiplib --enable-languages=f95 --prefix=/opt/gcc-4_0 
--with-gmp=/sw
make bootstrap 2>&1 | tee ../make.log
make install

and it breaks with


        fortran/arith.o fortran/array.o fortran/bbt.o fortran/check.o 
fortran/data.o fortran/decl.o fortran/
dump-parse-tree.o fortran/error.o fortran/expr.o fortran/interface.o 
fortran/intrinsic.o fortran/io.o 
fortran/iresolve.o fortran/match.o fortran/matchexp.o fortran/misc.o 
fortran/module.o fortran/
options.o fortran/parse.o fortran/primary.o fortran/resolve.o fortran/scanner.o 
fortran/simplify.o 
fortran/st.o fortran/symbol.o fortran/convert.o fortran/dependency.o 
fortran/f95-lang.o fortran/
trans.o fortran/trans-array.o fortran/trans-common.o fortran/trans-const.o 
fortran/trans-decl.o 
fortran/trans-expr.o fortran/trans-intrinsic.o fortran/trans-io.o 
fortran/trans-stmt.o fortran/trans-
types.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a -L/sw/lib -lmpfr 
-lgmp ../libcpp/
libcpp.a -lintl -liconv ../libiberty/libiberty.a
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result 
in errors or different 
symbols being used
symbol _locale_charset used from dynamic library 
/sw/lib/libiconv.dylib(localcharset.o) not from earlier 
dynamic library /sw/lib/libintl.1.dylib(localcharset.lo)
/usr/bin/ld: Undefined symbols:
_libintl_dgettext
_libintl_bindtextdomain
collect2: ld returned 1 exit status
make[2]: *** [f951] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2


[/usr/local/gcc-4_0] fink list intl  
Information about 2075 packages read in 1 seconds.
 i   intltool                           0.30-5                    
Internationalize various kinds of data files

-- 
           Summary: gcc-4_0 from head does not build on Panther
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Darwin Kernel Version 7.8.0; root:xnu/xnu-
                    517.11.1.obj~1/RELEASE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20587

Reply via email to