7

I was trying to build HTK using Ubuntu 11.04.

These are the commands I used:

sudo ./configure 
make all

I immediately get the error:

X11/Xlib.h: No such file or directory

So when I try to install libX11-dev by using:

sudo apt-get install libX11-dev

I got the following error:

Unable to locate package libX11-dev

I'd appreciate some help on this.

gertvdijk
  • 69,427
Nitish
  • 71

1 Answers1

12

That's because the file is named libx11-dev

synaptic would be a good thing to have installed & to use for such activities

doug
  • 17,212