iconv and Solaris 8 / 10
I am building an application for Solaris using the Qt toolkit, which needs libiconv support.
I have the following problem. I would like to have a binary compiled on Solaris 8 running on Solaris 10, but:
- On Solaris 8, the build links against /usr/lib/libiconv.so
And this library is not present on Solaris 10. (the iconv code was probably moved to the c library).
Is there a libiconv.so compatibility patch for Solaris 10, or a better method ?
Thanks,
Benjamin.
ps:
The solaris 8 machine:
Solaris 8 2/04 s28s_hw4wos_05a SPARC
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
Assembled 08 January 2004
The solaris 10 machine:
Solaris 10 11/06 s10s_u3wos_10 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 14 November 2006

