Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: Wazner on August 10, 2014, 11:52:49 AM

Title: Missing dependency for SDL-image.tcz
Post by: Wazner on August 10, 2014, 11:52:49 AM
Hello,

While developing an application using SDL_image I found out it requires the libiconv.so shared library.
It gave a warning when compiling with gcc and the compiled application gives an error when trying to start it.
Code: (Error) [Select]
error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory.

Workaround
After simply installing the libiconv extension, I was able to start the application and gcc didn't give any warnings anymore either.

Greetings,
  Wazner