Where are the Gnulib files in Linux?
I want use lib like safe-read, mbchar, etc... in my project but I do not find them on my Ubuntu 11.10 machine.
Where are the Gnulib files in Linux?
I want use lib like safe-read, mbchar, etc... in my project but I do not find them on my Ubuntu 11.10 machine.
apt-file
is your friend:Use
sudo apt-get install gnulib
(in this case) to install the missing dependency. Runonce to initialize the file index.