Re-hello Martin.

I just try changing  "FreeBSD5" into  "FreeBSD" in cwstring.pas.


No differnce, same error.


I really think that there is something wrong in the pacage from 
http://pkg.freebsd.org/freebsd:10:x86:64/latest/All/


In the package libiconv-1.14_9.txz, the library libiconv.so.2.5.1 has problems.


Fre;D

________________________________
De : Martin Schreiber <[email protected]>
Envoyé : mardi 13 septembre 2016 13:48
À : [email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
mseide-msegui-talk Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the 
mseide-msegui-talk Archives. Using mseide-msegui-talk: To post a message to all 
the ...



------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to