Hi,
On Fri, Apr 17, 2009 at 11:22 AM, sinan bulut sbulutw@gmail.com wrote:
i am experiencing an un-expected error during installation of the alps-applications. When I run the "configure" command, the configuration process stops with the error that it can not find the alps library. Well, since that I *expilicitly* indicate the location of the alps libs with the option "--prefix=/home/bulut/alps", and that I successfully installed the library (the installation passed *all* the tests successfully) it doesn't really make sense that I am getting the error message below.
Have any of you experienced a similar problem or have any idea on what might cause this? ============= bulut@bulut-laptop:~/applications_alps$ ./configure --prefix=/home/bulut/alps checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for ALPS Libraries... not found configure: error: ALPS Libraries not found. =============================
It looks like you don't install ALPS Libraries.
Did you execute $ make install when you build ALPS libraries?
If you sure you did, then I want to ask you another question. What do you specify for the configure script for the ALPS *Libraries* ? The --prefix=/foo/bar option should be the same for Libraries and Applications.