Dear Steven and Meep Users First of all I should thanks you for the update!!
I have recently installed the previous version meep-0.10.1.tar.bz on Parallel Machine using following configuration. ./configure --prefix=/mnt/hdc1/home/test8/extralibrary LDFLAGS=-L/mnt/hdc1/home/test8/extralibrary/lib CPPFLAGS=-I/mnt/hdc1/home/test8/extralibrary/include --with-libctl=/mnt/hdc1/home/test8/extralibrary/share/libctl --with-mpi MPICXX=mpiCC MPILIBS=-L/opt/lam-7.1.2/lib I am to compile a c++ program called mmpit.cpp using : g++ `pkg-config --cflags meep` mmpit.cpp -o mmpit `pkg-config --libs meep-mpi` but I receive the following error : *Package meep-mpi was not found in the pkg-config search path. Perhaps you should add the directory containing `meep-mpi.pc' to the PKG_CONFIG_PATH environment variable* *No package 'meep-mpi' found* I have checked the *PKG_CONFIG_PATH *but it was correct .I Noticed that Meep is installed with no error.aslo in "/lib" directory I can see libmeep_mpi.la and libmeep_mpi.a libraries. The problem is that I cant find meep-mpi.pc in "/lib/pkgconfig" Directory. instead I see meep.pc !!!!. Please help me solving this problem. Yours Sincerely Majid
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

