[unixODBC-support] unixODBC 2.2.14 build error on 64-bit platforms
Nick Gorham
nick.gorham at easysoft.com
Mon Jun 29 09:42:21 BST 2009
Wempa, Kristofer wrote:
>
> I am trying to build unixODBC 2.2.14 on 6 different platforms
> (SLES9SP4, SLES10SP1, SLES10SP2 both 32-bit and 64-bit). All of the
> 64-bit builds fail. There are 2 issues. The first issue is that the
> configure script hangs when trying to detect the QT directories.
>
> I can get around this by specifying additional options on the
> configure line:
>
> ./configure --prefix={install path} --with-qt-dir=/usr/lib64/qt3
> --with-qt-includes=/usr/lib64/qt3/include
> --with-qt-libraries=/usr/lib64/qt3/lib64
>
> However, this should not be necessary. The script should be able to
> determine where the 64-bit libraries are on a 64-bit server. After I
> get passed the configure and run “make”, I run into the same build
> failure on all 3 platforms:
>
I would say fro tha tthe problem is the QT definitions are out of date
for 64 bit ODBC api calls. Simple solution is add --enable-gui=no to
configure line.
--
Nick
More information about the unixODBC-support
mailing list