hmc
Active Member
Hi guys,
it seems I have a problem I cannot find a solution for myself. Please help!
Whatever program I compile on my Pandora (using the C/C++ dev PND on SuperZaxxon Beta5), seems ro require "libiconv.so.2", which is NOT available in a fresh SuperZaxxon Beta 5 install.
(Makes me wonder, if libiconv shouldn't be avialable in the firmware, as it is a quite important library IMHO, but that's not the question of this thread ;-) ).
There is no way to disable libiconv using the configure scripts of the programs.
What would the development expert do now?
- Link libiconv statically to the application? If so, how do I do this? I have never done this before, and I don't really know where to start to learn this.
- Include a dynamically linked library in the PND? Same here - I have no idea, how I'd do this.
- Anything else, what I could do?
Thank you very much.
BTW: Affected are, at the moment, TrueCrypt v7.1a and Conky v1.9.0 in the repo...
Daniel
it seems I have a problem I cannot find a solution for myself. Please help!
Whatever program I compile on my Pandora (using the C/C++ dev PND on SuperZaxxon Beta5), seems ro require "libiconv.so.2", which is NOT available in a fresh SuperZaxxon Beta 5 install.
(Makes me wonder, if libiconv shouldn't be avialable in the firmware, as it is a quite important library IMHO, but that's not the question of this thread ;-) ).
There is no way to disable libiconv using the configure scripts of the programs.
What would the development expert do now?
- Link libiconv statically to the application? If so, how do I do this? I have never done this before, and I don't really know where to start to learn this.
- Include a dynamically linked library in the PND? Same here - I have no idea, how I'd do this.
- Anything else, what I could do?
Thank you very much.
BTW: Affected are, at the moment, TrueCrypt v7.1a and Conky v1.9.0 in the repo...
Daniel