| Hi, I'm trying to compile (and make deb-package) Raydium on Ubuntu's PPA autobuilder system. (It means I send sources and then I get log whats went wrong, or there are deb-packages on repository.)
 These packages are installed before compiling:
 debhelper (>= 5), libglut3-dev, libglew1.5-dev, libgl1-mesa-dev, libglu1-mesa-dev, libjpeg62-dev, libpng12-dev, libxinerama-dev, bison, flex, libcurl-dev | libcurl4-gnutls-dev | libcurl4-openssl-dev, libxml2-dev, zlib1g-dev, libopenal-dev, libalut-dev, libogg-dev, libvorbis-dev, libvorbisfile3
 
 I configure it without testing hardware GL.
 ./configure --disable-x
 
 This is what I see in log:
 * Testing OpenAL 1.1 and ALUT..../configure: line 17:  2189 Segmentation fault      ./configure.bin >> configure.log
 run: failed
 
 Because it is not exit_if_error, this is not fatal. But I'm wondering why something segmentation faults during test. Is this ALUT test supposing something about hardware?
 
 
 |