Re: [Evolution] Link-Error in FreeBSD



/opt/src/evolution/mail/mail-crypto.c:192: undefined reference to `fpathconf'
...
for the first thing is to explecitely link -lc (within FreeBSD).

You should never need to do that. Something must be wrong somehow...

The second: what is daylight (it is declared extern). But it is only used
in filter-datespec.c...

It's a variable in the time code in glibc and some other libcs, but
not the BSD one. Anyway, the use of it in that function was
unnecessary anyway, so I've removed it.

-- Dan




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