Hi,

I try to compile MyODBC-3.51.06 on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :

# gmake
Making all in driver
gmake[1]: Entering directory `/tmp/MyODBC-3.51.06/driver'
gmake all-am
gmake[2]: Entering directory `/tmp/MyODBC-3.51.06/driver'
source='catalog.c' object='catalog.lo' libtool=yes \
depfile='.deps/catalog.Plo' tmpdepfile='.deps/catalog.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -s -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/mysql/include/mysql -I/usr/local/BerkeleyDB.4.1/include -I/usr/local/include -O3 -DDBUG_OFF -O3 -march=i686 -c -o catalog.lo `test -f catalog.c || echo './'`catalog.c
gcc -s -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/mysql/include/mysql -I/usr/local/BerkeleyDB.4.1/include -I/usr/local/include -O3 -DDBUG_OFF -O3 -march=i686 -c catalog.c -MT catalog.lo -MD -MP -MF .deps/catalog.TPlo -fPIC -DPIC -o catalog.lo
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from myodbc3.h:106,
from catalog.c:46:
/usr/local/include/iodbcinst.h:77:20: config.h: No such file or directory
gmake[2]: *** [catalog.lo] Error 1
gmake[2]: Leaving directory `/tmp/MyODBC-3.51.06/driver'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/tmp/MyODBC-3.51.06/driver'
gmake: *** [all-recursive] Error 1



It would be great if you could help me with this !


Best regards,

Pierre.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to