Well, I found my problem and fixed it. The basic problem was this: I did an apt-get install sdl-1.2-all

The problem is, I thought that the all package would have the development enviroment within it. IT DOESN'T! You still have to get and install the -dev packages. Once that was done, it compiled and ran just fine.

Just so everyone can see, here is a screenshot of JumpStart running in both windows and linux at the same time with network connections between the two.



BTW: In case your trying to setup Lazarus in Debian, you have to do an apt-get on gdb and then in your debugger options setup gdb as your debugger and enter /usr/bin/gdb as the actual debugger application (in the un-labeled box below).