Hi guys.
Hope someone can help. I'm having trouble compiling an application on Ubuntu that works on Windows. I've scoured the web, but with no joy.
I've got a server application written using FPC 2.6.4 on Windows. All works well.
I've created a free micro instance (ubuntu-trusty-14.04-amd64-server) on Amazon EC2.
I typed fpc at the shell prompt to see if any compiler was there. It wasn't but I was told to do: sudo apt-get install fpc-2.6.2 (or something like that) It seemed to install, but when I went to compile my application, it compained that unit IniFiles could not be found. Likewise, the same with Contnrs.
I found these units online and just copied them into my project folder, but still cannot compile. Any idea why these units, and possibly others were missing from the installation in the first plce, and how do I fix the issue.
Cheers!
Jabbersocky