[Kmatplot-general] problem with 'make install' (ver 0.4)
Brought to you by:
kamil
From: Giampiero S. <gi...@sp...> - 2002-12-18 09:32:16
|
Hi all, I'm trying to install KMatPlot 0.4 at my site, but I don't have root privileges here. I did this: ./configure --prefix=my_installation_dir --with-oct-dir=mt_octave_installation_dir The command runs fine, ad also compilation ('make'). When I run 'make install', it starts copying files in the right place, but it stops when it reaches this: /bin/sh ../../admin/mkinstalldirs /usr/bin/install -c -p -m 644 ./kmatplotrc /kmatplotrc /usr/bin/install: cannot create regular file `/kmatplotrc': Permission denied make[3]: *** [install-rcfilesDATA] Error 1 make[3]: Leaving directory `/space2/downloads/graphs/KMathPlot/kmatplot-0.4/kmatplot/config' make[2]: *** [install-am] Error 2 It seems to me that it's trying to copy the default configuration file in the root directory, which is not only wrong for me (I want to install in my_installation_dir), but I guess also for those that install in /usr/local. Can anyone help me? I attach the config.log file if this can help. Thank you! Giampiero |