ggtags
ggtags copied to clipboard
POSIX realpath required
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?