On Wed, 17 Jan 2001 11:45:24 +0100 [EMAIL PROTECTED] (Emiliano) wrote:

>Alan Knowles wrote:

>> iconv is part of glibc on linux - there is a 'emulator???' package
>available
>> on bsd - we found the page last night it comes up quickly when you look for
>> libiconv & bsd on google.
>
>OK, that should be an easy fix in configure. Could you add
>
>AC_SEARCH_LIBS(iconv_open, iconv)
>
>to see if that helps? It will be ignored if iconf is part of glibc
>because
>configure always first checks whether the function is present in the
>default compilation environment.

If that will cause it to add -liconv to the linker commands then that will fix
it.  That's what I did when I first compiled Midgard 1.4 under FreeBSD 3.4.  I
got it all working except for Asgard.  The problem I had with Asgard was the
"tree" snippet was being truncated.  It's 94Kb long.  That was with the mysql
package that came with FreeBSD 3.4.  I've rebuilt that machine with FreeBSD
4.1.1-RELEASE will be retrying the install soon.

Carl.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to