English 中文(简体)
Pascal compiler running on the server
原标题:

do you have any ideas, how to compile pascal file (*.pas) on the server? Thank you.

问题回答

You don t name server type, but Free pascal ( http://www.freepascal.org ) comes with nearly every Linux distribution nowadays, as well in the FreeBSD ports and on Mac OS X (x86+ppc + 64-bit of both, via fink or standalone .dmg installer).

For windows and dos there are normal all-in-one installers at http://www.freepascal.org

If you want more Delphi like RAD editing, you probably want Lazarus ( http://Lazarus.freepascal.org , also available for the above platforms, except for dos)

Solaris x86+sparc exist, but are a bit experimental.

If it is a windows server, Delphi is also possible, but free versions are hard to get (if at all) nowadays.

Pascal is pretty uncommon these days. Unless there s a reason for the server to have it, it won t. The apache tag here seems to indicate you mean a webserver. Webservers generally don t have Pascal compilers.

The GNU Pascal Compiler is called gpc. It s built upon GCC, the popular C compiler, up to version 3.4. See http://www.gnu-pascal.de . Maybe you can manage to install it, if the server has an old copy of GCC up for compatibility s sake.





相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签