Hi Junior! Hi Cybermonkey!

Seem this is a lonely road that of working with pascal and SDL2
I've started working with your headers Junior, working great with Delphi XE3 and Lazarus for Win32.

Now I'm trying Lazarus + Linux + SDL2 ... but I'm a total newbie on Linux
I'm read from you Cybermonkey googling in another forum this:
"If someone has questions about SDL2 with FPC under Linux, don‘t hesitate to ask. "
Then i'm here

I "think" I've successfully installed SDL2 via PPA : https://launchpad.net/~zoogie/+archive/sdl2-snapshots (a friend help me )
Then successfully installed Lazarus 1.0.2.. can't remember how after many tries... but it works!

Now i'm trying a simply Hello World and Lazarus can't find the library lSDL2

------
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lSDL2
project1.lpr(66,1) Error:Error while linking
------

I have not experience with Linux or Freepascal, i'm Windows Delphi user :-/
I think can contribute with some "fancy" examples after I could manage to compile in these
three environments: FreePascal-Linux, FreePascal-Windows, Delphi XE3-(no-VCL, no-Firemonkey), Delphi XE3 + VCL

Any help very appreciated!