Discussion:
Error building GCC-4.7.0 with Go support
niXman
2014-07-11 15:23:13 UTC
Permalink
Hi,
Fatal error: can't create log/syslog/syslog_c.o: No such file or
directory
Full log in attachment.
--prefix=/home/nixman/toolchains/go
--disable-nls
--enable-linker-build-id
--with-system-zlib
--without-included-gettext
--enable-threads=posix
--enable-clocale=gnu
--enable-libstdcxx-time=yes
--enable-gnu-unique-object
--enable-plugin
--enable-objc-gc
--disable-werror
--with-tune=generic
--enable-checking=release
--build=x86_64-linux-gnu
--host=x86_64-linux-gnu
--target=x86_64-linux-gnu
--enable-bootstrap
--disable-multilib
--disable-shared
--enable-static
Ideas?
GCC-4.7.1 with the same options is built successfully.
--
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___________________________________________________
Another online IDE: http://liveworkspace.org/
niXman
2014-07-12 23:58:31 UTC
Permalink
Post by niXman
Hi,
Fatal error: can't create log/syslog/syslog_c.o: No such file or
directory
Full log in attachment.
--prefix=/home/nixman/toolchains/go
--disable-nls
--enable-linker-build-id
--with-system-zlib
--without-included-gettext
--enable-threads=posix
--enable-clocale=gnu
--enable-libstdcxx-time=yes
--enable-gnu-unique-object
--enable-plugin
--enable-objc-gc
--disable-werror
--with-tune=generic
--enable-checking=release
--build=x86_64-linux-gnu
--host=x86_64-linux-gnu
--target=x86_64-linux-gnu
--enable-bootstrap
--disable-multilib
--disable-shared
--enable-static
Ideas?
GCC-4.7.1 with the same options is built successfully.
ping?
--
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___________________________________________________
Another online IDE: http://liveworkspace.org/
Andrew Haley
2014-07-14 08:53:24 UTC
Permalink
Post by niXman
Ideas?
GCC-4.7.1 with the same options is built successfully.
We don't know; there is no attachment.

On the other hand, why build 4.7.0? You should take the latest
release on the 4.7 branch.

Andrew.
niXman
2014-07-14 09:09:04 UTC
Permalink
Post by Andrew Haley
We don't know; there is no attachment.
I don't know why my first message is not shown...
Post by Andrew Haley
On the other hand, why build 4.7.0? You should take the latest
release on the 4.7 branch.
I need exactly 4.7.0 version.
--
Regards, niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingw-w64/
___________________________________________________
Another online IDE: http://liveworkspace.org/
Ian Lance Taylor
2014-07-14 15:59:52 UTC
Permalink
Post by niXman
Post by Andrew Haley
We don't know; there is no attachment.
I don't know why my first message is not shown...
Post by Andrew Haley
On the other hand, why build 4.7.0? You should take the latest
release on the 4.7 branch.
I need exactly 4.7.0 version.
I'm not sure what you are asking for. You say there is a problem
building GCC 4.7.0 with Go support, but GCC 4.7.1 works. It sounds
like the bug was fixed.

At a guess, the bug fix is somewhere in libgo/Makefile.am and
libgo/Makefile.in, so you could take a look at the changes in those
files between 4.7.0 and 4.7.1 to see if you can find it.

Ian

Continue reading on narkive:
Loading...