on 5/6/02 9:06 PM, Peter O'Gorman wrote:
> libpq.so.2.1 seems to be a bundle, not a shared library
> libtool gives these errors because it cannot find a dylib
> version of the library to link against, you can tell it not to
> check, by editing configure, and changing the
> lt_cv_deplibs_check_me
on 5/6/02 9:06 PM, Peter O'Gorman wrote:
> libtool gives these errors because it cannot find a dylib
> version of the library to link against, you can tell it not to
> check, by editing configure, and changing the
> lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked
> shared librar
libpq.so.2.1 seems to be a bundle, not a shared library
peter% file libpq.so.2.1
libpq.so.2.1: Mach-O bundle ppc
I guess it is this way for a reason, i.e. in order to be dlopenable.
libtool gives these errors because it cannot find a dylib
version of the library to link against, you can tell