I am getting this error while trying to compile SDLMame or SDLMess .142:
--------------
/usr/bin/ld: cannot find -lSDL_ttf
collect2: ld returned 1 exit status
make: *** [obj/sdl/mess/build/m68kmake] Error 1
--------------
I have installed the SDL Dev package, but sudo apt-get install SDL_ttf-dev or sudo apt-get SDL_ttf-2.0-dev can't find the packages.
Will I need to edit the symbolic link? /usr/bin/ld/libSDL_ttf-2.0.so.0 exists.
--------------
/usr/bin/ld: cannot find -lSDL_ttf
collect2: ld returned 1 exit status
make: *** [obj/sdl/mess/build/m68kmake] Error 1
--------------
I have installed the SDL Dev package, but sudo apt-get install SDL_ttf-dev or sudo apt-get SDL_ttf-2.0-dev can't find the packages.
Will I need to edit the symbolic link? /usr/bin/ld/libSDL_ttf-2.0.so.0 exists.
Comment