POV-Ray : Newsgroups : povray.unix : KPOVModeler : Re: KPOVModeler Server Time
28 Jul 2024 18:16:49 EDT (-0400)
  Re: KPOVModeler  
From: Ken Cecka
Date: 28 Jan 2002 20:56:22
Message: <3c560146@news.povray.org>
How did you build?  I was able to build the libglut.so.3.7 using the 
following steps:

- bzcat glut-3.7.tar.bz2 | tar xvf -
- cd glut-3.7
- less README
- less linux/README
- chmod +w Glut.cf
- cp linux/Glut.cf .
- ./mkmkfiles.imake
- cp linux/Makefile lib/glut
- cd lib/glut
- make

I'll note that the in my first attempt I skipped copying linux/Makefile, 
and when I built I got a .a file instead of a .so file.

Ken

David F wrote:

> Ken Cecka wrote:
> 
>> Syed hit the nail on the head - the following line is the root of your
>> problems:
>> 
>> conftest.C:4: GL/glut.h: No such file or directory
>> 
> 
> ok, I tried downloading it, and when I extracted it, and tryied compiling
> it, I don't get a file libglut.so.3.7, but it does generate a libglut.a
> Are these the same?  Can I just rename it, or should I figure out why it
> won't compile the library correctly.  Thanks
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.