From: Andrea G. <and...@gm...> - 2009-01-30 14:10:53
|
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? |
From: Alex P. <pes...@ma...> - 2009-01-30 14:17:58
|
On Friday 30 January 2009 17:10, Andrea Girardi wrote: > 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? Are you using autogen.sh or configure? Since 2.1 you need not run autogen.sh (and install all autoconf suite for it). Ready for use configure is provided, try it please. |
From: Paul B. <pb...@ib...> - 2009-01-30 14:28:10
|
<<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?>> Have you done the following $ export LIBTOOLIZE=glibtoolize $ export LIBTOOL=glibtool ? Then have a look at http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_fb15_macos Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24 32 32 |
From: Andrea G. <and...@gm...> - 2009-01-30 14:33:50
|
Yes. On Mon, Apr 28, 2003 at 12:25 AM, Paul Beach <pb...@ib...> wrote: > <<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?>> > > Have you done the following > $ export LIBTOOLIZE=glibtoolize > $ export LIBTOOL=glibtool > ? > > Then have a look at > http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_fb15_macos > > Paul Beach > Tel (France): +33 (0) 2 47 58 30 43 > Mob (France): +33 (0) 6 79 24 32 32 > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel > -- Andrea Girardi mobile +39 347 9624051 skype andrea.girardi msn an...@gi... web http://www.giandrea.com web http://www.agdev.net blog http://kernelplus.ke.funpic.org blog http://www.psvterrazzo.it |
From: Salvatore B. <s....@mc...> - 2009-01-30 15:30:07
|
Paul, you have your computer's clock set at 28 april 2003 :-) Regards Salvatore |
From: marius p. <ma...@gm...> - 2009-01-30 16:16:38
|
On Fri, Jan 30, 2009 at 10:29 AM, Salvatore Besso <s....@mc...> wrote: > Paul, > > you have your computer's clock set at 28 april 2003 :-) maybe he wrote that in 2003 :) > > Regards > Salvatore > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel > -- developer flamerobin.org |
From: Andrea G. <and...@gm...> - 2009-01-30 14:32:54
|
I've been used configure On Fri, Jan 30, 2009 at 3:17 PM, Alex Peshkov <pes...@ma...> wrote: > On Friday 30 January 2009 17:10, Andrea Girardi wrote: >> 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? > > Are you using autogen.sh or configure? Since 2.1 you need not run autogen.sh > (and install all autoconf suite for it). Ready for use configure is provided, > try it please. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel |
From: Alex P. <pes...@ma...> - 2009-01-30 14:45:34
|
On Friday 30 January 2009 17:32, Andrea Girardi wrote: > I've been used configure Strange. Please test: is builds/make.new/config/config.sub present? It must be there, I've tested - it's present in Firebird-2.1.1.17910.tar.bz2 file. |
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 |