/usr/lib/libSDL.so: undefined reference to `keyboard_init_return_fd'
problem was that a build of sdl came with svgalib support.
usual `sdl-config --cflags --libs` didn't add a -lvga and the package didnt require svgalib. adding the flag and installing the package solved the problem.
usual `sdl-config --cflags --libs` didn't add a -lvga and the package didnt require svgalib. adding the flag and installing the package solved the problem.
0 Comments:
Post a Comment
<< Home