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

           Summary: libgo fails to compile on libtemplate.so
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: 3dw...@verizon.net


libtool: compile:  /home/ed/obj-c++/./gcc/gccgo -B/home/ed/obj-c++/./gcc/
-B/home/ed/bin-c++/x86_64-unknown-linux-gnu/bin/
-B/home/ed/bin-c++/x86_64-unknown-linux-gnu/lib/ -isystem
/home/ed/bin-c++/x86_64-unknown-linux-gnu/include -isystem
/home/ed/bin-c++/x86_64-unknown-linux-gnu/sys-include -minline-all-stringops
-O2 -g -c -fgo-prefix=libgo_rpc ../../../gcc_new/libgo/go/rpc/client.go
../../../gcc_new/libgo/go/rpc/debug.go ../../../gcc_new/libgo/go/rpc/server.go 
-fPIC -o rpc/.libs/librpc.a.o
../../../gcc_new/libgo/go/rpc/debug.go:16:10: error:
/usr/lib/../lib64/libtemplate.so exists but does not contain any Go export data


The configure is:
../gcc_new/configure --prefix=/home/ed/bin-c++ --enable-bootstrap-cxx
--with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
--enable-languages=c,c++,fortran,go,lto,objc,obj-c++

The bootstrap compiler is:
[...@localhost obj-c++]$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)

Reply via email to