On May 6, 12:35pm, k...@intricatesoftware.com (Kurt Miller) wrote: -- Subject: iconv include/link paths
| Hi Greg, Christos, | | On OpenBSD libiconv is a port/package and installs under | PACKAGE_PATH. Isn't that the case for FreeBSD and NetBSD too? | | Does the following diff help or at least not hurt FreeBSD and | NetBSD builds? If there's an issue, I'll restrict the changes | to OpenBSD only. It is good for NetBSD: $ ls -l /usr/lib/libiconv.* /usr/pkg/lib/libiconv.* -rw-r--r-- 1 root wheel 998874 Oct 15 2013 /usr/pkg/lib/libiconv.a -rwxr-xr-x 1 root wheel 968 Oct 15 2013 /usr/pkg/lib/libiconv.la* lrwxrwxr-x 1 root wheel 17 Oct 15 2013 /usr/pkg/lib/libiconv.so@ -> libiconv.so.2.5.1 lrwxrwxr-x 1 root wheel 17 Oct 15 2013 /usr/pkg/lib/libiconv.so.2@ -> libiconv.so.2.5.1 -rwxr-xr-x 1 root wheel 973741 Oct 15 2013 /usr/pkg/lib/libiconv.so.2.5.1* christos