This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful build and install of GCC on Intel Solaris 2.10
- From: Richard Roddy <Richard dot Roddy at oracle dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 08 Jul 2004 12:39:21 +0100
- Subject: Successful build and install of GCC on Intel Solaris 2.10
- Organization: Oracle Corporation
>srcdir/config.guess
> i386-pc-solaris2.10
>gcc -v
> Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.0/specs
> Configured with: /u1/oracle/tarfiles/gcc-3.4.0/configure -disable-shared
> Thread model: posix
> gcc version 3.4.0
All languages enabled.
NOTE: Prior to configuration, it was necessary to do the following:
Install Korn Shell, then run:
> CONFIG_SHELL=/bin/ksh; export CONFIG_SHELL
and use absolute paths when calling configure, eg <srcdir>/configure ......
> make -v
GNU Make 3.80
....
[Note, it was necessary to install pre-built make and pre-built gcc
3.3.2 (small) available from Sun Freeware Download site,
http://ftp.heanet.ie/pub/sunfreeware/pub/freeware/]