From: Pauli N. <su...@gm...> - 2010-03-21 17:04:09
|
On Sun, Mar 21, 2010 at 5:58 PM, Denat Hulaiichun <De...@de...> wrote: > That makes sense. I did make linux-x86-64 for libgl1-mesa-dev (7.0.3) > and it looks like it worked well. Demos came with it, and they all run, > but how do I compile the .c file demos? If I can't using gcc -o > execname .c-name, because i get those errors again, will I be able to > compile my own files I create? I just tried compiling in the same way an > openglut example of a website, got the same errors: undefined reference > to 'glTranslated or glScaled etc'. Am I not compiling right or is it > still not installed right? > There is makefile in mesa source. It appends quite a lot include paths to compile operation. Try running make in demo directory and they should compile without problems. > Anyone know? K, this is helping, > Denat |