This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problem in sysdeps/i386/fpu/bits/mathinline.h?


Attempting to build the latest CVS gcc against the latest glibc 2.2
headers I got this:

/usr/src/egcs-build/gcc/g++ -B/usr/src/egcs-build/gcc/ -B/usr/i486-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I../../../egcs/libstdc++ -I../../../egcs/libstdc++/stl -I../libio -I../../../egcs/libstdc++/../libio -nostdinc++ -D_IO_MTSAFE_IO ../../../egcs/libstdc++/cstdlibi.cc
test x"yes" != xyes || \                                                          /usr/src/egcs-build/gcc/g++ -B/usr/src/egcs-build/gcc/ -B/usr/i486-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I../../../egcs/libstdc++ -I../../../egcs/libstdc++/stl -I../libio -I../../../egcs/libstdc++/../libio -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../egcs/libstdc++/cmathi.cc -o pic/cmathi.o
In file included from /usr/include/math.h:348,
                 from ../../../egcs/libstdc++/cmath:7,
                 from ../../../egcs/libstdc++/cmathi.cc:7:
/usr/include/bits/mathinline.h: In function `long double __sgn1l (long double)':/usr/include/bits/mathinline.h:457: parse error before `.'
make[1]: *** [cmathi.o] Error 1
make[1]: Leaving directory `/usr/src/egcs-build/i486-pc-linux-gnu/libstdc++'
make: *** [all-target-libstdc++] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]