21
Programming / Re: Please test os2emx-cross-toolchain
« Last post by Dave Yeo on February 20, 2026, 01:02:44 am »OK, seems mc screwed up the untar. Running from the command line seems to have properly worked.
Now seems I have the wrong libiconv
Now seems I have the wrong libiconv
Code: [Select]
dave@dave-ThinkCentre-M910s:~$ i686-pc-os2-emx-g++ --version
i686-pc-os2-emx-g++: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
And I don't seem to have iconv installed,Code: [Select]
dave@dave-ThinkCentre-M910s:~$ sudo apt install iconv
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package iconv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'iconv' has no installation candidate
Recent Posts