From: Артем С. <smi...@gm...> - 2009-01-30 18:38:59
|
2009/1/30 Andrea Girardi <and...@gm...>: > Hi to all, > > i've some problem with Firebird 2.1.1 source under MacOs 10.4. I've > downloaded with MacPort the glibtool and glibtoolize. > When I try to execute configure, i can see this output: > > checking whether make sets ($MAKE)... yes > configure: error: cannot run /bin/sh builds/make.new/config/config.sub > > > I need to compile my version of Firebird because I've to solve a > problem compiling the ibase plugin for QT under MacOs 10.4 os. > > Can anyone help me? Same issue on Linux with latest versions of autotools (Gentoo, Arch Linux). Simple way to resolve this issue (see their ebuilds and PKGBUILDs :) do: autoreconf automake --add-missing ./configure <some-configure-options> -- Artyom |