Re: [fpc-pascal] newbie question: using fpc in linux

2013-04-08 Thread Peter
On 03/04/13 15:50, duilio foschi wrote: thanks to your suggestions, I could compile and successfully test the 'hello world' code that comes with the brook framework. Now I am ready to wet my feet in the world of web programming. In my company we have a few dedicated (remote) servers running lin

Re: [fpc-pascal] newbie question: using fpc in linux

2013-04-03 Thread Tony Caduto
If your just doing Web Development you can cross compile for linux on windows, it's not that bad, you do need to build the cross compiler and then copy some of the linux libs to your development pc. It's totally possible and then you just copy the compiled app to your server, you don't need fpc

Re: [fpc-pascal] newbie question: using fpc in linux

2013-04-03 Thread Michael Van Canneyt
On Wed, 3 Apr 2013, duilio foschi wrote: thanks to your suggestions, I could compile and successfully test the 'hello world' code that comes with the brook framework. Now I am ready to wet my feet in the world of web programming. In my company we have a few dedicated (remote) servers runni

[fpc-pascal] newbie question: using fpc in linux

2013-04-03 Thread duilio foschi
thanks to your suggestions, I could compile and successfully test the 'hello world' code that comes with the brook framework. Now I am ready to wet my feet in the world of web programming. In my company we have a few dedicated (remote) servers running linux. And (when I will be able to get real