Thread: [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
Attachments:
config.log
|
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 |
From: Linus M. <Li...@mc...> - 2004-10-15 05:08:35
|
Hello! Can you please check your versions of automake and libtoolize and let me know what you have: $ automake --version $ libtoolize --version I think you need libtoolize of at least 1.7 (I'm using 1.9), so if you have a lower version, please try and upgrade and see if that helps. thanks for the report, and please let me know if you get it to work or if the above don't help! /Linus On Friday 15 October 2004 04.17, George Patterson wrote: > 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 |
From: George P. <ge...@bu...> - 2004-10-18 02:28:18
|
Yep.. It was the lower version numbers... automake 1.5.x and libtoolise has a similar version number. Freebsd ports have bumped up automake ot 1.9.x so I will be retrying tonight :-) George On Fri, 15 Oct 2004 07:07:24 +0200 Linus McCabe <Li...@mc...> wrote: > > Hello! > > Can you please check your versions of automake and libtoolize and let me know > what you have: > $ automake --version > $ libtoolize --version > > I think you need libtoolize of at least 1.7 (I'm using 1.9), so if you have a > lower version, please try and upgrade and see if that helps. > > thanks for the report, and please let me know if you get it to work or if the > above don't help! > > /Linus > > On Friday 15 October 2004 04.17, George Patterson wrote: > > Hi All, > > > > > > I downloaded and started building Gubed on a FreeBSD 5.3.1 system. > > > > The autogen.sh seems to have gone okay > > |