compile vm on linux

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Tue Dec 10 13:22:56 UTC 2002


On Tue, 10 Dec 2002, Jason Dufair wrote:

> Hi all -
> 
> I'm trying to compile a VM on my RedHat 7.2 box and am having some 
> success but seem to be running into a jam with the OpenGL calls.  I've 
> told VMMaker(Tool) to build B3DEnginePlugin and B3DAcceleratorPlugin, 

Internal or external? 

> but when it goes to link the whole shebang together, I'm getting various 
> "undefined reference to 'glGetError'" and the like.  I've installed 
> Mesa-devel rpm (3.4.2-10, to be exact).  Is there something else I need? 

You also need libGL.so in some reachable location. You might try the most 
recent sources from http://www-sor.inria.fr/~piumarta/squeak/

And pay attention to the output of the configure script, it might point at 
what's missing.

>  I can compile without these plugins, but then I'm getting primitive
> failures at various points as I work in a 3.4alpha image.

Even if you're not doing 3D?

-- Bert




More information about the Squeak-dev mailing list