PDA

View Full Version : Anyone here compile mednafen but got an error about libintl.so.3?


BoyOfDestiny
November 6th, 2005, 09:14 AM
mednafen
mednafen: error while loading shared libraries: libintl.so.3: cannot open shared object file: No such file or directory

It compiled just fine... Any ideas what could be causing this during runtime?

http://mednafen.com/

(It compiled/works fine on ubuntu 32-bit)

Mednafen
November 10th, 2005, 08:09 AM
Search for AM_GNU_GETTEXT(blahblahblah) in configure.ac, remove everything in the parenthesis and the parenthesis, and run ./autogen.sh(make sure you have aclocal-1.6, automake-1.6, autoconf, and libtool installed.

Then rerun the configure script and compile.

Does that solve the problem?

BoyOfDestiny
November 10th, 2005, 08:44 AM
Search for AM_GNU_GETTEXT(blahblahblah) in configure.ac, remove everything in the parenthesis and the parenthesis, and run ./autogen.sh(make sure you have aclocal-1.6, automake-1.6, autoconf, and libtool installed.

Then rerun the configure script and compile.

Does that solve the problem?

Nope, same problem. I notice though in the configure.ac right below the gettext stuff:

AM_GNU_GETTEXT

AC_SUBST(LIBINTL)

The error I'm getting is in regard to libintl?

P.S You aren't the project maintainer for mednafen are you? :)