Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Peter Huesser
Peter Huesser wrote: Hello I successfully compiled the glutdemo programexample delivered with the source of the opengl units. But if I try to run the executable I get the following error message: An unhandled exception occurred at 0x : EACCESSVIOLATION : Access violation 0x

Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Jonas Maebe
On maandag, sep 29, 2003, at 15:27 Europe/Brussels, Peter Huesser wrote: I just remarked that on redhat 7.3 all the OpenGL stuff is installed except the glut library. I got it from http://ccrma-www.stanford.edu/planetccrma/software/redupdates.html and installed it. Now everything works fine. It'

Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Marco van de Voort
> > > I just remarked that on redhat 7.3 all the OpenGL stuff is installed > > except the glut library. I got it from > > http://ccrma-www.stanford.edu/planetccrma/software/redupdates.html and > > installed it. Now everything works fine. > > It's strange it crashes though. Normally, you should

Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Jonas Maebe
On maandag, sep 29, 2003, at 15:47 Europe/Brussels, Marco van de Voort wrote: It's strange it crashes though. Normally, you should get an error while linking the program (or during startup of the program) Some packages dlopen files to avoid version linking problems. Ok, but if you go through tha

Re: [fpc-pascal]Problems with ipengl unit

2003-09-29 Thread Florian Klaempfl
Jonas Maebe wrote: On maandag, sep 29, 2003, at 15:47 Europe/Brussels, Marco van de Voort wrote: It's strange it crashes though. Normally, you should get an error while linking the program (or during startup of the program) Some packages dlopen files to avoid version linking problems. Ok, but

[fpc-pascal]/usr/bin/ld: cannot find -lgd errorr

2003-09-29 Thread Andy Sy
I've noticed that in many of the example programs that come with FreePascal, trying to compile them results in an link error where ld claims it cannot find a particular library (I'm getting one for gd) even though the corresponding library file is present in /usr/local/lib/fpc/1.0.10/units/linux/li

Re: [fpc-pascal]/usr/bin/ld: cannot find -lgd errorr

2003-09-29 Thread Michael . VanCanneyt
On Tue, 30 Sep 2003, Andy Sy wrote: > I've noticed that in many of the example programs that > come with FreePascal, trying to compile them results in > an link error where ld claims it cannot find a particular > library (I'm getting one for gd) even though the > corresponding library file is pr

Re: [fpc-pascal]Heaptrace problem?

2003-09-29 Thread Vincent Snijders
Hi, Did you succeed in solving your heaptrace problems? Regards, Vincent. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]/usr/bin/ld: cannot find -lgd errorr

2003-09-29 Thread Marco van de Voort
> > the actual library itself missing (at least for other > > libraries like mysql and postgres). What then are the > > file like gd.o, libgd.a, libpgd.ppu for? Are they just > > stubs? And what exactly do they do? > > The libgd.ppu file contains only the definitions of the library entry points