06/04/27 00:07:45
>>764
$ uname -a
SunOS xxxx.yyy.com 5.10 Generic_118844-20 i86pc i386 i86pc
$ which make
/usr/local/bin/make
$ make -v
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
$ which gcc
/usr/sfw/bin/gcc
$ gcc -v
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
$ ./configure --prefix=/export/home/username/gmp
$ make
$ make install
まったく問題なくインストールできたっぽいけど。