Dear all, I am just trying to install meep on an SLES cluster into my home folder. I installed all dependencies into $HOME/install and try to do the same for meep.
I run the configure script with the following parameters: toInstall/meep-1.2> ./configure --with-libctl="$HOME/install/" --prefix="$HOME/install" F77="gfortran" CPPFLAGS="-I$HOME/install/include" LDFLAGS="-L$HOME/install/lib" When I run make, it seems still to use the libctl version /usr/share which is an old version: checking for SCM_NEWSMOB... no checking how to activate readline in Guile... ice-9 readline checking for libctl dir... /usr/share/libctl checking for gen-ctl-io... gen-ctl-io checking for ctl_get_vector3 in -lctl... yes checking ctl.h usability... yes checking ctl.h presence... yes checking for ctl.h... yes checking whether libctl version is at least 3.2.0... ok checking for libctl_quiet feature... no checking for basename in -lgen... no checking for feenableexcept... yes checking whether feenableexcept declaration is usable... yes checking whether to catch and ignore SIGFPE signals... no checking whether time.h and sys/time.h may both be included... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for BSDgettimeofday... no checking for gettimeofday... yes checking for cblas_ddot... yes checking for cblas_daxpy... yes checking for C/C++ restrict keyword... __restrict checking that generated files are newer than configure... done configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: creating meep-pkgconfig config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating examples/Makefile config.status: creating libctl/Makefile config.status: creating libctl/meep.scm config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make[3]: Leaving directory `/home/hudelistf/toInstall/meep-1.2' make[3]: Entering directory `/home/hudelistf/toInstall/meep-1.2' make[3]: Leaving directory `/home/hudelistf/toInstall/meep-1.2' make[2]: Leaving directory `/home/hudelistf/toInstall/meep-1.2/libctl' make[2]: Entering directory `/home/hudelistf/toInstall/meep-1.2/libctl' cd .. && /bin/sh ./config.status libctl/meep.scm config.status: creating libctl/meep.scm gen-ctl-io --cxx --header -o ctl-io.h meep.scm /usr/share/libctl ERROR: Unbound variable: ctl-set-prompt! make[2]: *** [ctl-io.h] Error 1 make[2]: Leaving directory `/home/hudelistf/toInstall/meep-1.2/libctl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/hudelistf/toInstall/meep-1.2' make: *** [all] Error 2 toInstall/meep-1.2> Is there anything I did wrong? Can you give me any hints on that? Thanks in advance! Florian
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

