Quote Originally Posted by noeska
i use fpc-1.0.10

i cannot reproduce the exact error message as i am now back under windows.

i used fpc -Sd -S2 hello.pas to compile

what i am trying to accomplish is to compile the openal unit from my openal site. And then some tutorials.

the ld error is that is says the lib cannot be found, but it does exist.
Well i use the 1.9.2 version. It has the -MDelphi option for compatibility.
That's my compile script:

fpc -O2 -MDelphi -Fu"../generic" -Fu"../../JEDI-SDLv1.0/ode/Pas" -Fu"../odeutils" -Fu"../OpenGlLoop" -Fu"../../JEDI-SDLv1.0/SDL/Pas" -Fu"../../JEDI-SDLv1.0/OpenGL/Pas" -Fu"../../JEDI-SDLv1.0/SDL_Image/Pas" -Fi"../../JEDI-SDLv1.0/SDL/Pas" ode.dpr

For the lib, is it in the current dir or under /usr/lib/ ? If it's not there, copy it or make a link.

Bye!