This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
compilation problems on Alpha OSF
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: compilation problems on Alpha OSF
- From: Jürgen Freyh <J dot Freyh at web dot de>
- Date: Tue, 11 Apr 2000 14:51:21 +0200
Hi all,
the compilation of the libstdc++-2.90.8 on Alpha OSF/1 V4.0c using gcc-2.95.2
stops due to the following error:
--- snip
------------------------------------------------------------------------
make[4]: Entering directory
`/home/SharedData/archive/Alpha/gcc-build/alphaev56-dec-osf4.0c/libstdc++/math'
/bin/sh ../libtool --mode=compile
/home/SharedData/archive/Alpha/gcc-build/gcc/xgcc
-B/home/SharedData/archive/Alpha/gcc-build/gcc/
-B/usr/local/g++-v3/alphaev56-dec-osf4.0c/bin/ -DHAVE_CONFIG_H -I.
-I../../../../gcc-2.95.2/libstdc++/math -I.. -I..
-I/usr/local/g++-v3/include -g -O2 -c
../../../../gcc-2.95.2/libstdc++/math/signbit.c
mkdir .libs
/home/SharedData/archive/Alpha/gcc-build/gcc/xgcc
-B/home/SharedData/archive/Alpha/gcc-build/gcc/
-B/usr/local/g++-v3/alphaev56-dec-osf4.0c/bin/ -DHAVE_CONFIG_H -I.
-I../../../../gcc-2.95.2/libstdc++/math -I.. -I.. -I/usr/local/g++-v3/include -g
-O2 -c -DPIC ../../../../gcc-2.95.2/libstdc++/math/signbit.c -o
.libs/signbit.lo
In file included from ../../../../gcc-2.95.2/libstdc++/math/mathconf.h:230,
from ../../../../gcc-2.95.2/libstdc++/math/signbit.c:32:
../../../../gcc-2.95.2/libstdc++/math/complex-stub.h:81: conflicting types for
`cabs'
/home/SharedData/archive/Alpha/gcc-build/gcc/include/math.h:504: previous
declaration of `cabs'
../../../../gcc-2.95.2/libstdc++/math/complex-stub.h:82: conflicting types for
`cabsf'
/home/SharedData/archive/Alpha/gcc-build/gcc/include/math.h:519: previous
declaration of `cabsf'
make[4]: *** [signbit.lo] Error 1
make[4]: Leaving directory
`/home/SharedData/archive/Alpha/gcc-build/alphaev56-dec-osf4.0c/libstdc++/math'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/SharedData/archive/Alpha/gcc-build/alphaev56-dec-osf4.0c/libstdc++'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/home/SharedData/archive/Alpha/gcc-build/alphaev56-dec-osf4.0c/libstdc++'
make[1]: *** [all-target-libstdc++] Error 2
make[1]: Leaving directory `/home/SharedData/archive/Alpha/gcc-build'
make: *** [bootstrap-lean] Error 2
--- snip ---------------------------------------
Do anybody know what's going wrong ?
Every hint is appreciated !
Thanks
Juergen