System: Athon AMD 1800 with Ubuntu 7.10 512 RAM, GeForce 2 MX
IDE: none
Library: JEDI-SDL

Sorry to bother you guys with such a simple question... but I swear I tried it many many times with no success... :-( The instructions to configure SDL with FPC are really clear, but it just dont work... I´m sure I´m just doing something stupid, but can anyone give me a clue?

I´m using Ubuntu 7.10 and installed FPC from the apt-get repository. I download JEDI-SDL and unziped it to /home/marcio/JEDI-SDL/

Them I edit the /etc/fpc.cfg file and add this:

-Fi/home/marcio/JEDI-SDL/SDL/Pas

-Fu/home/marcio/JEDI-SDL/SDL/Pas
-Fu/home/marcio/JEDI-SDL/SDL_Mixer/Pas
-Fu/home/marcio/JEDI-SDL/SDL_Image/Pas
-Fu/home/marcio/JEDI-SDL/SDL_Net/Pas
-Fu/home/marcio/JEDI-SDL/SDL_ttf/Pas
-Fu/home/marcio/JEDI-SDL/smpeg/Pas
-Fu/home/marcio/JEDI-SDL/SFont/Pas
-Fu/home/marcio/JEDI-SDL/SDL_Sound/Pas
-Fu/home/marcio/JEDI-SDL/SDLMonoFonts/Pas
-Fu/home/marcio/JEDI-SDL/SDLSpriteEngine/Pas
-Fu/home/marcio/JEDI-SDL/SDLFilter/Pas
-Fu/home/marcio/JEDI-SDL/ODE/Pas

And the path /home/marcio/JEDI-SDL/ is correct and contains all those subdirectorys.

Them I tried to compile some demos using:
fpc -Sd name.dpr

But the FPC returns an error saying he could not find the sdl unit.

Them I removed the FPC from apt-get and installed the oficial version (downloading the tar file and running the install.sh script). Same problem.......

Am I missing something?? Please help! I swear I´ll write a bunch of cool open source games with it

Thanks a lot,
Marcio