[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Solaris/sparc libgm2 woes continuing
From: |
john o goyo |
Subject: |
[Gm2] Solaris/sparc libgm2 woes continuing |
Date: |
Thu, 13 Feb 2014 20:08:40 -0500 |
User-agent: |
Mozilla/5.0 (X11; SunOS sun4u; rv:10.0) Gecko/20120130 Thunderbird/10.0 |
I downloaded the latest tarball and ran the following within
gcc-4.7.3+gm2-git-latest/gm2/gcc-versionno. (Yes, within the source
directory, but I wanted to see if it built at all.)
./configure --without-gnu-ld --with-ld=/usr/ccs/bin/ld
--build=sparc64-sun-solaris2.10 --with-gnu-as
--with-as=/usr/sfw/bin/gas --with-mpc-include=/usr/local/include
--with-mpc-lib=/usr/local/lib/64 --with-mpfr-include=/usr/local/include
--with-mpfr-lib=/usr/local/lib/64 --with-gmp-include=/usr/local/include
--with-gmp-lib=/usr/local/lib/64 --enable-languages=c,c++,gm2
--disable-bootstrap --enable-checking --enable-shared --disable-libitm
--enable-libgm2 --disable-multilib
It trundled for a bit and stopped with the following error.
Configuring to build libraries using target compiler
changed to
/home/build/bld/gcc-4.7.3+gm2-git-latest/gm2/gcc-versionno/host-sparc64-sun-solaris2.10/gcc/gm2/gm2-libs
/bin/bash: line 1: ../../.././libgm2/../gcc/gm2/gm2-libs/config-target:
No such file or directory
The problem is that the single period "." above should read ".." to put
you in the correct directory. So I ran it explicitly within the
directory and then reran gmake at the top again.
It trundled along for a bit longer and then stopped with the same error.
Suggestions are welcome.
john
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Solaris/sparc libgm2 woes continuing,
john o goyo <=