-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday, April 1, 2002, at 09:55  AM, Martin Costabel wrote:

> Chris Zubrzycki wrote:
>
>> checking for QT libraries... no :-(
>
> The configure script searches for libraries with names like
> libqt-mt.so.3. You will have to patch it so that it looks for
> libqt-mt.3.dylib instead.

did that, but it also looks for libqt.dylib...and nothing contais that. 
here is the relevent code:

         if test -r $qt_dir/libqt-mt.2.dylib || test -r $qt_dir/libqt-
mt.3.dylib; then
           ac_qt_libname=-lqt-mt
           ac_qt_libdir=$qt_dir
           break
         fi
       done

       if test -z "$qt_libdir"; then
         for qt_dir in $qt_library_dirs; do
           if test -r $qt_dir/libqt.2.dylib || test -r 
$qt_dir/libqt.3.dylib; then
             ac_qt_libname=-lqt
             ac_qt_libdir=$qt_dir
             break
           fi
         done
       fi
     fi

     ac_cv_lib_qtlib="ac_qt_libname=$ac_qt_libname 
ac_qt_libdir=$ac_qt_libdir"


- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
========================================================

"Only two things are infinite, the universe and human stupidity, and I'm
  not sure about the former."
                                                                    -- 
Albert Einstein

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE8qH+4+/mCMqKrwHARAgQxAJ4jxOF0n1CBzCUSU9qCT789ytk8ZwCfXuqV
My3+kE2dY6aSo7JXipqnMY8=
=glYg
-----END PGP SIGNATURE-----


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to