Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > bed8bd67e48110036856e5b7d71efc56 > files > 238

libefltk2.0-devel-2.0.4-1mdk.i586.rpm


Notes about unixODBC
::::::::::::::::::::

So far autoconf should be able to detect unixODBC on Your computer, but
sometimes user should manualy add one sympolic link in libraries directory
where libodbcinst shared library (DLL) is.

To do so, You have to log-in as root and try find libodbcinst.so file.
The best way is to use "locate" utility. When You find it, go to it's
directory and do something like this:

[root@pug lib]# ln -s libodbcinst.so.1.0.0 libodbcinst.so

Note that "[root@pug lib]#" is shell prompt :)

Than try to run eFLTK configure script again.


###
# Autoconf definitions...
###

After ./configure, we will have some substitued variables inside config.h
and makeinclude:

config.h

If unixODBC is found, HAVE_UNIXODBC will be set to 1, otherwise (or if
you've specified --without-unixODBC) it will be set to 0.

makeinclude

If unixODBC is found following variables will be set to valid values
UNIXODBCLIB
UNIXODBCINSTLIB (developers will discuss about this more, so it's not
	included yet)
UNIXODBCLDIR



Good luck!

EDE team

...............
$Id: unixODBC.txt,v 1.1 2003/01/15 02:02:23 leka Exp $