<HTML>jetzt sagt der
no rule to make libglut.a
umsteigen von win auf linux hab ich mir ein ganz klein wenig leichter vorgestellt. aber irgendwie klappt das schon
da ich nirgends glut linux tuts sondern nur mac os glut tuts gefunden hab, schreib ich euch wiedermal was ausgegeben wird:
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
gmake all-recursive
gmake[1]: Entering directory `/root/gluttest'
cd . && \
/bin/sh /root/gluttest/admin/missing --run automake --foreign ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=Makefile /bin/sh ./config.status
fast creating Makefile
config.status: executing default-1 commands
gmake[1]: Leaving directory `/root/gluttest'
gmake[1]: Entering directory `/root/gluttest'
Making all in gluttest
gmake[2]: Entering directory `/root/gluttest/gluttest'
gmake[2]: *** No rule to make target `libglut.a', needed by `gluttest'. Stop.
gmake[2]: Leaving directory `/root/gluttest/gluttest'
gmake[1]: Leaving directory `/root/gluttest'
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** failed *** </HTML>