Re: SUSCRIBE



On 03 Dec 2000 20:15:12 +0100, Stéphane ANES wrote:
> Hello, I'm french so sorry for my english....
> I've trouve to compile LIBGDA-0.2.0 with
> 
> ./configure --prefix=/usr --with-mysql=/usr 
> 
> No error detect with configure but with make I get:
> 
> undefined reference libgda.server.so     --> poptGetContext
>                                  --> poptGetNextOpt
>                                  --> poptFreeContext
> 
> GNOME is in /usr; MySql 3.23.27-beta is in /usr.
> 
> Moreover, with postgres, I have no problem to compile...
> 
> popt is 1.2. and is in /usr
> 
> Can you help me ?
> 
this is a problem reported the other day by another person. I don't know why,

but in my machine, libpopt is automatically included (??), and in others
not. The solution is to
add, to the libgda/lib/gda-server/Makefile.am

libgda_server_la_LIBADD = -lpopt

and of course, you should have libpopt installed on your system.

I'll fix this in CVS. Thanks for the report.

cheers





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