Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-04 Thread Viv Kendon
On Fri, 3 Feb 2006, Martin Costabel wrote: I just built libgda-1.0.4-4 (successfully) on a server. It shows the following configuration: Providers XML = yes FireBird = no FreeTDS = no IBM DB2 = no MDB (MS Access) = no MySQL = yes mSQL = no ODBC = no

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-04 Thread Martin Costabel
Viv Kendon wrote: [] /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -L/sw/lib -o libgda-mysql.la -rpath /sw/lib/libgda/providers -export-dynamic -module -avoid-version gda-mysql-provider.lo gda-mysql-recordset.lo

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-04 Thread Viv Kendon
On Sat, 4 Feb 2006, Martin Costabel wrote: I think we can safely blame this on libtool. The -all_load flag that it adds will break any gcc linker command when MACOSX_DEPLOYMENT_TARGET is set to 10.4, because then both -lgcc_s.10.4 and -lgcc are present on the linker line and when -all_load

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-04 Thread Peter O'Gorman
Martin Costabel wrote: I think we can safely blame this on libtool. The -all_load flag that it adds will break any gcc linker command when MACOSX_DEPLOYMENT_TARGET is set to 10.4, because then both -lgcc_s.10.4 and -lgcc are present on the linker line and when -all_load hits libgcc.a, the

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Viv Kendon
On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for me on 10.4.4 with Xcode 2.2.1: bash-3.00$ fink list -t libgda Information about 5275 packages read in 16 seconds. i libgda 1.0.4-4 Uniform access to different kinds of data sources i libgda-dev 1.0.4-4 Developer

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Michèle Garoche
Le 3 févr. 2006 à 10:21, Viv Kendon a écrit : On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for me on 10.4.4 with Xcode 2.2.1: bash-3.00$ fink list -t libgda Information about 5275 packages read in 16 seconds. i libgda 1.0.4-4 Uniform access to different kinds of data

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Viv Kendon
On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 10:21, Viv Kendon a écrit : On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for me on 10.4.4 with Xcode 2.2.1: Still does not work for me after another selfupdate this morning, same error as I posted before. My

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Michèle Garoche
Le 3 févr. 2006 à 12:41, Viv Kendon a écrit : On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 10:21, Viv Kendon a écrit : On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for me on 10.4.4 with Xcode 2.2.1: Still does not work for me after another selfupdate this

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Viv Kendon
On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 12:41, Viv Kendon a écrit : On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 10:21, Viv Kendon a écrit : On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for me on 10.4.4 with Xcode 2.2.1: Still does not

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Michèle Garoche
Le 3 févr. 2006 à 14:02, Viv Kendon a écrit : On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 12:41, Viv Kendon a écrit : On Fri, 3 Feb 2006, Michèle Garoche wrote: Le 3 févr. 2006 à 10:21, Viv Kendon a écrit : On Thu, 2 Feb 2006, Robert T Wyatt wrote: fwiw, it worked for

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Martin Costabel
Viv Kendon wrote: gcc -bundle -flat_namespace -undefined suppress -o .libs/libgda-mysql.so .libs/ gda-mysql-provider.o .libs/gda-mysql-recordset.o .libs/libmain.o .libs/utils.o -all_load /usr/lib/mysql/libmysqlclient.a What's this? I don't have any /usr/lib/mysql/. As a result, all the

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 3, 2006, at 8:27 AM, Martin Costabel wrote: Viv Kendon wrote: gcc -bundle -flat_namespace -undefined suppress -o .libs/libgda- mysql.so .libs/ gda-mysql-provider.o .libs/gda-mysql-recordset.o .libs/ libmain.o .libs/utils.o -all_load

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Martin Costabel
Chris Zubrzycki wrote: [] What's this? I don't have any /usr/lib/mysql/. As a result, all the mysql stuff is not built in my case, which avoids your errors. In the configure summary, I see MySQL = no Where did you get this from? Does OS X Server maybe have this? or else it's 3rd

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Michèle Garoche
Le 3 févr. 2006 à 15:35, Martin Costabel a écrit : Chris Zubrzycki wrote: [] What's this? I don't have any /usr/lib/mysql/. As a result, all the mysql stuff is not built in my case, which avoids your errors. In the configure summary, I see MySQL = no Where did you get this from?

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Viv Kendon
On Fri, 3 Feb 2006, Martin Costabel wrote: Chris Zubrzycki wrote: [] What's this? I don't have any /usr/lib/mysql/. As a result, all the mysql stuff is not built in my case, which avoids your errors. In the configure summary, I see MySQL = no Where did you get this from? Does OS X

Re: [Fink-users] Re: libgda-1.0.4-4 compile error

2006-02-03 Thread Martin Costabel
Michèle Garoche wrote: While we're at it, here's the list of eventual providers in libgda. It may be worth to look at an eventual installation on Mac OS X server too, just for not wasting time in the future for problem with them: - firebird - freetds - ibmd2 - ldap - mdb - msql - mysql