You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: