[gbd-dev] Configure problem- Gubed on Freebsd 5.2.1-RELEASE
Status: Beta
Brought to you by:
mccabe
From: George P. <ge...@bu...> - 2004-10-15 02:19:11
|
Hi All, I downloaded and started building Gubed on a FreeBSD 5.3.1 system. The autogen.sh seems to have gone okay # ./autogen.sh configure.in:16: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst aclocal.m4:66: AM_CONFIG_HEADER is expanded from... configure.in:16: the top level configure.in:97: warning: do not use m4_regexp: use regexp or m4_bregexp aclocal.m4:79: _AM_DIRNAME is expanded from... configure.in:97: the top level The configure stage bombs out with autoconf (??) complaining that it is not able to find ./ltconfig. # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking build system type... i386-unknown-freebsd5.2.1 checking host system type... i386-unknown-freebsd5.2.1 checking for ranlib... ranlib checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed I have attached the config.log should it be required. George |