Re: [gnome-db] datarootdir



On 27.05.2010, at 9:52, Vivien Malerba wrote:

> On 27 May 2010 01:48, Alexey Zakhlestin <indeyets gmail com> wrote:
>> Hi.
>> 
>> I am trying to package libgda-4.0.x (4.0.8 currently) for macos's "homebrew" package manager.
>> All packages in homebrew are installed into custom prefixes (so, that they do not interfer with system files in any way)
>> 
>> the problem is, that even if I use something like "./configure --prefix=/whatever/prefix", libgda still looks for dtd files in /usr/share/libgda-4.0/dtd directory.
>> 
> 
> Normally Libgda takes into account the --prefix or --datadir options
> and installs and lookup files based on this location.

Installation works just fine. Files are installed in proper location. Problem is only with lookup

> Could you send me Libgda's complete compilation logs so I can try to
> figure out what th eproblem is?

sure. see attachments.

-- 
Alexey Zakhlestin
http://www.milkfarmsoft.com/



Attachment: config.log
Description: Binary data

==> ./configure --disable-debug --disable-dependency-tracking --prefix=/opt/homebrew/Cellar/libgda/4.0.8 --datarootdir=/opt/homebrew/Cellar/libgda/4.0.8/share --datadir=/opt/homebrew/Cellar/libgda/4.0.8/share

