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. | | Thanks, | -Kurt | | + LDFLAGS_bsd := -L$(PACKAGE_PATH)/lib -liconv, \ Don't you need -Wl,-R or -R too? I think NetBSD needs it... christos