Friday, April 8, 2022

[SOLVED] Trouble when running autogen.sh

Issue

I have downloaded R tree from http://libspatialindex.github.com/

Since on running ./autogen.sh I was getting file/folder not found, therefore I downloaded the file autogen.sh from the github repository given below:

https://raw.github.com/libspatialindex/libspatialindex/9a5a2f4d83c3ec7be4dbf2c8a86341703d837185/autogen.sh

Now when I run ./autogen.sh I am getting "Permission denied" And if I run sh ./autogen.sh I am getting:

glibtoolize or libtoolize not found. Giving up!

Please suggest what should I do now

EDIT:Also I want to use libspatialindex inside my C++ project. I am using netbeans. I mean I want to use the functions inside libspatialindex inside my netbeans project. How should I use the same. Right now I have run the config and make command in a separate directory. I am not getting as to how to use them inside my project.


Solution

Install libtool from your package manager.



Answered By - that other guy
Answer Checked By - Clifford M. (WPSolving Volunteer)