From d6426b82ed687ca4725154c0f5f94b13c53aa458 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Wed, 4 Apr 2007 20:58:07 +0000 Subject: [PATCH] FreeBSD bug with autoconf tests which do not use libtool --- SRC/INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SRC/INSTALL b/SRC/INSTALL index 99c8123..67ee4e4 100644 --- a/SRC/INSTALL +++ b/SRC/INSTALL @@ -60,6 +60,15 @@ echoping in 32bits. With gcc: CFLAGS=-m32 ./configure --config-cache make +If you get a: + +checking size of int... configure: error: cannot compute sizeof (int) + +it probably means configure's test programs cannot find libpopt (read +config.log if you want a confirmation). Set LD_LIBRARY_PATH to include +the directory where libpopt resides (it is not necessary to run +echoping, just for the compilation). + Standard "autoconf/configure" options are supported such as --prefix to set the installation root directory.