Re: [gnome-db] alternative instructions to compile libgda on cygwin



On Fri, 2002-07-05 at 14:09, Gonzalo Paniagua Javier wrote:
> * [ Fernando Martins <fmartins hetnet nl>
> * Fri, 05 Jul 2002 13:06:09 +0200 ]
> > I wrote before:
> > >
> > > Tomorrow I'll try to configure postgres. I've two questions:
> > > 1) what should be the directory in ./configure
> > > --with-postgres=<directory>?
> > >
> > > I'm betting on /lib which contains postgres.a but I've other postgres
> > > directories.
> > >
> > 
> > An update to my previous post: I checked ./configure and the required
> > postgres library file is libpq.so. In my cygwin installation, the exact file
> > does not exist. What I have is a libpq.a file in /lib. I guess it's just a
> > different way the identify libraries. So, I modified ./configure file to
> > look for libpq.a
> 
> Probably libtool can handle it using pq.dll for windows and libpq.so for
> unix...
> 

AC_CHECK_LIB should do it, I suppose.

cheers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]