Ok something strange is going on.

I copied as-new.exe and ld-new.exe to c:\pp\bin\linux

I also installed c:\pp\units\linux  all kinds of linux units

I made a simple hello world program

begin
    writeln( 'hello world' );
end;

Called hellofp.pas

Now I try to compile it:


It says this:

C:\plztest2>fpc -TLINUX hellofps.pas
Free Pascal Compiler version 1.0.6 [2002/04/23] for i386
Copyright (c) 1993-2002 by Florian Klaempfl
Target OS: Linux for i386
Compiling hellofps.pas
Fatal: Can't open file hellofps.pas



_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to