问题:
交叉编译SDL_image-1.2.12执行configure后出现如下提示:
checking for SDL - version >= 1.2.10... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.10 not found!
解决办法:
sudo apt-get install build-essential libsdl1.2-dev
重新执行configure,如果还有问题,重新打开一个终端执行configure。
完结!