I am running
Xubuntu x86. Please note where I say "building" I mean roughly the following commands:
1 2 3 4 5 6 7
|
$ ./configure --prefix=/usr/local
$ make
$ make check
( $ make clean ) <-- if make/makecheck returns an error : then I repeat previous steps
$ sudo make install
$ make check
|
As I don't have an internet connection (on that computer), I have been transferring and building via a flashdrive. Now that also means that my computer hasn't been updated at all. (Although I installed the latest stable version of
Xubuntu just a few days ago.)
I built the lastest versions of
GMP,
MPFR, &
MPC. There was some troubleshooting that occurred, but it ended up going away (I hope) after a few rebuilds 'n such.
So I try moving onto building the
GCC (building
GNU requires that
GCC is built first). So I try the steps, trying both --prefix=/usr/local and --prefix=/bin, but I keep getting this error:
1 2
|
/bin/bash: g++: command not found
make: *** [build/genconstants.o] Error 127
|
I don't know what this error means, but it is stopping me from doing anything on my computer. I also don't know why the build process would need
G++ if what I'm trying to build is
GCC.
Also I didn't know if to put this here, or the Linux & Unix / Xubuntu forum, or the GNU's forum (if one exists).