Oh, I thought this was the cause why "scons install" hangs. It detects all the libs alright, but then stops without any error messages. Output here:
Code:
scons: Reading SConscript files ...
Checking for C library openal... (cached) yes
Checking for C++ header file GL/gl.h... (cached) yes
Checking for C++ header file GL/glu.h... (cached) yes
Checking for C++ header file SDL/SDL.h... (cached) yes
Checking for C++ header file SDL/SDL_image.h... (cached) yes
Checking for C++ header file SDL/SDL_net.h... (cached) yes
Checking for C++ header file SDL/SDL_rotozoom.h... (cached) yes
Checking for C++ header file AL/al.h... (cached) yes
Checking for C++ header file AL/alc.h... (cached) yes
Checking for C++ header file AL/alut.h... (cached) yes
This system is not configured for internationalized applications (no xgettext command). An english-only version will be built
Checking for C header file libintl.h... (cached) yes
And then nothing happens.
Edit: after a really long time I got an error about permissions, so I tried sudo and it worked. :oops: I guess it was just weird waiting for 5minutes without any info on what was happening.