Hi Guys,
First time poster so any help or advice would be greatly appreciated…
We do following steps to build the SDL-1.2.13 and SDL_vnc-1.0.0.
The SDL-1.2.13 is configured & built & installed successfully. And we
also set the SDL_CONFIG env variable.
[/SDL-1.2.13]$ ./configure --prefix=/home/local
–exec-prefix=/home/local
[/SDL-1.2.13]$ make
[/SDL-1.2.13]$ make install
[/SDL-1.2.13]$ setenv SDL_CONFIG /home/local/bin/sdl-config
However when we do configure /SDL_vnc-1.0.0, we encountered following
error!
[/SDL_vnc-1.0.0]$ ./configure
checking for sdl-config… /home/local/bin/sdl-config
checking for SDL - version >= 1.2.0… no
*** Could not run SDL test program, checking why…
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means SDL was incorrectly
installed
*** or that you have moved SDL since it was installed. In the latter
case, you
*** may want to edit the sdl-config script: /home/local/bin/sdl-config
configure: error: *** SDL version 1.2.0 not found!
Many thanks!
Yan.