WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing dependency for SDL-image.tcz  (Read 1657 times)

Offline Wazner

  • Newbie
  • *
  • Posts: 8
Missing dependency for SDL-image.tcz
« on: August 10, 2014, 08: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