My last error cant figure out...
checking for glVertex3f in -lopengl32... no
OpenGL not found. Maybe it needs X11 to compile? Checking that...
checking for main in -lX11... yes
checking for main in -lXext... yes
./configure: line 12775: -L/usr/X11R6/lib: No such file or directory
checking for main in -lXt... yes
./configure: line 12837: -L/usr/X11R6/lib: No such file or directory
checking for main in -lXi... yes
./configure: line 12899: -L/usr/X11R6/lib: No such file or directory
checking for main in -lXmu... yes
./configure: line 12961: -L/usr/X11R6/lib: No such file or directory
checking for glBegin in -lopengl32... no
configure: error:
You need Mesa or an OpenGL-System to compile Armagetron.
Maybe your libGL needs the X libraries and your system does not
find them? Read the file doc/install_linux.html.
I thought cygwin came with Mesa libs for Cygwin/X? (Cyg has... "OpenGL
Graphics - The Mesa 3D Graphics Library provides software-based OpenGL
support.")
I tried somehow on command line specifying where the mesa library is. but i
wasnt sure if this path was even right (probably not)?
% ./configure --x_libraries=/usr/X11R6
and didnt work as well.
I wasnt sure at this point, i was hoping for extra help.
Thanx in advance.