On Tuesday 13 September 2016 12:04:14 Fred van Stappen wrote:
> > Why? Which error message(s)?
>
> It appends directly when trying to run a MSE application.
>
>
> # /usr/local/share/mseide/mseide
>
>
> ---> /usr/local/share/mseide/mseide: Undefined symbol "iconv_open".
>
>
The determination of the name of iconf library seems to be complicated, on
some systems it is included in libc, in other it is in separate libiconv.
>From cwstring.pas:
"
{$ifndef linux} // Linux (and maybe glibc platforms in general), have iconv
in glibc.
{$ifndef FreeBSD5}
{$linklib iconv}
{$define useiconv}
{$endif}
{$endif linux}
Const
{$ifndef useiconv}
libiconvname='c'; // is in libc under Linux.
{$else}
libiconvname='iconv';
{$endif}
"
How is it in your system? Is "FreeBSD5" defined?
Martin
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk