This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.2.3 compiled successfully in alphaev56-dec-osf4.0d
- From: "Das (ext) Tapas-Kumar" <Tapas-Kumar dot Das dot ext_TCS at ts dot siemens dot de>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Fri, 9 May 2003 15:03:30 +0200
- Subject: gcc 3.2.3 compiled successfully in alphaev56-dec-osf4.0d
Hi
We could successfully build and install gcc 3.2.3 in osf4.0d
No changes were necessary. But we used gmake
to build and install.
Output of configure.guess
alphaev56-dec-osf4.0d
Output of gcc -v
Reading specs from ./../lib/gcc-lib/alphaev56-dec-osf4.0d/3.2.3/specs
Configured with: /home/data/gcc/gcc-3.2.3/configure --prefix
/home/data/GCC : (reconfigured)
/home/data/gcc/gcc-3.2.3/configure --prefix /home/data/GCC
Thread model: single
gcc version 3.2.3
We used gmake instead of make
version of gmake
gmake -v
inst emulated pid=5544 <gmake> va=0x11fffe8d0 pc=0x1200054f4
inst=0x28300000
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
----------------------------------------------------------------------------
--
However the build failed when I specified the option
--enable-threads=pthreads
for a fresh build in a new directory
It complained about missing pthreads.h file.
With Regards
Tapas Das