[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing files in dist
From: |
Bastien Nocera |
Subject: |
Re: missing files in dist |
Date: |
Mon, 14 Jan 2008 15:47:57 +0000 |
On Sat, 2008-01-12 at 12:53 +0100, Pawel Kot wrote:
> Hi,
>
> On Jan 11, 2008 4:26 PM, Bastien Nocera <address@hidden> wrote:
> >
> > On Tue, 2007-12-04 at 19:54 +0000, Bastien Nocera wrote:
> > > On Tue, 2007-12-04 at 20:04 +0100, Pawel Kot wrote:
> > <snip>
> > > > -/smsd/ (whole dir)
> >
> > Fixed, including the postgres and mysql detection.
>
> Seems to be one more problem. Some installations require to add -ldl
> to LDLIBS when compiling smsd. Otherwise there's an error:
> smsd.o: In function `LoadDB':
<snip>
> I think we should detect in configure if -ldl is needed or not. In
> case it is -ldl should be added in smsd/Makefile.
Easier is to use the glib-2.0 GModule, which will:
- fix loading of modules on non-Unices platforms
- automatically link to libdl on platforms that need it
Done in CVS. Let me know if it works for you.
Re: missing files in dist, Pawel Kot, 2008/01/12
- Re: missing files in dist,
Bastien Nocera <=
Re: missing files in dist, Pawel Kot, 2008/01/12
Re: missing files in dist, Jan Derfinak, 2008/01/13
Re: missing files in dist, Daniele Forsi, 2008/01/12