Re: [Lapackpp-devel] Compiling error: laversion.h
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-02-28 13:28:08
|
1. Please reply always on the mailing list, never to individual developers. Am Mittwoch, 28. Februar 2007 14:18 schrieb Hudelist, Florian: > Hi Christian, > Thanks for the quick reply! I followed the installation instructions > exactly. During the make install process I got this message: > ... > Making install in include > make[1]: Entering directory `/home/fh22/LAPACK++/lapackpp-2.5.1/include' > make install-am > make[2]: Entering directory `/home/fh22/LAPACK++/lapackpp-2.5.1/include' > make[3]: Entering directory `/home/fh22/LAPACK++/lapackpp-2.5.1/include' > make[3]: Nothing to be done for `install-exec-am'. > test -z "/usr/local/include/lapackpp" || mkdir -p -- > "/usr/local/include/lapackpp" > mkdir: cannot create directory `/usr/local/include/lapackpp': Permission > denied Please first read INSTALL and learn a bit of unix administration - this mailing list here is specifially about issues with lapackpp, not with unix administration in general. You can use e.g. ./configure --prefix=$HOME/lapackpp or ./configure --prefix=$HOME/usr > I do not have administrator rights so I can't write in > /usr/local/include. I added the > -I/home/fh22/LAPACK++/lapackpp-2.5.1/include to my compilation command > hoping that it still works. No. This is wrong. > Do I have to contact the administrator to do this for me? (I already > asked him and he is absolutely not keen on installling new software) For further questions on how to install software into your own user's directory, please ask your administrators, not this list. Best Regards, Christian Stimming |