This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc on tru64 (hardware XP1000)
- To: Yiping dot Cheng at etatung dot com dot tw, gcc at gcc dot gnu dot org
- Subject: Re: gcc on tru64 (hardware XP1000)
- From: mike stump <mrs at windriver dot com>
- Date: Wed, 5 Sep 2001 19:33:38 -0700 (PDT)
> From: =?big5?B?vkekQKWt?= <Yiping.Cheng@etatung.com.tw>
> To: "'gcc@gcc.gnu.org'" <gcc@gcc.gnu.org>
> Date: Thu, 6 Sep 2001 10:20:45 +0800
> can you tell me how to configure and make ?
I usually use something like configure
--prefix=/usr/local/gcc-20010901 && make bootstrap You can consult the
documentation on our web site for additional information.