Comment 0 for bug 790583

Revision history for this message
Klaus Hartnegg (hartnegg) wrote : package fp-compiler doesn't know it depends on binutils

Binary package hint: fp-compiler

After installation of fp-compiler in ubuntu server 10.04 it doesn't work.
It requires installation of binutils, but doesn't do this automatic as it should.

testcase:
  echo begin writeln ('hello'); end; > test.pas
  fpc test.pas