Hello Martin.

I suspect that the guilty is inside the package from 
http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/

Could you try this:

Download the pack libiconv-1.14_9.txz form 
http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/

Unzip it and copy from package /usr/local/lib/libiconv.so.2.5.1 into 
/usr/local/lib.

For me --> Errror. If I use the "old" libiconv.so.2.5.1 (from package  
libiconv-1.14_8.txz), all works perfectly.

________________________________
De : Martin Schreiber <mse00...@gmail.com>
Envoyé : mardi 13 septembre 2016 13:48
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 
?

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
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to