Hello all.  I'm trying to 'make' MyODBC, and I receive the following error:
 
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/mysql/include/mysql -Iyes/include -O3 
-DDBUG_OFF -c utility.c -Wp,-MD,.deps/utility.TPlo  -fPIC -DPIC -o utility.lo
/bin/ksh ../libtool --mode=link gcc  -O3 -DDBUG_OFF     -o libmyodbc3.la -rpath 
/usr/local/lib -release 3.51.06 catalog.lo connect.lo cursor.lo dll.lo error.lo 
execute.lo handle.lo info.lo misc.lo myodbc3.lo options.lo prepare.lo results.lo 
transact.lo utility.lo -L/usr/local/mysql/lib/mysql -lmysqlclient -Lyes/lib 
-L/usr/local/mysql/lib/mysql -lm -lnsl -lsocket -lodbcinst
../libtool[1296]: yes/lib:  not found
libtool: link: cannot determine absolute directory name of `yes/lib'
make[2]: *** [libmyodbc3.la] Error 1
make[2]: Leaving directory `/virtual/MyODBC-3.51.06/driver'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/virtual/MyODBC-3.51.06/driver'
make: *** [all-recursive] Error 1

does anyone know what this means or what I need to do to resolve this issue?
 
Thanks

Reply via email to