This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21739] New: ../../.././libstdc++-v3/libmath/stubs.c:268: error: parse error before '(' token
- From: "ray dot mccaffity at usbank dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 May 2005 17:45:54 -0000
- Subject: [Bug bootstrap/21739] New: ../../.././libstdc++-v3/libmath/stubs.c:268: error: parse error before '(' token
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
AIX 5.2.0 IBM pSeries 9117.570 (Power5 arch)
ML 5200-04
AIX 5XL does not have a libm.a installed by default. I do not have the
package to install it.
Attempting to build gcc-344
./configure --prefix=/usr/local --enable-shared --enable-threads=aix --enable-
aix64 --disable-nls --disable-checking --enable-clocale=gnu --disable-
libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java
gcc -v
Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix5.2.0.0/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64
Thread model: aix
gcc version 3.4.3
make --version
GNU Make 3.80 Using native AIX 5.2.0 ld and ar (not gnu)
autoconf --version
autoconf (GNU Autoconf) 2.59
automake --version
automake (GNU automake) 1.9.5
last command before the error
/usr/local/bin/make bootstrap
make[7]: Entering directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/pthread/libstdc++-v3/libmath'
../../../.././libstdc++-v3/libmath/stubs.c:268: error: `hypot' declared as
function returning a function
../../../.././libstdc++-v3/libmath/stubs.c:268: error: conflicting types
for 'hypot'
../../../.././libstdc++-v3/libmath/stubs.c:268: error: conflicting types
for 'hypot'
../../../.././libstdc++-v3/libmath/stubs.c:268: error: parse error
before "double"
make[7]: *** [stubs.lo] Error 1
make[7]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/pthread/libstdc++-v3/libmath'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/pthread/libstdc++-v3'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/pthread/libstdc++-v3'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/libstdc++-v3'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4/powerpc-ibm-
aix5.2.0.0/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/rxmccaf/src/gcc-3.4.4'
make: *** [bootstrap] Error 2
--
Summary: ../../.././libstdc++-v3/libmath/stubs.c:268: error:
parse error before '(' token
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ray dot mccaffity at usbank dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: gcc-3.4.4
GCC host triplet: powerpc-ibm-aix5.2.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21739