Open ryandesign opened 1 year ago
To address this, I suggest investigating the build scripts to ensure that the libiconv dependency is correctly detected and incorporated into the build process. By doing so, we can streamline the build process and improve compatibility across different platforms.
t4k_common 0.1.1 fails to link for me on macOS 12 in MacPorts:
This despite the fact that the configure script has determined how to link with libiconv:
Yet it has not actually added
-liconv
to the link flags. If I manually add-liconv
to LDFLAGS when configuring then it does link successfully but the build system should do that itself.