This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cannot compute sizeof (long double), 77


runs on uclibc and generates cosay for glibc.  Apparently he works well, but 
when I execute the configure script of glibc of the following form: 
../glibc-20051107/configure --prefix=/rootdir --disable-profile 
--enable-add-ons --enable-kernel=2.6.0 --libexecdir=/rootdir/lib/glibc
I obtain:
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long double... yes
checking size of long double... configure: error: cannot compute sizeof (long 
double), 77

I am not sure if I am following the order adapted to compile that would to 
compile first I am beginning by glibc. I must begin by binutils?


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