** Description changed:

  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
+ testcase:
+ echo begin writeln ('hello'); end; > test.pas
+ fpc test.pas
+ 
+ result:
+ hello.pas(3,1) Error: Util ld not found, switching to external linking
+ hello.pas(3,1) Fatal: There were 1 errors compiling module, stopping
+ Fatal: Compilation aborted

** Description changed:

  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
+ echo begin writeln ('hello'); end; > hello.pas
+ fpc hello.pas
  
  result:
  hello.pas(3,1) Error: Util ld not found, switching to external linking
  hello.pas(3,1) Fatal: There were 1 errors compiling module, stopping
  Fatal: Compilation aborted

** Description changed:

  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; > hello.pas
+ echo "begin writeln ('hello'); end." > hello.pas
  fpc hello.pas
  
  result:
  hello.pas(3,1) Error: Util ld not found, switching to external linking
  hello.pas(3,1) Fatal: There were 1 errors compiling module, stopping
  Fatal: Compilation aborted

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/790583

Title:
  package fp-compiler doesn't know it depends on binutils

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to