This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build success for gcc 3.4.1 on alphaev68-dec-osf5.1 (CompaqTru64UNIX)
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: "Stefano Curtarolo, Ph.D." <auro at nietzsche dot mems dot duke dot edu>
- Date: Tue, 13 Jul 2004 18:46:26 +0100
- Subject: Re: Build success for gcc 3.4.1 on alphaev68-dec-osf5.1 (CompaqTru64UNIX)
- Organization: CodeSourcery
- References: <Pine.LNX.4.40.0407131317370.15615-100000@nietzsche.mems.duke.edu>
On Tuesday 13 July 2004 18:34, Stefano Curtarolo, Ph.D. wrote:
> HP-Compaq ES45
> Successful build of 3.4.1 for alphaev68-dec-osf5.1 (c,c++,f77,objc,ada).
> I still need to copy some install.sh scripts in some directories.
>
>
> I had to add MANUALLY several install-sh scripts which, for some reasons,
> were missing.
This could be because you were building in the source directory.
We specifically recommend you use separate source and build directories.
See http://gcc.gnu.org/install/configure.html
Paul