[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gpc - cannot execute binary file



warden@w2k:~/pascal$ cat pierwszy.pas
program pierwszy;

begin
writeln('To jest test kompilatora gpc pod linuxem');
readln;
end.
warden@w2k:~/pascal$ gpc -c pierwszy.pas -o pierwszy
warden@w2k:~/pascal$ chmod 700 pierwszy
warden@w2k:~/pascal$ ./pierwszy
bash: ./pierwszy: cannot execute binary file

miał ktoś taki problem? 

-- 
Radek 'Warden' Antoniuk
http://debian.black.pl || GG:260746 || #debian.pl #lgul



Reply to: