skip to main |
skip to sidebar
nawk - where to find it?
If at the time of configuring your program on linux the configure script says "nawk not found" you don't need to panic, though there is every reason to be, as, if your program requires you must provide. For achieving that you should create a soft link to awk as nawk
ln -s /usr/awk /usr/nawk
configure make and install
No comments:
Post a Comment