Re: [Lapackpp-devel] Compiling error: laversion.h
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-02-28 13:09:33
|
Am Mittwoch, 28. Februar 2007 13:57 schrieb Hudelist, Florian: > I just started to use LAPACK++ and I get the following errormessage from > my compiler: > > > slioch:temp> gcc test.cpp > > /home/fh22/LAPACK++/lapackpp-2.5.1/include/lacomplex.h:45:23: > laversion.h: No such file or directory > > > I had a look in this folder and found a file called laversion.h.in. I > just renamed this funcion to laversion.h or is that something more > serious? ?!?? How did you expect to install lapackpp? The instructions (file INSTALL, also known as RTFM) clearly say you have to do ./configure --prefix=/your/preferred/install/location make make install which will also make sure to create and install laversion.h correctly. It is *wrong* to copy laversion.h.in to laversion.h. Christian |