I'm trying to install the Insight debugger on OS X with "make install" but my permissions aren't high enough and I'm always denied. Is there any way to install without having/being a superuser? I have an admin account but I'm not sure how that can help me.
Edit:
Following the answer below ./configuration --prefix=/path/ works but the first make command dumps a huge amount of errors ending in
make[3]: *** [wish] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-tk] Error 2
make: *** [all] Error 2
Any idea what the non-tk errors are?