On Sun, 15 Jan 2006, Clemens Haupt wrote:

make
stops at: checking size of long double... configure: error: cannot
compute sizeof (long double), 77

and config.log says

#define NO_UNDERSCORES 1
#define PACKAGE_BUGREPORT "glibc"
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_TARNAME "c-library"
#define PACKAGE_VERSION "(see version.h)"
#define USE_REGPARMS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

You should have an error message somewhere, perhaps a 'paragraph' or two before the test program that you've shown us. Perhaps, failed to find headers, or failed to find a working c++ compiler. From memory, this is the first package which needs to be compiled in chroot, so it might be the recurrent problem of something linked against libraries on the host (/lib, or /usr/lib) which are now inaccessible.

Ken
--
 das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to