Re: [fpc-pascal]Linker error with OpenGL and SDL (long message)

2003-10-27 Thread Marco van de Voort
> Marco, the link.res seems to be o.k . It looks like this: > > SEARCH_DIR(/usr/lib/) > SEARCH_DIR(/usr/X11R6/lib/) > SEARCH_DIR(/usr/local/lib/) > SEARCH_DIR(/usr/local/lib/fpc/1.0.10/units/freebsd/rtl/) > SEARCH_DIR(/usr/local/lib/fpc/1.0.10/units/freebsd/SDL4Freepascal-1.2.0.0/) > etc. Hmm,

Re: [fpc-pascal]Linker error with OpenGL and SDL (long message)

2003-10-27 Thread Marco van de Voort
> > > Now, the whole thing is bewildering, because I get a second error message > which is diffrent from the old one. > The message looks like this: > > -bash-2.05b$ fpc demo01.pp > Free Pascal Compiler version 1.0.10 [2003/06/27] for i386 > Copyright (c) 1993-2003 by Florian Klaempfl > Targe

Re: [fpc-pascal]Linker error with OpenGL and SDL (long message)

2003-10-27 Thread Karim
Hello Marco, the link.res seems to be o.k . It looks like this: SEARCH_DIR(/usr/lib/) SEARCH_DIR(/usr/X11R6/lib/) SEARCH_DIR(/usr/local/lib/) SEARCH_DIR(/usr/local/lib/fpc/1.0.10/units/freebsd/rtl/) SEARCH_DIR(/usr/local/lib/fpc/1.0.10/units/freebsd/SDL4Freepascal-1.2.0.0/) etc. I don`t know e

Re: [fpc-pascal]Linker error with OpenGL and SDL

2003-10-26 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > Hello > > I installed the SDL Bindings for FPC (FreeBSD). I compiled the bindings > and copied > the all .ppu and object files in a SDL units directory. > Now, I want to test sdl and the bindings with the examples the comes with > the it. Like de

[fpc-pascal]Linker error with OpenGL and SDL

2003-10-26 Thread Karim
Hello I installed the SDL Bindings for FPC (FreeBSD). I compiled the bindings and copied the all .ppu and object files in a SDL units directory. Now, I want to test sdl and the bindings with the examples the comes with the it. Like demo01.pp When I try to compile it, I get this message: x1-6-00-a