checking for a BSD-compatible install... /opt/homebrew/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/homebrew/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... /usr/bin/cc
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 /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking dependency style of /usr/bin/cc... none
checking for intltool >= 0.35.5... 0.41.0 found
checking for intltool-update... /opt/homebrew/bin/intltool-update
checking for intltool-merge... /opt/homebrew/bin/intltool-merge
checking for intltool-extract... /opt/homebrew/bin/intltool-extract
checking for xgettext... /opt/homebrew/Cellar/gettext/0.17/bin/xgettext
checking for msgmerge... /opt/homebrew/Cellar/gettext/0.17/bin/msgmerge
checking for msgfmt... /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt
checking for gmsgfmt... /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking how to run the C preprocessor... /usr/bin/cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of unsigned int... 4
checking size of unsigned long int... 8
checking for uint8_t... yes
checking for a C compiler for build tools... /usr/bin/cc
checking for suffix of executable build tools... 
checking for library containing strerror... none required
checking for gcc... (cached) /usr/bin/cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/cc accepts -g... (cached) yes
checking for /usr/bin/cc option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/cc... (cached) none
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ accepts -g... yes
checking dependency style of /usr/bin/c++... none
checking whether /usr/bin/cc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking build system type... i386-apple-darwin10.3.0
checking host system type... i386-apple-darwin10.3.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/cc... /usr/bin/cc
checking if the linker (/usr/bin/cc) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/cc option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/c++ accepts -g... (cached) yes
checking dependency style of /usr/bin/c++... (cached) none
checking how to run the C++ preprocessor... /usr/bin/c++ -E
checking for objdir... .libs
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/cc static flag -static works... no
checking if /usr/bin/cc supports -c -o file.o... yes
checking if /usr/bin/cc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by /usr/bin/c++... /usr/bin/cc
checking if the linker (/usr/bin/cc) is GNU ld... no
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes
checking for /usr/bin/c++ option to produce PIC... -fno-common -DPIC
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/c++ static flag -static works... no
checking if /usr/bin/c++ supports -c -o file.o... yes
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for glib-genmarshal... /opt/homebrew/bin/glib-genmarshal
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt
checking for xgettext... (cached) /opt/homebrew/Cellar/gettext/0.17/bin/xgettext
checking for pkg-config... /opt/homebrew/bin/pkg-config
checking pkg-config is at least version 0.18... yes
checking for LIBGDA... yes
checking for platform... Mac OS X - carbon
checking for /proc/self/maps... no
checking whether everything is installed to the same prefix... no
checking whether binary relocation support should be enabled... no
checking for GIO... yes
checking for LIBXSLT... yes
checking for JSON_GLIB... no
checking for gobject-introspection... no
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
checking for Berkeley DB files... configure: WARNING: Berkeley DB backend not used
checking for ODBC files... configure: WARNING: ODBC backend not used
checking for MySQL files... checking for mysql_config... no
checking for mysql_config5... no
checking for mSQL files... configure: WARNING: mSQL backend not used
checking for PostgreSQL files... checking for pg_config... no
checking for freetds files... configure: WARNING: tds backend not used
checking for IBM DB2 files... configure: WARNING: IBM DB2 backend not used
checking for Sybase files... configure: WARNING: Sybase backend not used
checking for ORACLE installation... configure: WARNING: ORACLE backend not used
checking for FireBird installation... configure: WARNING: FireBird backend not used
checking for Xbase files... configure: WARNING: Xbase backend not used
checking for MDB Tools files... configure: WARNING: MDB backend not used
checking for LDAP files... found LDAP in /usr
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking for javah... /usr/bin/javah
checking for jar... /usr/bin/jar
checking whether Java interpreter works... yes
checking for Java environment... in /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
checking for /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/jni.h... yes
checking for /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/./jni_md.h... yes
checking whether JNI programs can be compiled... yes
checking whether JNI programs can be run... yes
checking JNI data types... ok
checking for LIBSOUP... no
checking for initscr in -lncurses... yes
checking for readline in -lreadline... yes
checking for add_history in -lhistory... yes
checking for perl5... no
checking for perl... perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgda.spec
config.status: creating libgda-4.0.pc
config.status: creating libgda-report-4.0.pc
config.status: creating libgda-xslt-4.0.pc
config.status: creating po/Makefile.in
config.status: creating libgda/Makefile
config.status: creating libgda/libgda.h
config.status: creating libgda/binreloc/Makefile
config.status: creating libgda/handlers/Makefile
config.status: creating libgda/providers-support/Makefile
config.status: creating libgda/sql-parser/Makefile
config.status: creating libgda/sqlite/Makefile
config.status: creating libgda/sqlite/sqlite-src/Makefile
config.status: creating libgda/sqlite/virtual/Makefile
config.status: creating providers/Makefile
config.status: creating providers/bdb/Makefile
config.status: creating providers/bdb/libgda-bdb-4.0.pc
config.status: creating providers/mdb/Makefile
config.status: creating providers/mdb/libgda-mdb-4.0.pc
config.status: creating providers/mysql/Makefile
config.status: creating providers/mysql/libgda-mysql-4.0.pc
config.status: creating providers/postgres/Makefile
config.status: creating providers/postgres/libgda-postgres-4.0.pc
config.status: creating providers/sqlite/Makefile
config.status: creating providers/sqlite/libgda-sqlite-4.0.pc
config.status: creating providers/jdbc/Makefile
config.status: creating providers/jdbc/libgda-jdbc-4.0.pc
config.status: creating providers/skel-implementation/Makefile
config.status: creating providers/skel-implementation/capi/Makefile
config.status: creating providers/skel-implementation/capi/libgda-capi-4.0.pc
config.status: creating providers/skel-implementation/models/Makefile
config.status: creating providers/skel-implementation/models/libgda-models-4.0.pc
config.status: creating libgda-report/Makefile
config.status: creating libgda-report/engine/Makefile
config.status: creating libgda-report/DocBook/Makefile
config.status: creating libgda-report/RML/Makefile
config.status: creating libgda-report/RML/trml2html/Makefile
config.status: creating libgda-report/RML/trml2pdf/Makefile
config.status: creating libgda-xslt/Makefile
config.status: creating tools/Makefile
config.status: creating tools/gda-sql-4.0.1
config.status: creating testing/Makefile
config.status: creating tests/Makefile
config.status: creating tests/parser/Makefile
config.status: creating tests/data-models/Makefile
config.status: creating tests/providers/Makefile
config.status: creating tests/value-holders/Makefile
config.status: creating tests/meta-store/Makefile
config.status: creating tests/multi-threading/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating doc/C/libgda-4.0.types
config.status: creating data/Makefile
config.status: creating stamp.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

 Configuration summary
   Installation prefix = /opt/homebrew/Cellar/libgda/4.0.8
   Building Libxslt extension: yes
   Compiled providers:
      Berkeley DB = no
      MDB (MS Access) = no
      MySQL = no
      PostgreSQL = no
      SQLite = yes (embedded)
      JDBC = yes
   Binreloc support is disabled: Libgda will not be relocatable. To enable binreloc support re-run with --enable-binreloc (see http://autopackage.org/docs/binreloc for more information)
==> make install

Making install in po
file=`echo ar | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ar.po
file=`echo az | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file az.po
file=`echo ca | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file eu.po
file=`echo fa | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file fa.po
file=`echo fi | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ga.po
file=`echo gl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file gl.po
file=`echo hr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file lt.po
file=`echo mk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file mk.po
file=`echo ml | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ml.po
file=`echo ms | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file nl.po
file=`echo oc | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sr.po
file=`echo sr Latn | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sr Latn po
file=`echo sv | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file zh_CN.po
file=`echo zh_HK | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file zh_HK.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /opt/homebrew/Cellar/gettext/0.17/bin/msgfmt -o $file zh_TW.po
linguas="ar az ca cs da de dz el en_CA en_GB es eu fa fi fr ga gl hr hu it ja ko lt mk ml ms nb ne nl oc pa pl pt pt_BR ru rw sk sl sq sr sr Latn sv tr uk vi zh_CN zh_HK zh_TW "; \
	for lang in $linguas; do \
	  dir=/opt/homebrew/Cellar/libgda/4.0.8/share/locale/$lang/LC_MESSAGES; \
	  /bin/sh /private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/install-sh -d $dir; \
	  if test -r $lang.gmo; then \
	    /opt/homebrew/bin/ginstall -c -m 644 $lang.gmo $dir/libgda-4.0.mo; \
	    echo "installing $lang.gmo as $dir/libgda-4.0.mo"; \
	  else \
	    /opt/homebrew/bin/ginstall -c -m 644 ./$lang.gmo $dir/libgda-4.0.mo; \
	    echo "installing ./$lang.gmo as" \
		 "$dir/libgda-4.0.mo"; \
	  fi; \
	  if test -r $lang.gmo.m; then \
	    /opt/homebrew/bin/ginstall -c -m 644 $lang.gmo.m $dir/libgda-4.0.mo.m; \
	    echo "installing $lang.gmo.m as $dir/libgda-4.0.mo.m"; \
	  else \
	    if test -r ./$lang.gmo.m ; then \
	      /opt/homebrew/bin/ginstall -c -m 644 ./$lang.gmo.m \
		$dir/libgda-4.0.mo.m; \
	      echo "installing ./$lang.gmo.m as" \
		   "$dir/libgda-4.0.mo.m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
installing ar.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ar/LC_MESSAGES/libgda-4.0.mo
installing az.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/az/LC_MESSAGES/libgda-4.0.mo
installing ca.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ca/LC_MESSAGES/libgda-4.0.mo
installing cs.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/cs/LC_MESSAGES/libgda-4.0.mo
installing da.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/da/LC_MESSAGES/libgda-4.0.mo
installing de.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/de/LC_MESSAGES/libgda-4.0.mo
installing dz.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/dz/LC_MESSAGES/libgda-4.0.mo
installing el.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/el/LC_MESSAGES/libgda-4.0.mo
installing en_CA.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/en_CA/LC_MESSAGES/libgda-4.0.mo
installing en_GB.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/en_GB/LC_MESSAGES/libgda-4.0.mo
installing es.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/es/LC_MESSAGES/libgda-4.0.mo
installing eu.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/eu/LC_MESSAGES/libgda-4.0.mo
installing fa.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/fa/LC_MESSAGES/libgda-4.0.mo
installing fi.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/fi/LC_MESSAGES/libgda-4.0.mo
installing fr.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/fr/LC_MESSAGES/libgda-4.0.mo
installing ga.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ga/LC_MESSAGES/libgda-4.0.mo
installing gl.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/gl/LC_MESSAGES/libgda-4.0.mo
installing hr.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/hr/LC_MESSAGES/libgda-4.0.mo
installing hu.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/hu/LC_MESSAGES/libgda-4.0.mo
installing it.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/it/LC_MESSAGES/libgda-4.0.mo
installing ja.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ja/LC_MESSAGES/libgda-4.0.mo
installing ko.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ko/LC_MESSAGES/libgda-4.0.mo
installing lt.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/lt/LC_MESSAGES/libgda-4.0.mo
installing mk.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/mk/LC_MESSAGES/libgda-4.0.mo
installing ml.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ml/LC_MESSAGES/libgda-4.0.mo
installing ms.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ms/LC_MESSAGES/libgda-4.0.mo
installing nb.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/nb/LC_MESSAGES/libgda-4.0.mo
installing ne.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ne/LC_MESSAGES/libgda-4.0.mo
installing nl.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/nl/LC_MESSAGES/libgda-4.0.mo
installing oc.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/oc/LC_MESSAGES/libgda-4.0.mo
installing pa.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/pa/LC_MESSAGES/libgda-4.0.mo
installing pl.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/pl/LC_MESSAGES/libgda-4.0.mo
installing pt.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/pt/LC_MESSAGES/libgda-4.0.mo
installing pt_BR.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/pt_BR/LC_MESSAGES/libgda-4.0.mo
installing ru.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/ru/LC_MESSAGES/libgda-4.0.mo
installing rw.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/rw/LC_MESSAGES/libgda-4.0.mo
installing sk.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sk/LC_MESSAGES/libgda-4.0.mo
installing sl.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sl/LC_MESSAGES/libgda-4.0.mo
installing sq.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sq/LC_MESSAGES/libgda-4.0.mo
installing sr.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sr/LC_MESSAGES/libgda-4.0.mo
installing sr Latn gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sr Latn/LC_MESSAGES/libgda-4.0.mo
installing sv.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/sv/LC_MESSAGES/libgda-4.0.mo
installing tr.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/tr/LC_MESSAGES/libgda-4.0.mo
installing uk.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/uk/LC_MESSAGES/libgda-4.0.mo
installing vi.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/vi/LC_MESSAGES/libgda-4.0.mo
installing zh_CN.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/zh_CN/LC_MESSAGES/libgda-4.0.mo
installing zh_HK.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/zh_HK/LC_MESSAGES/libgda-4.0.mo
installing zh_TW.gmo as /opt/homebrew/Cellar/libgda/4.0.8/share/locale/zh_TW/LC_MESSAGES/libgda-4.0.mo
Making install in libgda
Making install in sqlite
Making install in sqlite-src
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o sqlite3.lo sqlite3.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sqlite3.c  -fno-common -DPIC -o .libs/sqlite3.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sqlite3.c -o sqlite3.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libsqlite.la  sqlite3.lo  
libtool: link: ar cru .libs/libsqlite.a .libs/sqlite3.o 
libtool: link: ranlib .libs/libsqlite.a
libtool: link: ( cd ".libs" && rm -f "libsqlite.la" && ln -s "../libsqlite.la" "libsqlite.la" )
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in virtual
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-vconnection-data-model.lo gda-vconnection-data-model.c
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-vconnection-hub.lo gda-vconnection-hub.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vconnection-hub.c  -fno-common -DPIC -o .libs/gda-vconnection-hub.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vconnection-data-model.c  -fno-common -DPIC -o .libs/gda-vconnection-data-model.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vconnection-hub.c -o gda-vconnection-hub.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vconnection-data-model.c -o gda-vconnection-data-model.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-vprovider-data-model.lo gda-vprovider-data-model.c
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-vprovider-hub.lo gda-vprovider-hub.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vprovider-data-model.c  -fno-common -DPIC -o .libs/gda-vprovider-data-model.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vprovider-hub.c  -fno-common -DPIC -o .libs/gda-vprovider-hub.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vprovider-hub.c -o gda-vprovider-hub.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-virtual-connection.lo gda-virtual-connection.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-vprovider-data-model.c -o gda-vprovider-data-model.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-virtual-connection.c  -fno-common -DPIC -o .libs/gda-virtual-connection.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-virtual-connection.c -o gda-virtual-connection.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src   -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-virtual-provider.lo gda-virtual-provider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-virtual-provider.c  -fno-common -DPIC -o .libs/gda-virtual-provider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../../libgda/sqlite -I../../../libgda/sqlite -I../../../libgda -I../../../libgda/sqlite/sqlite-src -I../../../libgda/sqlite/sqlite-src -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-virtual-provider.c -o gda-virtual-provider.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-virtual-4.0.la   gda-vconnection-data-model.lo gda-vconnection-hub.lo gda-vprovider-data-model.lo gda-vprovider-hub.lo gda-virtual-connection.lo gda-virtual-provider.lo  
libtool: link: ar cru .libs/libgda-virtual-4.0.a .libs/gda-vconnection-data-model.o .libs/gda-vconnection-hub.o .libs/gda-vprovider-data-model.o .libs/gda-vprovider-hub.o .libs/gda-virtual-connection.o .libs/gda-virtual-provider.o 
libtool: link: ranlib .libs/libgda-virtual-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-virtual-4.0.la" && ln -s "../libgda-virtual-4.0.la" "libgda-virtual-4.0.la" )
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/virtual" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/virtual"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0"
 /opt/homebrew/bin/ginstall -c -m 644 gda-vconnection-data-model.h gda-vconnection-hub.h gda-vprovider-data-model.h gda-vprovider-hub.h gda-virtual-connection.h gda-virtual-provider.h libgda-virtual.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/virtual'
/usr/bin/cc -o gen_emb_string gen_emb_string.c
/usr/bin/cc -o mkkeywordhash -DGDA_DEBUG mkkeywordhash.c
./gen_emb_string ../../providers/sqlite/*.xml.in > xml_embedded.h
./mkkeywordhash ../../libgda/sqlite/keywords.list > keywords_hash.c
Embedding ../../providers/sqlite/sqlite_specs_add_column.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_db.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_index.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_table.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_view.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_db.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_index.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_table.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_view.xml.in
Embedding ../../providers/sqlite/sqlite_specs_dsn.xml.in
Embedding ../../providers/sqlite/sqlite_specs_rename_table.xml.in
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-blob-op.lo gda-sqlite-blob-op.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-ddl.lo gda-sqlite-ddl.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-ddl.c  -fno-common -DPIC -o .libs/gda-sqlite-ddl.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-blob-op.c  -fno-common -DPIC -o .libs/gda-sqlite-blob-op.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-blob-op.c -o gda-sqlite-blob-op.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-ddl.c -o gda-sqlite-ddl.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-handler-bin.lo gda-sqlite-handler-bin.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-handler-boolean.lo gda-sqlite-handler-boolean.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-handler-bin.c  -fno-common -DPIC -o .libs/gda-sqlite-handler-bin.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-handler-boolean.c  -fno-common -DPIC -o .libs/gda-sqlite-handler-boolean.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-handler-boolean.c -o gda-sqlite-handler-boolean.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-handler-bin.c -o gda-sqlite-handler-bin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-meta.lo gda-sqlite-meta.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-meta.c  -fno-common -DPIC -o .libs/gda-sqlite-meta.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-provider.lo gda-sqlite-provider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-provider.c  -fno-common -DPIC -o .libs/gda-sqlite-provider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-meta.c -o gda-sqlite-meta.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-provider.c -o gda-sqlite-provider.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-pstmt.lo gda-sqlite-pstmt.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-pstmt.c  -fno-common -DPIC -o .libs/gda-sqlite-pstmt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-pstmt.c -o gda-sqlite-pstmt.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-recordset.lo gda-sqlite-recordset.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-recordset.c  -fno-common -DPIC -o .libs/gda-sqlite-recordset.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE=  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sqlite-util.lo gda-sqlite-util.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-util.c  -fno-common -DPIC -o .libs/gda-sqlite-util.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-recordset.c -o gda-sqlite-recordset.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I../../libgda/sqlite/sqlite-src -I../../libgda/sqlite/sqlite-src -DSQLITE_API= -DSQLITE_PRIVATE= -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sqlite-util.c -o gda-sqlite-util.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-sqlite.la   gda-sqlite-blob-op.lo gda-sqlite-ddl.lo gda-sqlite-handler-bin.lo gda-sqlite-handler-boolean.lo gda-sqlite-meta.lo gda-sqlite-provider.lo gda-sqlite-pstmt.lo gda-sqlite-recordset.lo gda-sqlite-util.lo virtual/libgda-virtual-4.0.la ../../libgda/sqlite/sqlite-src/libsqlite.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: (cd .libs/libgda-sqlite.lax/libgda-virtual-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sqlite/virtual/.libs/libgda-virtual-4.0.a")
libtool: link: (cd .libs/libgda-sqlite.lax/libsqlite.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sqlite/../../libgda/sqlite/sqlite-src/.libs/libsqlite.a")
libtool: link: ar cru .libs/libgda-sqlite.a .libs/gda-sqlite-blob-op.o .libs/gda-sqlite-ddl.o .libs/gda-sqlite-handler-bin.o .libs/gda-sqlite-handler-boolean.o .libs/gda-sqlite-meta.o .libs/gda-sqlite-provider.o .libs/gda-sqlite-pstmt.o .libs/gda-sqlite-recordset.o .libs/gda-sqlite-util.o   .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-vconnection-data-model.o .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-vconnection-hub.o .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-virtual-connection.o .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-virtual-provider.o .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-vprovider-data-model.o .libs/libgda-sqlite.lax/libgda-virtual-4.0.a/gda-vprovider-hub.o  .libs/libgda-sqlite.lax/libsqlite.a/sqlite3.o 
libtool: link: ranlib .libs/libgda-sqlite.a
libtool: link: rm -fr .libs/libgda-sqlite.lax
libtool: link: ( cd ".libs" && rm -f "libgda-sqlite.la" && ln -s "../libgda-sqlite.la" "libgda-sqlite.la" )
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sqlite" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sqlite"
 /opt/homebrew/bin/ginstall -c -m 644 gda-sqlite-provider.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sqlite'
Making install in handlers
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-bin.lo gda-handler-bin.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-boolean.lo gda-handler-boolean.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-bin.c  -fno-common -DPIC -o .libs/gda-handler-bin.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-boolean.c  -fno-common -DPIC -o .libs/gda-handler-boolean.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-boolean.c -o gda-handler-boolean.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-bin.c -o gda-handler-bin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-numerical.lo gda-handler-numerical.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-string.lo gda-handler-string.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-numerical.c  -fno-common -DPIC -o .libs/gda-handler-numerical.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-string.c  -fno-common -DPIC -o .libs/gda-handler-string.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-numerical.c -o gda-handler-numerical.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-string.c -o gda-handler-string.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-time.lo gda-handler-time.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-handler-type.lo gda-handler-type.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-time.c  -fno-common -DPIC -o .libs/gda-handler-time.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-type.c  -fno-common -DPIC -o .libs/gda-handler-type.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-type.c -o gda-handler-type.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-handler-time.c -o gda-handler-time.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda_handlers-4.0.la   gda-handler-bin.lo gda-handler-boolean.lo gda-handler-numerical.lo gda-handler-string.lo gda-handler-time.lo gda-handler-type.lo  
libtool: link: ar cru .libs/libgda_handlers-4.0.a .libs/gda-handler-bin.o .libs/gda-handler-boolean.o .libs/gda-handler-numerical.o .libs/gda-handler-string.o .libs/gda-handler-time.o .libs/gda-handler-type.o 
libtool: link: ranlib .libs/libgda_handlers-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda_handlers-4.0.la" && ln -s "../libgda_handlers-4.0.la" "libgda_handlers-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/handlers" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/handlers"
 /opt/homebrew/bin/ginstall -c -m 644 gda-handler-bin.h gda-handler-boolean.h gda-handler-numerical.h gda-handler-string.h gda-handler-time.h gda-handler-type.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/handlers'
Making install in binreloc
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -DLIBGDAPREFIX=\""/opt/homebrew/Cellar/libgda/4.0.8"\" -DLIBGDADATA=\""/opt/homebrew/Cellar/libgda/4.0.8/share"\" -DLIBGDALIB=\""/opt/homebrew/Cellar/libgda/4.0.8/lib"\" -DLIBGDALIBEXEC=\""/opt/homebrew/Cellar/libgda/4.0.8/libexec"\" -DLIBGDABIN=\""/opt/homebrew/Cellar/libgda/4.0.8/bin"\" -DLIBGDASBIN=\""/opt/homebrew/Cellar/libgda/4.0.8/sbin"\" -DLIBGDASYSCONF=\""/opt/homebrew/Cellar/libgda/4.0.8/etc"\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-binreloc.lo gda-binreloc.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DLIBGDAPREFIX=\"/opt/homebrew/Cellar/libgda/4.0.8\" -DLIBGDADATA=\"/opt/homebrew/Cellar/libgda/4.0.8/share\" -DLIBGDALIB=\"/opt/homebrew/Cellar/libgda/4.0.8/lib\" -DLIBGDALIBEXEC=\"/opt/homebrew/Cellar/libgda/4.0.8/libexec\" -DLIBGDABIN=\"/opt/homebrew/Cellar/libgda/4.0.8/bin\" -DLIBGDASBIN=\"/opt/homebrew/Cellar/libgda/4.0.8/sbin\" -DLIBGDASYSCONF=\"/opt/homebrew/Cellar/libgda/4.0.8/etc\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-binreloc.c  -fno-common -DPIC -o .libs/gda-binreloc.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DLIBGDAPREFIX=\"/opt/homebrew/Cellar/libgda/4.0.8\" -DLIBGDADATA=\"/opt/homebrew/Cellar/libgda/4.0.8/share\" -DLIBGDALIB=\"/opt/homebrew/Cellar/libgda/4.0.8/lib\" -DLIBGDALIBEXEC=\"/opt/homebrew/Cellar/libgda/4.0.8/libexec\" -DLIBGDABIN=\"/opt/homebrew/Cellar/libgda/4.0.8/bin\" -DLIBGDASBIN=\"/opt/homebrew/Cellar/libgda/4.0.8/sbin\" -DLIBGDASYSCONF=\"/opt/homebrew/Cellar/libgda/4.0.8/etc\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-binreloc.c -o gda-binreloc.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda_binreloc-4.0.la  gda-binreloc.lo   
libtool: link: ar cru .libs/libgda_binreloc-4.0.a .libs/gda-binreloc.o 
libtool: link: ranlib .libs/libgda_binreloc-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda_binreloc-4.0.la" && ln -s "../libgda_binreloc-4.0.la" "libgda_binreloc-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda"
 /opt/homebrew/bin/ginstall -c -m 644 gda-binreloc.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda'
Making install in sql-parser
( cd . && glib-mkenums \
	                --fhead "#include <sql-parser/gda-sql-parser.h>\n" \
	                --fhead "#include <sql-parser/gda-sql-statement.h>\n" \
	                --fhead "#include <glib-object.h>" \
                        --fprod "\n/* enumerations from \"@filename \" */" \
			--vhead "GType\n enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G Type@Value values[] = {" 	\
			--vprod "      { @VALUENAME@, \"@VALUENAME \", \"@valuenick \" }," \
			--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_ type@_register_static (\"@EnumName \", values);\n  }\n  return etype;\n}\n" \
		gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.c \
	&& (cmp -s tmp-gda-enum-types.c gda-sql-parser-enum-types.c || cp tmp-gda-enum-types.c gda-sql-parser-enum-types.c ) \
	&& rm -f tmp-gda-enum-types.c \
	&& echo timestamp > s-enum-types-c
/usr/bin/cc -o gen_def -DSRCDIR=\".\" ./gen_def.c
/usr/bin/cc -o lemon ./lemon.c
( cd . && glib-mkenums \
	                --fhead "#ifndef __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n#define __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
			--fprod "/* enumerations from \"@filename \" */\n" \
			--vhead "GType @enum_name _get_type (void);\n#define GDA_SQL_PARSER_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n" 	\
			--ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \
		gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.h \
	&& (cmp -s tmp-gda-enum-types.h gda-sql-parser-enum-types.h || cp tmp-gda-enum-types.h gda-sql-parser-enum-types.h ) \
	&& rm -f tmp-gda-enum-types.h	\
	&& echo timestamp > s-enum-types-h
./lemon -q -d ./delimiter.y ./lempar.c
./lemon -q -d ./parser.y ./lempar.c
./lemon -q -d ./parser.y ./lempar.c
3 parsing conflicts.
make[2]: [parser.h] Error 3 (ignored)
./lemon -q -d ./delimiter.y ./lempar.c
./gen_def > token_types.h
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sql-parser-enum-types.lo gda-sql-parser-enum-types.c
3 parsing conflicts.
make[2]: [parser.c] Error 3 (ignored)
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o delimiter.lo delimiter.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sql-parser-enum-types.c  -fno-common -DPIC -o .libs/gda-sql-parser-enum-types.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c delimiter.c  -fno-common -DPIC -o .libs/delimiter.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sql-parser-enum-types.c -o gda-sql-parser-enum-types.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-sql-parser.lo gda-sql-parser.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c delimiter.c -o delimiter.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sql-parser.c  -fno-common -DPIC -o .libs/gda-sql-parser.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct.lo gda-statement-struct.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct.c  -fno-common -DPIC -o .libs/gda-statement-struct.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-sql-parser.c -o gda-sql-parser.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct.c -o gda-statement-struct.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-compound.lo gda-statement-struct-compound.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-delete.lo gda-statement-struct-delete.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-compound.c  -fno-common -DPIC -o .libs/gda-statement-struct-compound.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-delete.c  -fno-common -DPIC -o .libs/gda-statement-struct-delete.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-delete.c -o gda-statement-struct-delete.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-compound.c -o gda-statement-struct-compound.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-update.lo gda-statement-struct-update.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-insert.lo gda-statement-struct-insert.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-update.c  -fno-common -DPIC -o .libs/gda-statement-struct-update.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-insert.c  -fno-common -DPIC -o .libs/gda-statement-struct-insert.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-update.c -o gda-statement-struct-update.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-insert.c -o gda-statement-struct-insert.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-parts.lo gda-statement-struct-parts.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-parts.c  -fno-common -DPIC -o .libs/gda-statement-struct-parts.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-pspec.lo gda-statement-struct-pspec.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-pspec.c  -fno-common -DPIC -o .libs/gda-statement-struct-pspec.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-pspec.c -o gda-statement-struct-pspec.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-select.lo gda-statement-struct-select.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-parts.c -o gda-statement-struct-parts.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-select.c  -fno-common -DPIC -o .libs/gda-statement-struct-select.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-select.c -o gda-statement-struct-select.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-trans.lo gda-statement-struct-trans.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-unknown.lo gda-statement-struct-unknown.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-trans.c  -fno-common -DPIC -o .libs/gda-statement-struct-trans.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-unknown.c  -fno-common -DPIC -o .libs/gda-statement-struct-unknown.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-unknown.c -o gda-statement-struct-unknown.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-trans.c -o gda-statement-struct-trans.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement-struct-util.lo gda-statement-struct-util.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o parser.lo parser.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-util.c  -fno-common -DPIC -o .libs/gda-statement-struct-util.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c parser.c  -fno-common -DPIC -o .libs/parser.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement-struct-util.c -o gda-statement-struct-util.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I./.. -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c parser.c -o parser.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda_sql_parser-4.0.la    gda-sql-parser-enum-types.lo parser.lo delimiter.lo gda-sql-parser.lo gda-statement-struct.lo gda-statement-struct-compound.lo gda-statement-struct-delete.lo gda-statement-struct-update.lo gda-statement-struct-insert.lo gda-statement-struct-parts.lo gda-statement-struct-pspec.lo gda-statement-struct-select.lo gda-statement-struct-trans.lo gda-statement-struct-unknown.lo gda-statement-struct-util.lo  
libtool: link: ar cru .libs/libgda_sql_parser-4.0.a .libs/gda-sql-parser-enum-types.o .libs/parser.o .libs/delimiter.o .libs/gda-sql-parser.o .libs/gda-statement-struct.o .libs/gda-statement-struct-compound.o .libs/gda-statement-struct-delete.o .libs/gda-statement-struct-update.o .libs/gda-statement-struct-insert.o .libs/gda-statement-struct-parts.o .libs/gda-statement-struct-pspec.o .libs/gda-statement-struct-select.o .libs/gda-statement-struct-trans.o .libs/gda-statement-struct-unknown.o .libs/gda-statement-struct-util.o 
libtool: link: ranlib .libs/libgda_sql_parser-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda_sql_parser-4.0.la" && ln -s "../libgda_sql_parser-4.0.la" "libgda_sql_parser-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sql-parser" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sql-parser"
 /opt/homebrew/bin/ginstall -c -m 644 gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h gda-sql-parser-enum-types.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/sql-parser'
Making install in providers-support
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-pstmt.lo gda-pstmt.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-pstmt.c  -fno-common -DPIC -o .libs/gda-pstmt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-pstmt.c -o gda-pstmt.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-psupport.la   gda-pstmt.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: ar cru .libs/libgda-psupport.a .libs/gda-pstmt.o 
libtool: link: ranlib .libs/libgda-psupport.a
libtool: link: ( cd ".libs" && rm -f "libgda-psupport.la" && ln -s "../libgda-psupport.la" "libgda-psupport.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/providers-support" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/providers-support"
 /opt/homebrew/bin/ginstall -c -m 644 gda-data-select-priv.h gda-pstmt.h gda-meta-column-types.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda/providers-support'
( cd . && glib-mkenums \
	                --fhead "#include <libgda/libgda.h>\n" \
	                --fhead "#include <glib-object.h>" \
                        --fprod "\n/* enumerations from \"@filename \" */" \
			--vhead "GType\n enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G Type@Value values[] = {" 	\
			--vprod "      { @VALUENAME@, \"@VALUENAME \", \"@valuenick \" }," \
			--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_ type@_register_static (\"@EnumName \", values);\n  }\n  return etype;\n}\n" \
		gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h  gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-transaction-status.h gda-transaction-status-private.h gda-util.h gda-value.h gda-xa-transaction.h libgda.h  ) > tmp-gda-enum-types.c \
	&& (cmp -s tmp-gda-enum-types.c gda-enum-types.c || cp tmp-gda-enum-types.c gda-enum-types.c ) \
	&& rm -f tmp-gda-enum-types.c \
	&& echo timestamp > s-enum-types-c
/opt/homebrew/bin/glib-genmarshal gda-marshal.list --body --prefix=_gda_marshal > gda-marshal.c
/opt/homebrew/bin/glib-genmarshal gda-marshal.list --header --prefix=_gda_marshal > gda-marshal.h
( cd . && glib-mkenums \
	                --fhead "#ifndef __LIBGDA_ENUM_TYPES_H__\n#define __LIBGDA_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
			--fprod "/* enumerations from \"@filename \" */\n" \
			--vhead "GType @enum_name _get_type (void);\n#define GDA_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n" 	\
			--ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \
		gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h  gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-transaction-status.h gda-transaction-status-private.h gda-util.h gda-value.h gda-xa-transaction.h libgda.h  ) > tmp-gda-enum-types.h \
	&& (cmp -s tmp-gda-enum-types.h gda-enum-types.h || cp tmp-gda-enum-types.h gda-enum-types.h ) \
	&& rm -f tmp-gda-enum-types.h	\
	&& echo timestamp > s-enum-types-h
/usr/bin/cc -g -o mkkeywordhash -DGDA_DEBUG ../libgda/sqlite/mkkeywordhash.c
./mkkeywordhash ../libgda/keywords.list > keywords_hash.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-enum-types.lo gda-enum-types.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o libcsv.lo libcsv.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-enum-types.c  -fno-common -DPIC -o .libs/gda-enum-types.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libcsv.c  -fno-common -DPIC -o .libs/libcsv.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libcsv.c -o libcsv.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-enum-types.c -o gda-enum-types.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-attributes-manager.lo gda-attributes-manager.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-attributes-manager.c  -fno-common -DPIC -o .libs/gda-attributes-manager.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-batch.lo gda-batch.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-batch.c  -fno-common -DPIC -o .libs/gda-batch.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-attributes-manager.c -o gda-attributes-manager.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-batch.c -o gda-batch.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o dir-blob-op.lo dir-blob-op.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c dir-blob-op.c  -fno-common -DPIC -o .libs/dir-blob-op.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-blob-op.lo gda-blob-op.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c dir-blob-op.c -o dir-blob-op.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-blob-op.c  -fno-common -DPIC -o .libs/gda-blob-op.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-column.lo gda-column.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-blob-op.c -o gda-blob-op.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-column.c  -fno-common -DPIC -o .libs/gda-column.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-config.lo gda-config.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-config.c  -fno-common -DPIC -o .libs/gda-config.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-column.c -o gda-column.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-connection.lo gda-connection.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-connection.c  -fno-common -DPIC -o .libs/gda-connection.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-config.c -o gda-config.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-connection-event.lo gda-connection-event.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-connection-event.c  -fno-common -DPIC -o .libs/gda-connection-event.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-connection-event.c -o gda-connection-event.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-custom-marshal.lo gda-custom-marshal.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-custom-marshal.c  -fno-common -DPIC -o .libs/gda-custom-marshal.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-custom-marshal.c -o gda-custom-marshal.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-connection.c -o gda-connection.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-comparator.lo gda-data-comparator.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-comparator.c  -fno-common -DPIC -o .libs/gda-data-comparator.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-comparator.c -o gda-data-comparator.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-handler.lo gda-data-handler.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-handler.c  -fno-common -DPIC -o .libs/gda-data-handler.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-handler.c -o gda-data-handler.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model-array.lo gda-data-model-array.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-array.c  -fno-common -DPIC -o .libs/gda-data-model-array.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model.lo gda-data-model.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model.c  -fno-common -DPIC -o .libs/gda-data-model.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-array.c -o gda-data-model-array.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model-dir.lo gda-data-model-dir.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-dir.c  -fno-common -DPIC -o .libs/gda-data-model-dir.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-dir.c -o gda-data-model-dir.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model.c -o gda-data-model.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model-dsn-list.lo gda-data-model-dsn-list.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-dsn-list.c  -fno-common -DPIC -o .libs/gda-data-model-dsn-list.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-dsn-list.c -o gda-data-model-dsn-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model-import.lo gda-data-model-import.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-model-iter.lo gda-data-model-iter.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-import.c  -fno-common -DPIC -o .libs/gda-data-model-import.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-iter.c  -fno-common -DPIC -o .libs/gda-data-model-iter.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-iter.c -o gda-data-model-iter.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-model-import.c -o gda-data-model-import.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-access-wrapper.lo gda-data-access-wrapper.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-access-wrapper.c  -fno-common -DPIC -o .libs/gda-data-access-wrapper.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-meta-wrapper.lo gda-data-meta-wrapper.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-access-wrapper.c -o gda-data-access-wrapper.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-meta-wrapper.c  -fno-common -DPIC -o .libs/gda-data-meta-wrapper.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-proxy.lo gda-data-proxy.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-proxy.c  -fno-common -DPIC -o .libs/gda-data-proxy.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-meta-wrapper.c -o gda-data-meta-wrapper.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-data-select.lo gda-data-select.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-select.c  -fno-common -DPIC -o .libs/gda-data-select.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-proxy.c -o gda-data-proxy.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-data-select.c -o gda-data-select.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-easy.lo gda-easy.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-easy.c  -fno-common -DPIC -o .libs/gda-easy.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-types.lo gda-types.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-types.c  -fno-common -DPIC -o .libs/gda-types.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-easy.c -o gda-easy.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-types.c -o gda-types.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-holder.lo gda-holder.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-holder.c  -fno-common -DPIC -o .libs/gda-holder.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-init.lo gda-init.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-init.c  -fno-common -DPIC -o .libs/gda-init.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-init.c -o gda-init.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-lockable.lo gda-lockable.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-holder.c -o gda-holder.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-lockable.c  -fno-common -DPIC -o .libs/gda-lockable.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-lockable.c -o gda-lockable.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-log.lo gda-log.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-log.c  -fno-common -DPIC -o .libs/gda-log.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-log.c -o gda-log.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-marshal.lo gda-marshal.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-meta-store.lo gda-meta-store.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-marshal.c  -fno-common -DPIC -o .libs/gda-marshal.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-store.c  -fno-common -DPIC -o .libs/gda-meta-store.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-marshal.c -o gda-marshal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-meta-struct.lo gda-meta-struct.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-struct.c  -fno-common -DPIC -o .libs/gda-meta-struct.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-struct.c -o gda-meta-struct.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-store.c -o gda-meta-store.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-meta-struct-io.lo gda-meta-struct-io.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-struct-io.c  -fno-common -DPIC -o .libs/gda-meta-struct-io.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-meta-struct-io.c -o gda-meta-struct-io.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-mutex.lo gda-mutex.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-quark-list.lo gda-quark-list.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-mutex.c  -fno-common -DPIC -o .libs/gda-mutex.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-quark-list.c  -fno-common -DPIC -o .libs/gda-quark-list.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-mutex.c -o gda-mutex.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-quark-list.c -o gda-quark-list.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-row.lo gda-row.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-row.c  -fno-common -DPIC -o .libs/gda-row.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-set.lo gda-set.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-set.c  -fno-common -DPIC -o .libs/gda-set.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-row.c -o gda-row.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-server-operation.lo gda-server-operation.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-operation.c  -fno-common -DPIC -o .libs/gda-server-operation.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-set.c -o gda-set.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-operation.c -o gda-server-operation.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-server-provider.lo gda-server-provider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-provider.c  -fno-common -DPIC -o .libs/gda-server-provider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-provider.c -o gda-server-provider.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-server-provider-extra.lo gda-server-provider-extra.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-statement.lo gda-statement.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-provider-extra.c  -fno-common -DPIC -o .libs/gda-server-provider-extra.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement.c  -fno-common -DPIC -o .libs/gda-statement.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-server-provider-extra.c -o gda-server-provider-extra.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-transaction-status.lo gda-transaction-status.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-transaction-status.c  -fno-common -DPIC -o .libs/gda-transaction-status.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-transaction-status.c -o gda-transaction-status.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-statement.c -o gda-statement.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-util.lo gda-util.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-util.c  -fno-common -DPIC -o .libs/gda-util.o
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-value.lo gda-value.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-value.c  -fno-common -DPIC -o .libs/gda-value.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-util.c -o gda-util.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-xa-transaction.lo gda-xa-transaction.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-value.c -o gda-value.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-xa-transaction.c  -fno-common -DPIC -o .libs/gda-xa-transaction.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-xa-transaction.c -o gda-xa-transaction.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\""4.0"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"   -DBDB_LIB=\"""\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include   -DHAVE_GIO  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o md5c.lo md5c.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c md5c.c  -fno-common -DPIC -o .libs/md5c.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda/sqlite -I../libgda -DABI_VERSION=\"4.0\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DBDB_LIB=\"\" -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -DHAVE_GIO -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c md5c.c -o md5c.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -version-info 4:0:0 -export-dynamic  -export-symbols-regex "^(gda_|fnYM49765777344607__gda).*"  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-4.0.la -rpath /opt/homebrew/Cellar/libgda/4.0.8/lib gda-enum-types.lo libcsv.lo gda-attributes-manager.lo gda-batch.lo dir-blob-op.lo  gda-blob-op.lo gda-column.lo gda-config.lo gda-connection.lo gda-connection-event.lo gda-custom-marshal.lo gda-data-comparator.lo gda-data-handler.lo gda-data-model-array.lo  gda-data-model.lo gda-data-model-dir.lo gda-data-model-dsn-list.lo gda-data-model-import.lo gda-data-model-iter.lo gda-data-access-wrapper.lo gda-data-meta-wrapper.lo gda-data-proxy.lo gda-data-select.lo gda-easy.lo gda-types.lo gda-holder.lo gda-init.lo gda-lockable.lo gda-log.lo gda-marshal.lo gda-meta-store.lo gda-meta-struct.lo gda-meta-struct-io.lo gda-mutex.lo gda-quark-list.lo gda-row.lo gda-set.lo gda-server-operation.lo gda-server-provider.lo gda-server-provider-extra.lo gda-statement.lo gda-transaction-status.lo gda-util.lo gda-value.lo gda-xa-transaction.lo md5c.lo sql-parser/libgda_sql_parser-4.0.la providers-support/libgda-psupport.la handlers/libgda_handlers-4.0.la binreloc/libgda_binreloc-4.0.la sqlite/libgda-sqlite.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon  -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl     
libtool: link: /usr/bin/nm  .libs/gda-enum-types.o .libs/libcsv.o .libs/gda-attributes-manager.o .libs/gda-batch.o .libs/dir-blob-op.o .libs/gda-blob-op.o .libs/gda-column.o .libs/gda-config.o .libs/gda-connection.o .libs/gda-connection-event.o .libs/gda-custom-marshal.o .libs/gda-data-comparator.o .libs/gda-data-handler.o .libs/gda-data-model-array.o .libs/gda-data-model.o .libs/gda-data-model-dir.o .libs/gda-data-model-dsn-list.o .libs/gda-data-model-import.o .libs/gda-data-model-iter.o .libs/gda-data-access-wrapper.o .libs/gda-data-meta-wrapper.o .libs/gda-data-proxy.o .libs/gda-data-select.o .libs/gda-easy.o .libs/gda-types.o .libs/gda-holder.o .libs/gda-init.o .libs/gda-lockable.o .libs/gda-log.o .libs/gda-marshal.o .libs/gda-meta-store.o .libs/gda-meta-struct.o .libs/gda-meta-struct-io.o .libs/gda-mutex.o .libs/gda-quark-list.o .libs/gda-row.o .libs/gda-set.o .libs/gda-server-operation.o .libs/gda-server-provider.o .libs/gda-server-provider-extra.o .libs/gda-statement.o .libs/gda-transaction-status.o .libs/gda-util.o .libs/gda-value.o .libs/gda-xa-transaction.o .libs/md5c.o   sql-parser/.libs/libgda_sql_parser-4.0.a providers-support/.libs/libgda-psupport.a handlers/.libs/libgda_handlers-4.0.a binreloc/.libs/libgda_binreloc-4.0.a sqlite/.libs/libgda-sqlite.a | sed -n -e 's/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgda-4.0.exp
libtool: link: /usr/bin/grep -E -e "^(gda_|fnYM49765777344607__gda).*" ".libs/libgda-4.0.exp" > ".libs/libgda-4.0.expT"
libtool: link: mv -f ".libs/libgda-4.0.expT" ".libs/libgda-4.0.exp"
libtool: link: (cd .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sql-parser/.libs/libgda_sql_parser-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/libgda-psupport.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/providers-support/.libs/libgda-psupport.a")
libtool: link: (cd .libs/libgda-4.0.lax/libgda_handlers-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/handlers/.libs/libgda_handlers-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/libgda_binreloc-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/binreloc/.libs/libgda_binreloc-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/libgda-sqlite.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sqlite/.libs/libgda-sqlite.a")
libtool: link: sed 's,^,_,' < .libs/libgda-4.0.exp > .libs/libgda-4.0-symbols.expsym
libtool: link: /usr/bin/cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgda-4.0.4.dylib  .libs/gda-enum-types.o .libs/libcsv.o .libs/gda-attributes-manager.o .libs/gda-batch.o .libs/dir-blob-op.o .libs/gda-blob-op.o .libs/gda-column.o .libs/gda-config.o .libs/gda-connection.o .libs/gda-connection-event.o .libs/gda-custom-marshal.o .libs/gda-data-comparator.o .libs/gda-data-handler.o .libs/gda-data-model-array.o .libs/gda-data-model.o .libs/gda-data-model-dir.o .libs/gda-data-model-dsn-list.o .libs/gda-data-model-import.o .libs/gda-data-model-iter.o .libs/gda-data-access-wrapper.o .libs/gda-data-meta-wrapper.o .libs/gda-data-proxy.o .libs/gda-data-select.o .libs/gda-easy.o .libs/gda-types.o .libs/gda-holder.o .libs/gda-init.o .libs/gda-lockable.o .libs/gda-log.o .libs/gda-marshal.o .libs/gda-meta-store.o .libs/gda-meta-struct.o .libs/gda-meta-struct-io.o .libs/gda-mutex.o .libs/gda-quark-list.o .libs/gda-row.o .libs/gda-set.o .libs/gda-server-operation.o .libs/gda-server-provider.o .libs/gda-server-provider-extra.o .libs/gda-statement.o .libs/gda-transaction-status.o .libs/gda-util.o .libs/gda-value.o .libs/gda-xa-transaction.o .libs/md5c.o   .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/delimiter.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-sql-parser-enum-types.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-sql-parser.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-compound.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-delete.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-insert.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-parts.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-pspec.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-select.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-trans.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-unknown.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-update.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct-util.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/gda-statement-struct.o .libs/libgda-4.0.lax/libgda_sql_parser-4.0.a/parser.o  .libs/libgda-4.0.lax/libgda-psupport.a/gda-pstmt.o  .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-bin.o .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-boolean.o .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-numerical.o .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-string.o .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-time.o .libs/libgda-4.0.lax/libgda_handlers-4.0.a/gda-handler-type.o  .libs/libgda-4.0.lax/libgda_binreloc-4.0.a/gda-binreloc.o  .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-blob-op.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-ddl.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-handler-bin.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-handler-boolean.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-meta.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-provider.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-pstmt.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-recordset.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-sqlite-util.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-vconnection-data-model.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-vconnection-hub.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-virtual-connection.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-virtual-provider.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-vprovider-data-model.o .libs/libgda-4.0.lax/libgda-sqlite.a/gda-vprovider-hub.o .libs/libgda-4.0.lax/libgda-sqlite.a/sqlite3.o   -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lxml2 -framework Carbon -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  -march=core2 -msse4.1   -framework Carbon -install_name  /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.4.dylib -compatibility_version 5 -current_version 5.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgda-4.0-symbols.expsym
libtool: link: dsymutil .libs/libgda-4.0.4.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgda-4.0.dylib" && ln -s "libgda-4.0.4.dylib" "libgda-4.0.dylib")
libtool: link: (cd .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sql-parser/.libs/libgda_sql_parser-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/lt2-libgda-psupport.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/providers-support/.libs/libgda-psupport.a")
libtool: link: (cd .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/handlers/.libs/libgda_handlers-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/lt4-libgda_binreloc-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/binreloc/.libs/libgda_binreloc-4.0.a")
libtool: link: (cd .libs/libgda-4.0.lax/lt5-libgda-sqlite.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/sqlite/.libs/libgda-sqlite.a")
libtool: link: ar cru .libs/libgda-4.0.a  gda-enum-types.o libcsv.o gda-attributes-manager.o gda-batch.o dir-blob-op.o gda-blob-op.o gda-column.o gda-config.o gda-connection.o gda-connection-event.o gda-custom-marshal.o gda-data-comparator.o gda-data-handler.o gda-data-model-array.o gda-data-model.o gda-data-model-dir.o gda-data-model-dsn-list.o gda-data-model-import.o gda-data-model-iter.o gda-data-access-wrapper.o gda-data-meta-wrapper.o gda-data-proxy.o gda-data-select.o gda-easy.o gda-types.o gda-holder.o gda-init.o gda-lockable.o gda-log.o gda-marshal.o gda-meta-store.o gda-meta-struct.o gda-meta-struct-io.o gda-mutex.o gda-quark-list.o gda-row.o gda-set.o gda-server-operation.o gda-server-provider.o gda-server-provider-extra.o gda-statement.o gda-transaction-status.o gda-util.o gda-value.o gda-xa-transaction.o md5c.o  .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/delimiter.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-sql-parser-enum-types.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-sql-parser.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-compound.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-delete.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-insert.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-parts.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-pspec.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-select.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-trans.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-unknown.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-update.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct-util.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/gda-statement-struct.o .libs/libgda-4.0.lax/lt1-libgda_sql_parser-4.0.a/parser.o  .libs/libgda-4.0.lax/lt2-libgda-psupport.a/gda-pstmt.o  .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-bin.o .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-boolean.o .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-numerical.o .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-string.o .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-time.o .libs/libgda-4.0.lax/lt3-libgda_handlers-4.0.a/gda-handler-type.o  .libs/libgda-4.0.lax/lt4-libgda_binreloc-4.0.a/gda-binreloc.o  .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-blob-op.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-ddl.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-handler-bin.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-handler-boolean.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-meta.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-provider.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-pstmt.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-recordset.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-sqlite-util.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-vconnection-data-model.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-vconnection-hub.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-virtual-connection.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-virtual-provider.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-vprovider-data-model.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/gda-vprovider-hub.o .libs/libgda-4.0.lax/lt5-libgda-sqlite.a/sqlite3.o 
libtool: link: ranlib .libs/libgda-4.0.a
libtool: link: rm -fr .libs/libgda-4.0.lax .libs/libgda-4.0.lax
libtool: link: ( cd ".libs" && rm -f "libgda-4.0.la" && ln -s "../libgda-4.0.la" "libgda-4.0.la" )
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/dtd" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/dtd"
 /bin/sh ../libtool   --mode=install /opt/homebrew/bin/ginstall -c   libgda-4.0.la '/opt/homebrew/Cellar/libgda/4.0.8/lib'
 /opt/homebrew/bin/ginstall -c -m 644 libgda-array.dtd libgda-paramlist.dtd libgda-server-operation.dtd '/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/dtd'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda"
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-4.0.4.dylib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.4.dylib
 /opt/homebrew/bin/ginstall -c -m 644 gda-marshal.h gda-enum-types.h gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda'
libtool: install: (cd /opt/homebrew/Cellar/libgda/4.0.8/lib && { ln -s -f libgda-4.0.4.dylib libgda-4.0.dylib || { rm -f libgda-4.0.dylib && ln -s libgda-4.0.4.dylib libgda-4.0.dylib; }; })
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-4.0.lai /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.la
 /opt/homebrew/bin/ginstall -c -m 644 gda-statement.h gda-statement-extra.h gda-transaction-status.h gda-transaction-status-private.h gda-util.h gda-value.h gda-xa-transaction.h libgda.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-4.0.a /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.a
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/gir-1.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/gir-1.0"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/girepository-1.0/" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/girepository-1.0/"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0"
 /opt/homebrew/bin/ginstall -c -m 644 information_schema.xml '/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0'
libtool: install: chmod 644 /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.a
libtool: install: ranlib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/homebrew/Cellar/libgda/4.0.8/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in providers
Making install in sqlite
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../../libgda/sqlite -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"    -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o libmain.lo libmain.c
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_dsn.xml.in sqlite_specs_dsn.xml
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../../libgda/sqlite -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c  -fno-common -DPIC -o .libs/libmain.o
Generating and caching the translation database
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../../libgda/sqlite -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c -o libmain.o >/dev/null 2>&1
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_db.xml.in sqlite_specs_create_db.xml
Generating and caching the translation database
Merging translations into sqlite_specs_dsn.xml.
Merging translations into sqlite_specs_create_db.xml.
CREATED sqlite_specs_dsn.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_db.xml.in sqlite_specs_drop_db.xml
CREATED sqlite_specs_create_db.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_table.xml.in sqlite_specs_create_table.xml
Found cached translation database
Found cached translation database
Merging translations into sqlite_specs_drop_db.xml.
Merging translations into sqlite_specs_create_table.xml.
CREATED sqlite_specs_drop_db.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_table.xml.in sqlite_specs_drop_table.xml
Found cached translation database
Merging translations into sqlite_specs_drop_table.xml.
CREATED sqlite_specs_drop_table.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_index.xml.in sqlite_specs_create_index.xml
CREATED sqlite_specs_create_table.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_index.xml.in sqlite_specs_drop_index.xml
Found cached translation database
Found cached translation database
Merging translations into sqlite_specs_drop_index.xml.
Merging translations into sqlite_specs_create_index.xml.
CREATED sqlite_specs_drop_index.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_rename_table.xml.in sqlite_specs_rename_table.xml
Found cached translation database
Merging translations into sqlite_specs_rename_table.xml.
CREATED sqlite_specs_create_index.xml
CREATED sqlite_specs_rename_table.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_add_column.xml.in sqlite_specs_add_column.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_view.xml.in sqlite_specs_create_view.xml
Found cached translation database
Found cached translation database
Merging translations into sqlite_specs_add_column.xml.
Merging translations into sqlite_specs_create_view.xml.
CREATED sqlite_specs_create_view.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_view.xml.in sqlite_specs_drop_view.xml
CREATED sqlite_specs_add_column.xml
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -export-symbols-regex "^(plugin_|Java_|g_module).*" -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-sqlite.la -rpath /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers libmain.lo ../../libgda/libgda-4.0.la  -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
Found cached translation database
Merging translations into sqlite_specs_drop_view.xml.
CREATED sqlite_specs_drop_view.xml
libtool: link: /usr/bin/nm  .libs/libmain.o   | sed -n -e 's/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgda-sqlite.exp
libtool: link: /usr/bin/grep -E -e "^(plugin_|Java_|g_module).*" ".libs/libgda-sqlite.exp" > ".libs/libgda-sqlite.expT"
libtool: link: mv -f ".libs/libgda-sqlite.expT" ".libs/libgda-sqlite.exp"
libtool: link: sed -e 's,^,_,' < .libs/libgda-sqlite.exp > .libs/libgda-sqlite-symbols.expsym
libtool: link: /usr/bin/cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgda-sqlite.so -bundle  .libs/libmain.o   -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon  -march=core2 -msse4.1   -framework Carbon -Wl,-exported_symbols_list,.libs/libgda-sqlite-symbols.expsym
libtool: link: dsymutil .libs/libgda-sqlite.so || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: ar cru .libs/libgda-sqlite.a  libmain.o
libtool: link: ranlib .libs/libgda-sqlite.a
libtool: link: ( cd ".libs" && rm -f "libgda-sqlite.la" && ln -s "../libgda-sqlite.la" "libgda-sqlite.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers"
 /opt/homebrew/bin/ginstall -c -m 644 libgda-sqlite-4.0.pc '/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig'
 /bin/sh ../../libtool   --mode=install /opt/homebrew/bin/ginstall -c   libgda-sqlite.la '/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0"
 /opt/homebrew/bin/ginstall -c -m 644 sqlite_specs_dsn.xml sqlite_specs_create_db.xml sqlite_specs_drop_db.xml sqlite_specs_create_table.xml sqlite_specs_drop_table.xml sqlite_specs_create_index.xml sqlite_specs_drop_index.xml sqlite_specs_rename_table.xml sqlite_specs_add_column.xml sqlite_specs_create_view.xml sqlite_specs_drop_view.xml '/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-sqlite.so /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-sqlite.so
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-sqlite.lai /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-sqlite.la
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-sqlite.a /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-sqlite.a
libtool: install: chmod 644 /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-sqlite.a
libtool: install: ranlib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-sqlite.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in skel-implementation
Making install in capi
/usr/bin/cc -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c
../../../libgda/sql-parser/lemon -q -d ./parser.y ../../../libgda/sql-parser/lempar.c
3 parsing conflicts.
make[3]: [parser.h] Error 3 (ignored)
/usr/bin/cc -g -o mkkeywordhash -DGDA_DEBUG ../../../libgda/sqlite/mkkeywordhash.c
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po capi_specs_dsn.xml.in capi_specs_dsn.xml
Found cached translation database
Merging translations into capi_specs_dsn.xml.
CREATED capi_specs_dsn.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po capi_specs_create_table.xml.in capi_specs_create_table.xml
./gen_def > capi_token_types.h
./mkkeywordhash ../../../providers/skel-implementation/capi/keywords.list > keywords_hash.c
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-blob-op.lo gda-capi-blob-op.c
Found cached translation database
Merging translations into capi_specs_create_table.xml.
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-blob-op.c  -fno-common -DPIC -o .libs/gda-capi-blob-op.o
CREATED capi_specs_create_table.xml
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-ddl.lo gda-capi-ddl.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-ddl.c  -fno-common -DPIC -o .libs/gda-capi-ddl.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-blob-op.c -o gda-capi-blob-op.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-ddl.c -o gda-capi-ddl.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-parser.lo gda-capi-parser.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-parser.c  -fno-common -DPIC -o .libs/gda-capi-parser.o
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-provider.lo gda-capi-provider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-provider.c  -fno-common -DPIC -o .libs/gda-capi-provider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-parser.c -o gda-capi-parser.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-pstmt.lo gda-capi-pstmt.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-pstmt.c  -fno-common -DPIC -o .libs/gda-capi-pstmt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-pstmt.c -o gda-capi-pstmt.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-provider.c -o gda-capi-provider.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-meta.lo gda-capi-meta.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-meta.c  -fno-common -DPIC -o .libs/gda-capi-meta.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-meta.c -o gda-capi-meta.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-capi-recordset.lo gda-capi-recordset.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-recordset.c  -fno-common -DPIC -o .libs/gda-capi-recordset.o
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o libmain.lo libmain.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c  -fno-common -DPIC -o .libs/libmain.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-capi-recordset.c -o gda-capi-recordset.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c -o libmain.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o parser.lo parser.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c parser.c  -fno-common -DPIC -o .libs/parser.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c parser.c -o parser.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -export-symbols-regex "^(plugin_|Java_|g_module).*" -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-capi.la  gda-capi-blob-op.lo gda-capi-ddl.lo gda-capi-parser.lo gda-capi-provider.lo gda-capi-pstmt.lo gda-capi-meta.lo gda-capi-recordset.lo libmain.lo parser.lo ../../../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon  
libtool: link: ar cru .libs/libgda-capi.a .libs/gda-capi-blob-op.o .libs/gda-capi-ddl.o .libs/gda-capi-parser.o .libs/gda-capi-provider.o .libs/gda-capi-pstmt.o .libs/gda-capi-meta.o .libs/gda-capi-recordset.o .libs/libmain.o .libs/parser.o 
libtool: link: ranlib .libs/libgda-capi.a
libtool: link: ( cd ".libs" && rm -f "libgda-capi.la" && ln -s "../libgda-capi.la" "libgda-capi.la" )
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in models
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-models-provider.lo gda-models-provider.c
/bin/sh ../../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o libmain.lo libmain.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c  -fno-common -DPIC -o .libs/libmain.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-models-provider.c  -fno-common -DPIC -o .libs/gda-models-provider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c -o libmain.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../.. -I../../../libgda/sqlite -I../../../libgda -I../../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-models-provider.c -o gda-models-provider.o >/dev/null 2>&1
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po models_specs_dsn.xml.in models_specs_dsn.xml
Found cached translation database
Merging translations into models_specs_dsn.xml.
/bin/sh ../../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -export-symbols-regex "^(plugin_|Java_|g_module).*" -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-models.la  gda-models-provider.lo libmain.lo ../../../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon  
CREATED models_specs_dsn.xml
libtool: link: ar cru .libs/libgda-models.a .libs/gda-models-provider.o .libs/libmain.o 
libtool: link: ranlib .libs/libgda-models.a
libtool: link: ( cd ".libs" && rm -f "libgda-models.la" && ln -s "../libgda-models.la" "libgda-models.la" )
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in jdbc
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-blob-op.lo gda-jdbc-blob-op.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-ddl.lo gda-jdbc-ddl.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-blob-op.c  -fno-common -DPIC -o .libs/gda-jdbc-blob-op.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-ddl.c  -fno-common -DPIC -o .libs/gda-jdbc-ddl.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-ddl.c -o gda-jdbc-ddl.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-blob-op.c -o gda-jdbc-blob-op.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-provider.lo gda-jdbc-provider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-provider.c  -fno-common -DPIC -o .libs/gda-jdbc-provider.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-pstmt.lo gda-jdbc-pstmt.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-pstmt.c  -fno-common -DPIC -o .libs/gda-jdbc-pstmt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-pstmt.c -o gda-jdbc-pstmt.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-meta.lo gda-jdbc-meta.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-meta.c  -fno-common -DPIC -o .libs/gda-jdbc-meta.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-provider.c -o gda-jdbc-provider.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-meta.c -o gda-jdbc-meta.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-recordset.lo gda-jdbc-recordset.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-jdbc-util.lo gda-jdbc-util.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-recordset.c  -fno-common -DPIC -o .libs/gda-jdbc-recordset.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-util.c  -fno-common -DPIC -o .libs/gda-jdbc-util.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-util.c -o gda-jdbc-util.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-recordset.c -o gda-jdbc-recordset.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o libmain.lo libmain.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c  -fno-common -DPIC -o .libs/libmain.o
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o jni-wrapper.lo jni-wrapper.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c libmain.c -o libmain.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c jni-wrapper.c  -fno-common -DPIC -o .libs/jni-wrapper.o
/usr/bin/javac -cp . -Xlint:unchecked -Xlint:deprecation -d ../../providers/jdbc provider.java meta.java derby.java h2.java
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c jni-wrapper.c -o jni-wrapper.o >/dev/null 2>&1
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-list-jdbc-providers.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-jdbc-test.c
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po jdbc_specs_dsn.xml.in jdbc_specs_dsn.xml
Found cached translation database
Merging translations into jdbc_specs_dsn.xml.
CREATED jdbc_specs_dsn.xml
LC_ALL=C /opt/homebrew/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po jdbc_specs_create_table.xml.in jdbc_specs_create_table.xml
Found cached translation database
Merging translations into jdbc_specs_create_table.xml.
CREATED jdbc_specs_create_table.xml
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-list-jdbc-providers-4.0 gda-list-jdbc-providers.o -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../../libgda/libgda-4.0.la 
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-list-jdbc-providers-4.0 gda-list-jdbc-providers.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/glib/2.24.1/lib ../../libgda/.libs/libgda-4.0.dylib -lxml2 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-jdbc-test gda-jdbc-test.o -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../../libgda/libgda-4.0.la 
/usr/bin/javah -classpath . -force `echo GdaJConnection.h | sed -e 's/\.h$//'`
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-jdbc-test gda-jdbc-test.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/glib/2.24.1/lib ../../libgda/.libs/libgda-4.0.dylib -lxml2 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -framework Carbon
/usr/bin/javah -classpath . -force `echo GdaJMeta.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJProvider.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJPStmt.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJResultSet.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJResultSetInfos.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJColumnInfos.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJBlobOp.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaJValue.h | sed -e 's/\.h$//'`
/usr/bin/javah -classpath . -force `echo GdaInputStream.h | sed -e 's/\.h$//'`
/usr/bin/jar cfm gdaprovider-4.0.jar ../../providers/jdbc/MANIFEST.MF *.class
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJConnection.lo GdaJConnection.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJConnection.c  -fno-common -DPIC -o .libs/GdaJConnection.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJConnection.c -o GdaJConnection.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJMeta.lo GdaJMeta.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJProvider.lo GdaJProvider.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJProvider.c  -fno-common -DPIC -o .libs/GdaJProvider.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJMeta.c  -fno-common -DPIC -o .libs/GdaJMeta.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJProvider.c -o GdaJProvider.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJMeta.c -o GdaJMeta.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJPStmt.lo GdaJPStmt.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJResultSet.lo GdaJResultSet.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJPStmt.c  -fno-common -DPIC -o .libs/GdaJPStmt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJResultSet.c  -fno-common -DPIC -o .libs/GdaJResultSet.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJResultSet.c -o GdaJResultSet.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJPStmt.c -o GdaJPStmt.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJResultSetInfos.lo GdaJResultSetInfos.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJColumnInfos.lo GdaJColumnInfos.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJResultSetInfos.c  -fno-common -DPIC -o .libs/GdaJResultSetInfos.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJColumnInfos.c  -fno-common -DPIC -o .libs/GdaJColumnInfos.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJResultSetInfos.c -o GdaJResultSetInfos.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJColumnInfos.c -o GdaJColumnInfos.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJBlobOp.lo GdaJBlobOp.c
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaJValue.lo GdaJValue.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJValue.c  -fno-common -DPIC -o .libs/GdaJValue.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJBlobOp.c  -fno-common -DPIC -o .libs/GdaJBlobOp.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJBlobOp.c -o GdaJBlobOp.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"""\" -DTOP_BUILD_DIR=\""../.."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o GdaInputStream.lo GdaInputStream.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaJValue.c -o GdaJValue.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaInputStream.c  -fno-common -DPIC -o .libs/GdaInputStream.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../.. -I../../libgda -I../.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/include/. -DJVM_PATH=\"\" -DTOP_BUILD_DIR=\"../..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c GdaInputStream.c -o GdaInputStream.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -export-dynamic -module -avoid-version  -export-symbols-regex "^(plugin_|Java_|g_module).*"  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-jdbc.la -rpath /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers gda-jdbc-blob-op.lo gda-jdbc-ddl.lo gda-jdbc-provider.lo gda-jdbc-pstmt.lo gda-jdbc-meta.lo gda-jdbc-recordset.lo gda-jdbc-util.lo libmain.lo jni-wrapper.lo GdaJConnection.lo GdaJMeta.lo GdaJProvider.lo GdaJPStmt.lo GdaJResultSet.lo GdaJResultSetInfos.lo GdaJColumnInfos.lo GdaJBlobOp.lo GdaJValue.lo GdaInputStream.lo  ../../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/nm  .libs/gda-jdbc-blob-op.o .libs/gda-jdbc-ddl.o .libs/gda-jdbc-provider.o .libs/gda-jdbc-pstmt.o .libs/gda-jdbc-meta.o .libs/gda-jdbc-recordset.o .libs/gda-jdbc-util.o .libs/libmain.o .libs/jni-wrapper.o .libs/GdaJConnection.o .libs/GdaJMeta.o .libs/GdaJProvider.o .libs/GdaJPStmt.o .libs/GdaJResultSet.o .libs/GdaJResultSetInfos.o .libs/GdaJColumnInfos.o .libs/GdaJBlobOp.o .libs/GdaJValue.o .libs/GdaInputStream.o   | sed -n -e 's/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgda-jdbc.exp
libtool: link: /usr/bin/grep -E -e "^(plugin_|Java_|g_module).*" ".libs/libgda-jdbc.exp" > ".libs/libgda-jdbc.expT"
libtool: link: mv -f ".libs/libgda-jdbc.expT" ".libs/libgda-jdbc.exp"
libtool: link: sed -e 's,^,_,' < .libs/libgda-jdbc.exp > .libs/libgda-jdbc-symbols.expsym
libtool: link: /usr/bin/cc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgda-jdbc.so -bundle  .libs/gda-jdbc-blob-op.o .libs/gda-jdbc-ddl.o .libs/gda-jdbc-provider.o .libs/gda-jdbc-pstmt.o .libs/gda-jdbc-meta.o .libs/gda-jdbc-recordset.o .libs/gda-jdbc-util.o .libs/libmain.o .libs/jni-wrapper.o .libs/GdaJConnection.o .libs/GdaJMeta.o .libs/GdaJProvider.o .libs/GdaJPStmt.o .libs/GdaJResultSet.o .libs/GdaJResultSetInfos.o .libs/GdaJColumnInfos.o .libs/GdaJBlobOp.o .libs/GdaJValue.o .libs/GdaInputStream.o   -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon  -march=core2 -msse4.1   -framework Carbon -Wl,-exported_symbols_list,.libs/libgda-jdbc-symbols.expsym
libtool: link: dsymutil .libs/libgda-jdbc.so || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: ar cru .libs/libgda-jdbc.a  gda-jdbc-blob-op.o gda-jdbc-ddl.o gda-jdbc-provider.o gda-jdbc-pstmt.o gda-jdbc-meta.o gda-jdbc-recordset.o gda-jdbc-util.o libmain.o jni-wrapper.o GdaJConnection.o GdaJMeta.o GdaJProvider.o GdaJPStmt.o GdaJResultSet.o GdaJResultSetInfos.o GdaJColumnInfos.o GdaJBlobOp.o GdaJValue.o GdaInputStream.o
libtool: link: ranlib .libs/libgda-jdbc.a
libtool: link: ( cd ".libs" && rm -f "libgda-jdbc.la" && ln -s "../libgda-jdbc.la" "libgda-jdbc.la" )
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers"
  /bin/sh ../../libtool   --mode=install /opt/homebrew/bin/ginstall -c gda-list-jdbc-providers-4.0 '/opt/homebrew/Cellar/libgda/4.0.8/bin'
 /opt/homebrew/bin/ginstall -c -m 644 gdaprovider-4.0.jar '/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig"
 /opt/homebrew/bin/ginstall -c -m 644 libgda-jdbc-4.0.pc '/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers"
 /bin/sh ../../libtool   --mode=install /opt/homebrew/bin/ginstall -c   libgda-jdbc.la '/opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/gda-list-jdbc-providers-4.0 /opt/homebrew/Cellar/libgda/4.0.8/bin/gda-list-jdbc-providers-4.0
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0"
 /opt/homebrew/bin/ginstall -c -m 644 jdbc_specs_dsn.xml jdbc_specs_create_table.xml '/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-jdbc.so /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-jdbc.so
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-jdbc.lai /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-jdbc.la
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-jdbc.a /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-jdbc.a
libtool: install: chmod 644 /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-jdbc.a
libtool: install: ranlib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers/libgda-jdbc.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-4.0/providers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in libgda-report
Making install in engine
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -I../../libgda/sqlite -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-report-engine.lo gda-report-engine.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -I../../libgda/sqlite -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-engine.c  -fno-common -DPIC -o .libs/gda-report-engine.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -I../../libgda/sqlite -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-engine.c -o gda-report-engine.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-report-engine-4.0.la   gda-report-engine.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../../libgda/libgda-4.0.la  
libtool: link: ar cru .libs/libgda-report-engine-4.0.a .libs/gda-report-engine.o 
libtool: link: ranlib .libs/libgda-report-engine-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-report-engine-4.0.la" && ln -s "../libgda-report-engine-4.0.la" "libgda-report-engine-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report"
 /opt/homebrew/bin/ginstall -c -m 644 gda-report-engine.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report'
Making install in DocBook
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-report-docbook-document.lo gda-report-docbook-document.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-docbook-document.c  -fno-common -DPIC -o .libs/gda-report-docbook-document.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-docbook-document.c -o gda-report-docbook-document.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-report-docbook-4.0.la   gda-report-docbook-document.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../../libgda/libgda-4.0.la 
libtool: link: ar cru .libs/libgda-report-docbook-4.0.a .libs/gda-report-docbook-document.o 
libtool: link: ranlib .libs/libgda-report-docbook-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-report-docbook-4.0.la" && ln -s "../libgda-report-docbook-4.0.la" "libgda-report-docbook-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report"
 /opt/homebrew/bin/ginstall -c -m 644 gda-report-docbook-document.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report'
Making install in RML
Making install in trml2html
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html"
 /opt/homebrew/bin/ginstall -c -m 644 __init__.py utils.py '/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html'
 /opt/homebrew/bin/ginstall -c trml2html.py '/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2html'
Making install in trml2pdf
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf"
 /opt/homebrew/bin/ginstall -c -m 644 __init__.py color.py utils.py '/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf'
 /opt/homebrew/bin/ginstall -c trml2pdf.py '/opt/homebrew/Cellar/libgda/4.0.8/bin/gda_trml2pdf'
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-report-rml-document.lo gda-report-rml-document.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-rml-document.c  -fno-common -DPIC -o .libs/gda-report-rml-document.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../../libgda-report -I../../libgda-report -I../.. -I../.. -I../../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-rml-document.c -o gda-report-rml-document.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-report-rml-4.0.la   gda-report-rml-document.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../../libgda/libgda-4.0.la 
libtool: link: ar cru .libs/libgda-report-rml-4.0.a .libs/gda-report-rml-document.o 
libtool: link: ranlib .libs/libgda-report-rml-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-report-rml-4.0.la" && ln -s "../libgda-report-rml-4.0.la" "libgda-report-rml-4.0.la" )
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report"
 /opt/homebrew/bin/ginstall -c -m 644 gda-report-rml-document.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report'
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-report-document.lo gda-report-document.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-document.c  -fno-common -DPIC -o .libs/gda-report-document.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-report-document.c -o gda-report-document.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -version-info 4:0:0  -export-symbols-regex "^(gda_|fnYM49765777344607__gda).*"  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-report-4.0.la -rpath /opt/homebrew/Cellar/libgda/4.0.8/lib  gda-report-document.lo engine/libgda-report-engine-4.0.la DocBook/libgda-report-docbook-4.0.la RML/libgda-report-rml-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/nm  .libs/gda-report-document.o   engine/.libs/libgda-report-engine-4.0.a DocBook/.libs/libgda-report-docbook-4.0.a RML/.libs/libgda-report-rml-4.0.a | sed -n -e 's/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgda-report-4.0.exp
libtool: link: /usr/bin/grep -E -e "^(gda_|fnYM49765777344607__gda).*" ".libs/libgda-report-4.0.exp" > ".libs/libgda-report-4.0.expT"
libtool: link: mv -f ".libs/libgda-report-4.0.expT" ".libs/libgda-report-4.0.exp"
libtool: link: (cd .libs/libgda-report-4.0.lax/libgda-report-engine-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/engine/.libs/libgda-report-engine-4.0.a")
libtool: link: (cd .libs/libgda-report-4.0.lax/libgda-report-docbook-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/DocBook/.libs/libgda-report-docbook-4.0.a")
libtool: link: (cd .libs/libgda-report-4.0.lax/libgda-report-rml-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/RML/.libs/libgda-report-rml-4.0.a")
libtool: link: sed 's,^,_,' < .libs/libgda-report-4.0.exp > .libs/libgda-report-4.0-symbols.expsym
libtool: link: /usr/bin/cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgda-report-4.0.4.dylib  .libs/gda-report-document.o   .libs/libgda-report-4.0.lax/libgda-report-engine-4.0.a/gda-report-engine.o  .libs/libgda-report-4.0.lax/libgda-report-docbook-4.0.a/gda-report-docbook-document.o  .libs/libgda-report-4.0.lax/libgda-report-rml-4.0.a/gda-report-rml-document.o   -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/glib/2.24.1/lib /private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda/.libs/libgda-4.0.dylib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon  -march=core2 -msse4.1   -framework Carbon -install_name  /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.4.dylib -compatibility_version 5 -current_version 5.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgda-report-4.0-symbols.expsym
libtool: link: dsymutil .libs/libgda-report-4.0.4.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgda-report-4.0.dylib" && ln -s "libgda-report-4.0.4.dylib" "libgda-report-4.0.dylib")
libtool: link: (cd .libs/libgda-report-4.0.lax/lt1-libgda-report-engine-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/engine/.libs/libgda-report-engine-4.0.a")
libtool: link: (cd .libs/libgda-report-4.0.lax/lt2-libgda-report-docbook-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/DocBook/.libs/libgda-report-docbook-4.0.a")
libtool: link: (cd .libs/libgda-report-4.0.lax/lt3-libgda-report-rml-4.0.a && ar x "/private/tmp/homebrew-libgda-4.0.8-Cmcj/libgda-4.0.8/libgda-report/RML/.libs/libgda-report-rml-4.0.a")
libtool: link: ar cru .libs/libgda-report-4.0.a  gda-report-document.o  .libs/libgda-report-4.0.lax/lt1-libgda-report-engine-4.0.a/gda-report-engine.o  .libs/libgda-report-4.0.lax/lt2-libgda-report-docbook-4.0.a/gda-report-docbook-document.o  .libs/libgda-report-4.0.lax/lt3-libgda-report-rml-4.0.a/gda-report-rml-document.o 
libtool: link: ranlib .libs/libgda-report-4.0.a
libtool: link: rm -fr .libs/libgda-report-4.0.lax .libs/libgda-report-4.0.lax
libtool: link: ( cd ".libs" && rm -f "libgda-report-4.0.la" && ln -s "../libgda-report-4.0.la" "libgda-report-4.0.la" )
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report"
 /bin/sh ../libtool   --mode=install /opt/homebrew/bin/ginstall -c   libgda-report-4.0.la '/opt/homebrew/Cellar/libgda/4.0.8/lib'
 /opt/homebrew/bin/ginstall -c -m 644 libgda-report.h gda-report-document.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-report'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-report-4.0.4.dylib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.4.dylib
libtool: install: (cd /opt/homebrew/Cellar/libgda/4.0.8/lib && { ln -s -f libgda-report-4.0.4.dylib libgda-report-4.0.dylib || { rm -f libgda-report-4.0.dylib && ln -s libgda-report-4.0.4.dylib libgda-report-4.0.dylib; }; })
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-report-4.0.lai /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.la
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-report-4.0.a /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.a
libtool: install: chmod 644 /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.a
libtool: install: ranlib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-report-4.0.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/homebrew/Cellar/libgda/4.0.8/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in libgda-xslt
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2   -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o sqlexslt.lo sqlexslt.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2   -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o sql_exslt_internal.lo sql_exslt_internal.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sql_exslt_internal.c  -fno-common -DPIC -o .libs/sql_exslt_internal.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sqlexslt.c  -fno-common -DPIC -o .libs/sqlexslt.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sqlexslt.c -o sqlexslt.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sql_exslt_internal.c -o sql_exslt_internal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2   -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o sql_backend.lo sql_backend.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sql_backend.c  -fno-common -DPIC -o .libs/sql_backend.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I../libgda-report -I../libgda-report -I.. -I.. -I../libgda/sqlite -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/usr/include/libxml2 -DHAVE_LIBXSLT -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c sql_backend.c -o sql_backend.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -version-info 4:0:0  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-xslt-4.0.la -rpath /opt/homebrew/Cellar/libgda/4.0.8/lib  sqlexslt.lo sql_exslt_internal.lo sql_backend.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon -lxslt -lz -lpthread -licucore -lm -lxml2   ../libgda/libgda-4.0.la 
libtool: link: /usr/bin/cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgda-xslt-4.0.4.dylib  .libs/sqlexslt.o .libs/sql_exslt_internal.o .libs/sql_backend.o   -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -framework Carbon -lxslt -lz -lpthread -licucore -lm -lxml2 ../libgda/.libs/libgda-4.0.dylib  -march=core2 -msse4.1   -framework Carbon -install_name  /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.4.dylib -compatibility_version 5 -current_version 5.0 -Wl,-single_module
libtool: link: dsymutil .libs/libgda-xslt-4.0.4.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgda-xslt-4.0.dylib" && ln -s "libgda-xslt-4.0.4.dylib" "libgda-xslt-4.0.dylib")
libtool: link: ar cru .libs/libgda-xslt-4.0.a  sqlexslt.o sql_exslt_internal.o sql_backend.o
libtool: link: ranlib .libs/libgda-xslt-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-xslt-4.0.la" && ln -s "../libgda-xslt-4.0.la" "libgda-xslt-4.0.la" )
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-xslt" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-xslt"
 /bin/sh ../libtool   --mode=install /opt/homebrew/bin/ginstall -c   libgda-xslt-4.0.la '/opt/homebrew/Cellar/libgda/4.0.8/lib'
 /opt/homebrew/bin/ginstall -c -m 644 libgda-xslt.h '/opt/homebrew/Cellar/libgda/4.0.8/include/libgda-4.0/libgda-xslt'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-xslt-4.0.4.dylib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.4.dylib
libtool: install: (cd /opt/homebrew/Cellar/libgda/4.0.8/lib && { ln -s -f libgda-xslt-4.0.4.dylib libgda-xslt-4.0.dylib || { rm -f libgda-xslt-4.0.dylib && ln -s libgda-xslt-4.0.4.dylib libgda-xslt-4.0.dylib; }; })
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-xslt-4.0.lai /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.la
libtool: install: /opt/homebrew/bin/ginstall -c .libs/libgda-xslt-4.0.a /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.a
libtool: install: chmod 644 /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.a
libtool: install: ranlib /opt/homebrew/Cellar/libgda/4.0.8/lib/libgda-xslt-4.0.a
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/homebrew/Cellar/libgda/4.0.8/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in tools
Makefile:909: warning: overriding commands for target `uninstall-local'
Makefile:892: warning: ignoring old commands for target `uninstall-local'
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-list-config.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-sql.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-threader.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c tools-input.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c command-exec.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o md5c.o `test -f '../libgda/md5c.c' || echo './'`../libgda/md5c.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-list-server-op.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda/sqlite -I../libgda -I. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DROOT_DIR=\"".."\"  -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c information-schema-doc.c
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-list-config-4.0 gda-list-config.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-list-config-4.0 gda-list-config.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-list-server-op-4.0 gda-list-server-op.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o information-schema-doc information-schema-doc.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-list-server-op-4.0 gda-list-server-op.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/information-schema-doc information-schema-doc.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-sql-4.0 gda-sql.o gda-threader.o tools-input.o command-exec.o md5c.o   ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon -lreadline -lncurses -lhistory   
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-sql-4.0 gda-sql.o gda-threader.o tools-input.o command-exec.o md5c.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -lreadline -lncurses -lhistory -framework Carbon
Makefile:909: warning: overriding commands for target `uninstall-local'
Makefile:892: warning: ignoring old commands for target `uninstall-local'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin"
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/man/man1" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/man/man1"
  /bin/sh ../libtool   --mode=install /opt/homebrew/bin/ginstall -c gda-list-config-4.0 gda-sql-4.0 gda-list-server-op-4.0 '/opt/homebrew/Cellar/libgda/4.0.8/bin'
 /opt/homebrew/bin/ginstall -c -m 644 gda-sql-4.0.1 '/opt/homebrew/Cellar/libgda/4.0.8/share/man/man1'
test -z "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/web" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/web"
 /opt/homebrew/bin/ginstall -c -m 644 cnc.js md5.js jquery.js mouseapp_2.js mouseirb_2.js irb.js gda.css gda-print.css irb.css '/opt/homebrew/Cellar/libgda/4.0.8/share/libgda-4.0/web'
make  install-data-hook
libtool: install: /opt/homebrew/bin/ginstall -c .libs/gda-list-config-4.0 /opt/homebrew/Cellar/libgda/4.0.8/bin/gda-list-config-4.0
Makefile:909: warning: overriding commands for target `uninstall-local'
Makefile:892: warning: ignoring old commands for target `uninstall-local'
cd /opt/homebrew/Cellar/libgda/4.0.8/share/man/man1
rm -f gda-sql.1
ln -s gda-sql-4.0.1 gda-sql.1
libtool: install: /opt/homebrew/bin/ginstall -c .libs/gda-sql-4.0 /opt/homebrew/Cellar/libgda/4.0.8/bin/gda-sql-4.0
libtool: install: /opt/homebrew/bin/ginstall -c .libs/gda-list-server-op-4.0 /opt/homebrew/Cellar/libgda/4.0.8/bin/gda-list-server-op-4.0
make  install-exec-hook
Makefile:909: warning: overriding commands for target `uninstall-local'
Makefile:892: warning: ignoring old commands for target `uninstall-local'
cd /opt/homebrew/Cellar/libgda/4.0.8/bin \
	&& rm -f gda-list-config gda-sql gda-list-server-op \
	&& ln -s gda-list-config-4.0 gda-list-config \
	&& ln -s gda-sql-4.0 gda-sql \
	&& ln -s gda-list-server-op-4.0 gda-list-server-op
Making install in tests
Making install in providers
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in parser
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in value-holders
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in meta-store
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in data-models
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in multi-threading
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"".."\" -DTOP_BUILD_DIR=\"".."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o gda-ddl-creator.lo gda-ddl-creator.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"".."\" -DTOP_BUILD_DIR=\"".."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o test-cnc-utils.lo test-cnc-utils.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-ddl-creator.c  -fno-common -DPIC -o .libs/gda-ddl-creator.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c test-cnc-utils.c  -fno-common -DPIC -o .libs/test-cnc-utils.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c test-cnc-utils.c -o test-cnc-utils.o >/dev/null 2>&1
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c gda-ddl-creator.c -o gda-ddl-creator.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"".."\" -DTOP_BUILD_DIR=\"".."\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c -o data-model-errors.lo data-model-errors.c
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c data-model-errors.c  -fno-common -DPIC -o .libs/data-model-errors.o
libtool: compile:  /usr/bin/cc "-DPACKAGE_NAME=\"GNU Data Access\"" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" "-DPACKAGE_STRING=\"GNU Data Access 4.0.8\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I. -I.. -I.. -I../libgda -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2 -DLIBGDA_ABI_NAME=\"libgda-4.0\" -DCHECK_FILES=\"..\" -DTOP_BUILD_DIR=\"..\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include -O3 -march=core2 -msse4.1 -w -pipe -c data-model-errors.c -o data-model-errors.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe -version-info 4:0:0  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o libgda-test-4.0.la   gda-ddl-creator.lo test-cnc-utils.lo data-model-errors.lo -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon ../libgda/libgda-4.0.la  
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libgda-test-4.0.a .libs/gda-ddl-creator.o .libs/test-cnc-utils.o .libs/data-model-errors.o 
libtool: link: ranlib .libs/libgda-test-4.0.a
libtool: link: ( cd ".libs" && rm -f "libgda-test-4.0.la" && ln -s "../libgda-test-4.0.la" "libgda-test-4.0.la" )
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in testing
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I../libgda -I.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-test-connection.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I../libgda -I.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-test-blob.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I../libgda -I.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c html.c
/usr/bin/cc -DPACKAGE_NAME=\"GNU\ Data\ Access\" -DPACKAGE_TARNAME=\"libgda\" -DPACKAGE_VERSION=\"4.0.8\" -DPACKAGE_STRING=\"GNU\ Data\ Access\ 4.0.8\" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DPACKAGE_URL=\"http://www.gnu.org/software/libgda/\"; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG_INT=8 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DGETTEXT_PACKAGE=\"libgda-4.0\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DHAVE_CARBON=1 -DHAVE_LDAP=1 -DHAVE_JAVA=1 -DHAVE_READLINE=1 -DHAVE_HISTORY=1 -DGDA_DEBUG=1 -I.  -I.. -I../libgda -I.. -D_REENTRANT -I/opt/homebrew/Cellar/glib/2.24.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.24.1/lib/glib-2.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/usr/include/libxml2   -DLIBGDA_ABI_NAME=\"libgda-4.0\" -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -I/opt/homebrew/Cellar/readline/6.0/include -I/opt/homebrew/Cellar/gettext/0.17/include -isystem /opt/homebrew/include  -O3 -march=core2 -msse4.1 -w -pipe -c gda-provider-status.c
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-test-connection-4.0 gda-test-connection.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-test-connection-4.0 gda-test-connection.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-test-blob gda-test-blob.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
/bin/sh ../libtool --tag=CC   --mode=link /usr/bin/cc  -O3 -march=core2 -msse4.1 -w -pipe  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib -o gda-provider-status html.o gda-provider-status.o ../libgda/libgda-4.0.la -L/opt/homebrew/Cellar/glib/2.24.1/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2   -framework Carbon 
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-test-blob gda-test-blob.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
libtool: link: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o .libs/gda-provider-status html.o gda-provider-status.o  -L/opt/homebrew/Cellar/readline/6.0/lib -L/opt/homebrew/Cellar/gettext/0.17/lib -L/opt/homebrew/lib ../libgda/.libs/libgda-4.0.dylib -L/opt/homebrew/Cellar/glib/2.24.1/lib -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lxml2 -framework Carbon
test -z "/opt/homebrew/Cellar/libgda/4.0.8/bin" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/bin"
make[2]: Nothing to be done for `install-data-am'.
  /bin/sh ../libtool   --mode=install /opt/homebrew/bin/ginstall -c gda-test-connection-4.0 '/opt/homebrew/Cellar/libgda/4.0.8/bin'
libtool: install: /opt/homebrew/bin/ginstall -c .libs/gda-test-connection-4.0 /opt/homebrew/Cellar/libgda/4.0.8/bin/gda-test-connection-4.0
Making install in data
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/etc/libgda-4.0" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/etc/libgda-4.0"
 /opt/homebrew/bin/ginstall -c -m 644 config sales_test.db '/opt/homebrew/Cellar/libgda/4.0.8/etc/libgda-4.0'
Making install in doc
Making install in C
make[3]: Nothing to be done for `install-exec-am'.
installfiles=`echo ./html/*`; \
	if test "$installfiles" = './html/*'; \
	then echo '-- Nothing to install' ; \
	else \
	  if test -n ""; then \
	    installdir="/opt/homebrew/Cellar/libgda/4.0.8/share/gtk-doc/html/libgda-4.0-"; \
	  else \
	    installdir="/opt/homebrew/Cellar/libgda/4.0.8/share/gtk-doc/html/libgda-4.0"; \
	  fi; \
	  /bin/sh ../../mkinstalldirs ${installdir} ; \
	  for i in $installfiles; do \
	    echo '-- Installing '$i ; \
	    /opt/homebrew/bin/ginstall -c -m 644 $i ${installdir}; \
	  done; \
	  if test -n ""; then \
	    mv -f ${installdir}/libgda-4.0.devhelp2 \
	      ${installdir}/libgda-4.0-.devhelp2; \
	    mv -f ${installdir}/libgda-4.0.devhelp \
	      ${installdir}/libgda-4.0-.devhelp; \
	  fi; \
	  ! which gtkdoc-rebase >/dev/null 2>&1 || \
	    gtkdoc-rebase --relative --dest-dir= --html-dir=${installdir} ; \
	fi
mkdir /opt/homebrew/Cellar/libgda/4.0.8/share/gtk-doc
mkdir /opt/homebrew/Cellar/libgda/4.0.8/share/gtk-doc/html
mkdir /opt/homebrew/Cellar/libgda/4.0.8/share/gtk-doc/html/libgda-4.0
-- Installing ./html/DataModels.png
-- Installing ./html/GdaBatch.html
-- Installing ./html/GdaBlobOp.html
-- Installing ./html/GdaColumn.html
-- Installing ./html/GdaConnection.html
-- Installing ./html/GdaConnectionEvent.html
-- Installing ./html/GdaDataAccessWrapper.html
-- Installing ./html/GdaDataModel.html
-- Installing ./html/GdaDataModelArray.html
-- Installing ./html/GdaDataModelBdb.html
-- Installing ./html/GdaDataModelDir.html
-- Installing ./html/GdaDataModelImport.html
-- Installing ./html/GdaDataModelIter.html
-- Installing ./html/GdaDataModelIter.png
-- Installing ./html/GdaDataProxy.html
-- Installing ./html/GdaDataSelect.html
-- Installing ./html/GdaHandlerBin.html
-- Installing ./html/GdaHandlerBoolean.html
-- Installing ./html/GdaHandlerNumerical.html
-- Installing ./html/GdaHandlerString.html
-- Installing ./html/GdaHandlerTime.html
-- Installing ./html/GdaHandlerType.html
-- Installing ./html/GdaHolder.html
-- Installing ./html/GdaLockable.html
-- Installing ./html/GdaMetaStore.html
-- Installing ./html/GdaMetaStoreCustomData.html
-- Installing ./html/GdaMetaStruct.html
-- Installing ./html/GdaPStmt.html
-- Installing ./html/GdaReportDocbookDocument.html
-- Installing ./html/GdaReportDocument.html
-- Installing ./html/GdaReportEngine.html
-- Installing ./html/GdaReportRmlDocument.html
-- Installing ./html/GdaRow.html
-- Installing ./html/GdaServerOperation.html
-- Installing ./html/GdaServerProvider.html
-- Installing ./html/GdaSet.html
-- Installing ./html/GdaSqlParser.html
-- Installing ./html/GdaStatement.html
-- Installing ./html/GdaTransactionStatus.html
-- Installing ./html/GdaVconnectionDataModel.html
-- Installing ./html/GdaVconnectionHub.html
-- Installing ./html/GdaVirtualConnection.html
-- Installing ./html/GdaVirtualProvider.html
-- Installing ./html/GdaVproviderDataModel.html
-- Installing ./html/GdaVproviderHub.html
-- Installing ./html/MetaStore1.png
-- Installing ./html/MetaStore2.png
-- Installing ./html/SqlIdentifiers.png
-- Installing ./html/architecture.html
-- Installing ./html/architecture.png
-- Installing ./html/ch05s03.html
-- Installing ./html/ch06s02.html
-- Installing ./html/ch06s03.html
-- Installing ./html/ch07s02.html
-- Installing ./html/ch07s03.html
-- Installing ./html/ch07s07.html
-- Installing ./html/ch09.html
-- Installing ./html/ch10s02.html
-- Installing ./html/ch10s06.html
-- Installing ./html/ch10s07.html
-- Installing ./html/ch10s10.html
-- Installing ./html/ch10s11.html
-- Installing ./html/ch10s12.html
-- Installing ./html/ch11.html
-- Installing ./html/ch18.html
-- Installing ./html/ch26.html
-- Installing ./html/ch29.html
-- Installing ./html/ch30s02.html
-- Installing ./html/ch30s03.html
-- Installing ./html/ch32s02.html
-- Installing ./html/ch33s02.html
-- Installing ./html/ch33s03.html
-- Installing ./html/ch33s04.html
-- Installing ./html/ch35s02.html
-- Installing ./html/ch35s03.html
-- Installing ./html/ch35s04.html
-- Installing ./html/ch35s05.html
-- Installing ./html/ch35s06.html
-- Installing ./html/ch35s07.html
-- Installing ./html/ch35s08.html
-- Installing ./html/ch35s10.html
-- Installing ./html/ch38s02.html
-- Installing ./html/ch40s02.html
-- Installing ./html/ch40s03.html
-- Installing ./html/ch40s04.html
-- Installing ./html/ch40s05.html
-- Installing ./html/ch40s06.html
-- Installing ./html/ch40s07.html
-- Installing ./html/compiling.html
-- Installing ./html/connection.html
-- Installing ./html/connections.html
-- Installing ./html/data-model.html
-- Installing ./html/data-select.html
-- Installing ./html/data_conv.html
-- Installing ./html/data_models.html
-- Installing ./html/data_proxy1.png
-- Installing ./html/data_proxy2.png
-- Installing ./html/data_proxy3.png
-- Installing ./html/data_proxy4.png
-- Installing ./html/data_proxy5.png
-- Installing ./html/data_validation_holder.png
-- Installing ./html/data_validation_proxy.png
-- Installing ./html/data_validation_set.png
-- Installing ./html/ddl_example.html
-- Installing ./html/fdl-section1.html
-- Installing ./html/fdl-section10.html
-- Installing ./html/fdl-section2.html
-- Installing ./html/fdl-section3.html
-- Installing ./html/fdl-section4.html
-- Installing ./html/fdl-section5.html
-- Installing ./html/fdl-section6.html
-- Installing ./html/fdl-section7.html
-- Installing ./html/fdl-section8.html
-- Installing ./html/fdl-section9.html
-- Installing ./html/fdl-using.html
-- Installing ./html/fdl.html
-- Installing ./html/features.html
-- Installing ./html/gda-dict.html
-- Installing ./html/gda-sql-graph.png
-- Installing ./html/gda-sql-manual-dsn.html
-- Installing ./html/gda-sql-manual-icommands.html
-- Installing ./html/gda-sql-manual-open.html
-- Installing ./html/gda-sql-manual-run.html
-- Installing ./html/gda-sql.html
-- Installing ./html/gen:blobs.html
-- Installing ./html/getting_started.html
-- Installing ./html/home.png
-- Installing ./html/howto-exec-non-select.html
-- Installing ./html/howto-exec-select.html
-- Installing ./html/howto-exec.png
-- Installing ./html/howto-meta1.html
-- Installing ./html/howto-meta2.html
-- Installing ./html/howto-modify-select.html
-- Installing ./html/howto.html
-- Installing ./html/i_s_data_types.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/information_schema.html
-- Installing ./html/information_schema.png
-- Installing ./html/init_config.html
-- Installing ./html/installation-configuring.html
-- Installing ./html/installation-installing.html
-- Installing ./html/installation.html
-- Installing ./html/introduction.html
-- Installing ./html/ix01.html
-- Installing ./html/left.png
-- Installing ./html/libgda-4.0.devhelp
-- Installing ./html/libgda-4.0.devhelp2
-- Installing ./html/libgda-40-Attributes-manager.html
-- Installing ./html/libgda-40-Configuration.html
-- Installing ./html/libgda-40-Convenience-functions.html
-- Installing ./html/libgda-40-Default-Data-handlers.html
-- Installing ./html/libgda-40-Gda-Value.html
-- Installing ./html/libgda-40-GdaDataComparator.html
-- Installing ./html/libgda-40-GdaMutex.html
-- Installing ./html/libgda-40-GdaServerOperation-individual-nodes.html
-- Installing ./html/libgda-40-GdaServerOperation-sequences.html
-- Installing ./html/libgda-40-GdaSqlStatement.html
-- Installing ./html/libgda-40-GdaXaTransaction.html
-- Installing ./html/libgda-40-Libgda-Initialization.html
-- Installing ./html/libgda-40-Logging.html
-- Installing ./html/libgda-40-Misc-API.html
-- Installing ./html/libgda-40-Quark-lists.html
-- Installing ./html/libgda-40-SQL-rendering-API.html
-- Installing ./html/libgda-40-Subclassing-GdaDataSelect.html
-- Installing ./html/libgda-40-Utility-functions.html
-- Installing ./html/libgda-list-server-op.html
-- Installing ./html/libgda-packaging.html
-- Installing ./html/libgda-provider-blobop.html
-- Installing ./html/libgda-provider-class.html
-- Installing ./html/libgda-provider-pack.html
-- Installing ./html/libgda-provider-parser.html
-- Installing ./html/libgda-provider-recordset.html
-- Installing ./html/libgda-reports-introduction.html
-- Installing ./html/libgda-sql.html
-- Installing ./html/libgda-tools-introduction.html
-- Installing ./html/libgda-tools-list-config.html
-- Installing ./html/libgda-tools-test-connection.html
-- Installing ./html/libgda-xslt-api.html
-- Installing ./html/libgda-xslt-introduction.html
-- Installing ./html/limitations.html
-- Installing ./html/limitations_jdbc.html
-- Installing ./html/limitations_mysql.html
-- Installing ./html/limitations_oracle.html
-- Installing ./html/limitations_postgres.html
-- Installing ./html/limitations_sqlite.html
-- Installing ./html/main_example.html
-- Installing ./html/managing-errors.html
-- Installing ./html/migration-1.html
-- Installing ./html/migration-2-dict.html
-- Installing ./html/migration-2-exec.html
-- Installing ./html/migration-2-report.html
-- Installing ./html/migration-2.html
-- Installing ./html/misc.html
-- Installing ./html/other_examples.html
-- Installing ./html/parser_gen.png
-- Installing ./html/parser_prov.png
-- Installing ./html/part_begin.html
-- Installing ./html/part_index.html
-- Installing ./html/part_libgda-reports.html
-- Installing ./html/part_libgda-xslt.html
-- Installing ./html/part_libgda_api.html
-- Installing ./html/part_providers.html
-- Installing ./html/part_tools.html
-- Installing ./html/parts.png
-- Installing ./html/prov-metadata.html
-- Installing ./html/psupport.html
-- Installing ./html/pt08.html
-- Installing ./html/right.png
-- Installing ./html/stmt-compound.png
-- Installing ./html/stmt-insert1.png
-- Installing ./html/stmt-insert2.png
-- Installing ./html/stmt-select.png
-- Installing ./html/stmt-unknown.png
-- Installing ./html/stmt-update.png
-- Installing ./html/style.css
-- Installing ./html/transactions.html
-- Installing ./html/up.png
-- Installing ./html/virtual_connection.html
-- Installing ./html/writable_data_model.png
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig" || /opt/homebrew/bin/gmkdir -p "/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig"
 /opt/homebrew/bin/ginstall -c -m 644 libgda-4.0.pc libgda-report-4.0.pc libgda-xslt-4.0.pc '/opt/homebrew/Cellar/libgda/4.0.8/lib/pkgconfig'

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]