PDA

View Full Version : Pascal and Knoppix



Gerardoj
09-24-2003, 06:22 AM
Hi, I would like to know if there is some way to compile pascal files? I want to compile .pas without installing Free pascal Compiler. The problem is that I need to present a Project, The Laptop I intend to use is of a friend, that only has Windows, For this reason I can't Install anything, because is not my PC and no Intenet connection to download FPC, Is there a way to compile pascal files without installing FPC?

Ghandalfar
09-24-2003, 01:17 PM
install gnu pascal compiler .. gpc

Gerardoj
09-25-2003, 12:40 AM
I edited the post. See above.

Gerardoj
09-26-2003, 10:28 PM
Is there someone who can help me?

hw-tph
09-27-2003, 12:28 AM
Basically...no.
If you want to compile Pascal source you need to install a Pascal compiler. Debian comes with gpc, which works very well.

hw