Trouble when running autogen.sh

13,452

Solution 1

Install libtool from your package manager.

Solution 2

To fix the 'Permission Denied' error you need to edit the permissions of your autogen.sh file. Run this command: chmod +x autogen.sh

Share:
13,452
user1778824
Author by

user1778824

Updated on June 05, 2022

Comments

  • user1778824
    user1778824 almost 2 years

    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.

  • user1778824
    user1778824 about 11 years
    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 seperate directory. I am not getting as to how to use them inside my project.
  • user1778824
    user1778824 about 11 years
    Also thanks a lot for the prompt response. A gentle request..pls suggest a solution to my above mentioned problem also.
  • that other guy
    that other guy about 11 years
    See some similar C++-library-in-Netbeans questions here and here