On Tue, Oct 11, 2011 at 5:12 PM, Sascha Ziemann <[email protected]> wrote: > 2011/10/11 Eduardo Silva <[email protected]>: >> make install will *only* work if you specified the --prefix parameter, >> otherwise the build system will assume that Monkey will run from the >> same directory and everything will be configured for that. > > A bit unusual. > > configure; make; make install > > is the standard way to install Gnu tools. So I think it would be a > good idea to make the package compatible them.
It was designed on that way so if you do not have root access you can run it as normal user without mess with the paths setup. Just run it as ./configure --prefix=/opt/... and make install will be there... regards, -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
