make still failing

make still failing

am 20.09.2011 04:21:33 von Chip Nowacek

--20cf305b122e706f6a04ad561f28
Content-Type: text/plain; charset=ISO-8859-1

I worked around the last error by copying all the qt header files to another
directory. Now I get this:

make[1]: Leaving directory
`/home/steward/tmp/mysql-connector-odbc-5.1.8/setup'
Making all in installer
make[1]: Entering directory
`/home/steward/tmp/mysql-connector-odbc-5.1.8/installer'
gcc -DHAVE_CONFIG_H -I. -I../driver -I.. -I../util -I/home/steward/include
-O3 -DDBUG_OFF -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32
-fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -g -O2 -MT myodbc3i.o -MD
-MP -MF .deps/myodbc3i.Tpo -c -o myodbc3i.o myodbc3i.c
mv -f .deps/myodbc3i.Tpo .deps/myodbc3i.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O3 -DDBUG_OFF
-I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32
-fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -g -O2 -o
myodbc-installer myodbc3i.o ../util/libmyodbc3u.la -lltdl -rdynamic
-L/usr/lib/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lpthread
-L/usr/lib -lssl -lcrypto -lodbc -lz -L/home/steward/lib -lodbcinst
libtool: link: gcc -O3 -DDBUG_OFF -I/usr/include/mysql -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -g
-O2 -o myodbc-installer myodbc3i.o -rdynamic ../util/.libs/libmyodbc3u.a
-L/usr/lib/mysql -L/usr/lib -L/home/steward/lib /usr/lib/libltdl.so -ldl
-lmysqlclient_r -lcrypt -lnsl -lm -lpthread -lssl -lcrypto -lodbc -lz
-lodbcinst
myodbc3i.o: In function `remove_datasource':
/home/steward/tmp/mysql-connector-odbc-5.1.8/installer/myodb c3i.c:540:
undefined reference to `SQLRemoveDSNFromIniW'
myodbc3i.o: In function `remove_driver':
/home/steward/tmp/mysql-connector-odbc-5.1.8/installer/myodb c3i.c:289:
undefined reference to `SQLRemoveDriverW'
myodbc3i.o: In function `add_driver':
/home/steward/tmp/mysql-connector-odbc-5.1.8/installer/myodb c3i.c:269:
undefined reference to `SQLInstallDriverExW'
.../util/.libs/libmyodbc3u.a(installer.o): In function `ds_add_strprop':
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:1148:
undefined reference to `SQLWritePrivateProfileStringW'
.../util/.libs/libmyodbc3u.a(installer.o): In function `driver_lookup':
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:460: undefined
reference to `SQLPostInstallerErrorW'
.../util/.libs/libmyodbc3u.a(installer.o): In function `ds_add':
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:1182:
undefined reference to `SQLValidDSNW'
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:1189:
undefined reference to `SQLRemoveDSNFromIniW'
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:1206:
undefined reference to `SQLWriteDSNToIniW'
/home/steward/tmp/mysql-connector-odbc-5.1.8/util/installer. c:1200:
undefined reference to `SQLPostInstallerErrorW'
collect2: ld returned 1 exit status
make[1]: *** [myodbc-installer] Error 1
make[1]: Leaving directory
`/home/steward/tmp/mysql-connector-odbc-5.1.8/installer'
make: *** [all-recursive] Error 1

--20cf305b122e706f6a04ad561f28--