• My Errors
  • Profile
  • Logout
  • Search

Public Profile for user8023

Bug statistics for: user8023
bug.gd rank:
309
Solved Errors:
2
unsolved errors:
6
solution comments:
2
solution rating:
9

[No User Description]

 

user8023's Solved Errors:

sys/types.h: No such file or directory
Trying to compile a C program using Ubuntu 7.10 (gutsy gibbon)
By default, Ubuntu doesn't come with standard headers installed.
sudo apt-get install b...
Full Solution
error: readline/readline.h: No such file or directory
In Ubuntu 7.10 x64- After I installed

libreadline5
libreadline5-dev

it worked.
Full Solution