Re: opengl (mesa) compiling problem.

2001-05-23 Thread Eric G. Miller
On Wed, May 23, 2001 at 10:05:10PM +0200, Jan Krupa wrote: > > the Mesa-prefixes have been dropped to make it easier to port > > applications to MesaGL. > > I compile with, for example: > > gcc -Wall -o gluttest gluttest.c -lGLU -lglut -lGL -lm -L/usr/X11R6/lib > > -lXi -lXext -lX11 -lXmu > > Tha

Re: opengl (mesa) compiling problem.

2001-05-23 Thread Jan Krupa
On 19 May 2001, Felix Natter wrote: > Jan Krupa <[EMAIL PROTECTED]> writes: > > > I would like to use the mesa (opengl) library in C or C++. > > > > I installed (debian2.2 potato) > > mesa-glide2 3.1-17 > > mesa-widget 3.1-17 > > mesademos > > > > or tried (instead) > > mesa-dev > > mesag3 >

Re: opengl (mesa) compiling problem.

2001-05-19 Thread Jan Krupa
On 19 May 2001, Felix Natter wrote: > Jan Krupa <[EMAIL PROTECTED]> writes: > > > I would like to use the mesa (opengl) library in C or C++. > > > > I installed (debian2.2 potato) > > mesa-glide2 3.1-17 > > mesa-widget 3.1-17 > > mesademos > > > > or tried (instead) > > mesa-dev > > mesag3 >

Re: opengl (mesa) compiling problem.

2001-05-19 Thread Felix Natter
Jan Krupa <[EMAIL PROTECTED]> writes: > I would like to use the mesa (opengl) library in C or C++. > > I installed (debian2.2 potato) > mesa-glide2 3.1-17 > mesa-widget 3.1-17 > mesademos > > or tried (instead) > mesa-dev > mesag3 > > I tried to compile some example of using opengl (mesa) libr