leoliu / ggtags

Emacs frontend to GNU Global source code tagging system.
http://elpa.gnu.org
577 stars 56 forks source link

POSIX realpath required #207

Open PalindromeLeung opened 4 years ago

PalindromeLeung commented 4 years ago

I downloaded global from the gnu.org and when config, make and install using the following command ./configure --prefix=<PREFIX> --with-exuberant-ctags=/usr/local/bin/ctags make && make install I got the following error.

checking whether POSIX.1-2008 realpath is equipped... no configure: error: POSIX.1-2008 realpath(3) is required. make: *** No targets specified and no makefile found. Stop. Which file should I modify in the global folder to let the error go away?