free basic / gcc 64 bit compile problem: ld: cannot find -lncurses

Author Topic: free basic / gcc 64 bit compile problem: ld: cannot find -lncurses  (Read 2848 times)

admin

  • Administrator
  • Newbie
  • *****
  • Posts: 35
    • View Profile
Had this error when compiling freebasic code. ld: cannot find -lncurses

Code: [Select]
sudo apt-get install libncurses5-dev
This solved the problem.