Hi, I tried installing myodbc with fink, but I get errors every time and the installation fails. Here are the errors I'm getting. Any idea how to fix this, or do I need to wait for someone to fix it on the package/fink side?

[X-Factor:~] ande2965% fink install myodbc
sudo /sw/bin/fink install myodbc
Reading package info...
Information about 1875 packages read in 64 seconds.

pkg myodbc version ###
pkg myodbc version 2.50.39-14
The following package will be installed or updated:
myodbc
The following additional package will be installed:
myodbc-shlibs
Do you want to continue? [Y/n] Y
rm -rf myodbc-2.50.39-14
mkdir -p /sw/src/myodbc-2.50.39-14
/sw/bin/tar -xvzf /sw/src/MyODBC-2.50.39.tar.gz
MyODBC-2.50.39/
MyODBC-2.50.39/myodbc.dsp

*** SNIP ***

MyODBC-2.50.39/myodbc.h
cp -f /sw/lib/fink/update/config.guess .
cp -f /sw/lib/fink/update/config.sub .
cp -f /sw/lib/fink/update/ltconfig .
cp -f /sw/lib/fink/update/ltmain.sh .
sed -e s,"in iodbcinst.h","in not-iodbcinst.h",g configure > configure.new
mv configure.new configure
chmod 775 configure
./configure --prefix=/sw --without-unixodbc --with-iodbc-libs=/sw/lib --with-odbc-ini=/sw/etc/odbc.ini --with-pic --enable-shared --enable-static --with-mysql-includes=/sw/include/mysql --mandir=/sw/src/root-myodbc-2.50.39-14/sw/share/man --infodir=/sw/share/info --libexecdir=/sw/lib
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -L/sw/lib) works... yes
checking whether the C compiler (gcc -L/sw/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E -traditional-cpp
checking whether ln -s works... yes
checking host system type... powerpc-apple-darwin6.2
checking build system type... powerpc-apple-darwin6.2
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... darwin6.2 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for compress in -lz... yes
checking for the mysql client libraries...
checking for mysql_real_query in -lmysqlclient... yes
checking for mysql include files in /sw/include/mysql... yes
checking for isql.h... no
configure: error: Unable to find the iodbc headers in /usr/local/include
### execution of ./configure failed, exit code 1
Failed: compiling myodbc-2.50.39-14 failed



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to