Why? :|
andy@linux:~/sourcetrees/freepop-0.6.0> ./configure ... checking for clanDisplay-0.7 clanGL-0.7 clanSDL-0.7 clanGUI-0.7 clanGUIStyleSilver-0.7 clanSound-0.7 clanVorbis-0.7... Package clanSDL-0.7 was not found in the pkg-config search path. Perhaps you should add the directory containing `clanSDL-0.7.pc' to the PKG_CONFIG_PATH environment variable No package 'clanSDL-0.7' found configure: error: Library requirements (clanDisplay-0.7 clanGL-0.7 clanSDL-0.7 clanGUI-0.7 clanGUIStyleSilver-0.7 clanSound-0.7 clanVorbis-0.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
BUT:
andy@linux:~/sourcetrees/freepop-0.6.0> echo $PKG_CONFIG_PATH /usr/local/lib/pkgconfig/
AND:
andy@linux:~/sourcetrees/freepop-0.6.0> ls /usr/local/lib/pkgconfig/ clanApp-0.7.pc clanGUI-0.7.pc clanSignals-0.7.pc clanCore-0.7.pc clanGUIStyleSilver-0.7.pc clanSound-0.7.pc clanDisplay-0.7.pc clanMikMod-0.7.pc clanVorbis-0.7.pc clanGL-0.7.pc clanNetwork-0.7.pc libgift.pc
ALSO:
andy@linux:~/sourcetrees/freepop-0.6.0> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure ... checking for clanDisplay-0.7 clanGL-0.7 clanSDL-0.7 clanGUI-0.7 clanGUIStyleSilver-0.7 clanSound-0.7 clanVorbis-0.7... Package clanSDL-0.7 was not found in the pkg-config search path. Perhaps you should add the directory containing `clanSDL-0.7.pc' to the PKG_CONFIG_PATH environment variable No package 'clanSDL-0.7' found
configure: error: Library requirements (clanDisplay-0.7 clanGL-0.7 clanSDL-0.7 clanGUI-0.7 clanGUIStyleSilver-0.7 clanSound-0.7 clanVorbis-0.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
WHY? Arrrrgh! I did exactly this on an install of FC4 last week with
no problems so why wont this SuSe9.3Pro behave? Or am I being extremely dense. Any ideas?
Update: It seems that the make, make install isn't actually installing the clanSDL libs even
though the configure reports that it will. Crazy. Still confused.
