Dear Meep community,

I have tried to install the new version of Meep (1.2) on my CentOS machine. The configure runs fine:

./configure --prefix=/scratch/uceetum/programs/meep-1.2-install --with-mpi MPICXX=/scratch/uceetum/programs/openmpi-install/bin/mpicxx MPILIBS=/scratch/uceetum/programs/openmpi-install/lib --with-libctl=/scratch/uceetum/programs/libctl-install/share/libctl/ LDFLAGS="-L/scratch/uceetum/programs/libctl-install/lib" CPPFLAGS="-I/scratch/uceetum/programs/libctl-install/include"

However when I run "make", the following error occurs:

CXXLD    meep_mpi
../src/.libs/libmeep_mpi.a(multilevel-atom.o): In function `meep::multilevel_susceptibility::init_internal_data(double* (*) [2], double, meep::grid_volume const&, void*) const':
multilevel-atom.cpp:(.text+0x9a9): undefined reference to `dgetrf_'
multilevel-atom.cpp:(.text+0x9fb): undefined reference to `dgetri_'
multilevel-atom.cpp:(.text+0xa44): undefined reference to `dgetri_'
collect2: ld returned 1 exit status
make[3]: *** [meep_mpi] Error 1
make[3]: Leaving directory `/scratch/uceetum/programs/meep-1.2/libctl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/scratch/uceetum/programs/meep-1.2/libctl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/scratch/uceetum/programs/meep-1.2'
make: *** [all] Error 2

If I configure Meep without libctl (|--without-libctl|), the "make" command works just fine. However when I then run "make check", the "aniso_disp"-test fails. Also I would prefer to use Scheme code.
Without mpi, a very similar error occurs.
The entire output of my configure and make commands should be attached.

My environment variables:
setenv PATH /scratch/uceetum/programs/openmpi-install/bin:$PATH
setenv LD_LIBRARY_PATH /scratch/uceetum/programs/openmpi-install/lib:$LD_LIBRARY_PATH
setenv PATH /scratch/uceetum/programs/hdf5-openmpi-install/bin:$PATH
setenv LD_LIBRARY_PATH /scratch/uceetum/programs/hdf5-openmpi-install/lib:$LD_LIBRARY_PATH
setenv PATH /scratch/uceetum/programs/libctl-install/bin:$PATH
setenv LD_LIBRARY_PATH /scratch/uceetum/programs/libctl-install/lib:$LD_LIBRARY_PATH setenv LD_LIBRARY_PATH /scratch/uceetum/programs/libctl-install/share/libctl:$LD_LIBRARY_PATH
setenv PATH /scratch/uceetum/h5utils-install/bin:$PATH

I used the version 1.1.1 so far, which caused no problems during the installation. The "undefined reference to `dgetrf_'" seems to refer to LAPACK. However I used the same LAPACK package for the old version of Meep. Only the new version of libctl (3.2) I had to install.

I would be very thankful if somebody could help me out with this error. If you require any additional output, please let me know.

Thanks a lot,
Clemens

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 make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for mpic++... /scratch/uceetum/programs/openmpi-install/bin/mpicxx
checking for mpi.h... yes
checking for extra flag needed to combine stdio.h and mpi.h... none
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for C++ compiler vendor... gnu
checking whether C++ compiler accepts -malign-double... yes
checking whether C++ compiler accepts -fstrict-aliasing... yes
checking whether C++ compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 206a7:7100800:1fbae3ff:bfebfbff
checking whether C++ compiler accepts -march=pentium2... no
checking whether C++ compiler accepts -mcpu=pentium2... no
checking whether C++ compiler accepts -mpentium2... no
checking whether C++ compiler accepts -march=pentiumpro... no
checking whether C++ compiler accepts -mcpu=pentiumpro... no
checking whether C++ compiler accepts -mpentiumpro... no
checking for gcc architecture flag... unknown
checking whether C++ compiler accepts -O3 -malign-double -fstrict-aliasing... 
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... 
/scratch/uceetum/programs/openmpi-install/bin/mpicxx -E
checking for ld used by /scratch/uceetum/programs/openmpi-install/bin/mpicxx... 
/usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /scratch/uceetum/programs/openmpi-install/bin/mpicxx 
linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /scratch/uceetum/programs/openmpi-install/bin/mpicxx option to 
produce PIC... -fPIC -DPIC
checking if /scratch/uceetum/programs/openmpi-install/bin/mpicxx PIC flag -fPIC 
-DPIC works... yes
checking if /scratch/uceetum/programs/openmpi-install/bin/mpicxx static flag 
-static works... no
checking if /scratch/uceetum/programs/openmpi-install/bin/mpicxx supports -c -o 
file.o... yes
checking if /scratch/uceetum/programs/openmpi-install/bin/mpicxx supports -c -o 
file.o... (cached) yes
checking whether the /scratch/uceetum/programs/openmpi-install/bin/mpicxx 
linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for latex2html... latex2html
checking for sin in -lm... yes
checking for fftw_plan_dft_1d in -lfftw3... yes
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  
-L/scratch/uceetum/programs/libctl-install/lib 
-L/usr/lib/gcc/x86_64-redhat-linux/4.4.6 
-L/usr/lib/gcc/x86_64-redhat-linux/4.4.6/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.6/../../.. -lfftw3 
-lgfortranbegin -lgfortran -lm
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no 
extra underscore
checking for sgemm_... no
checking for ATL_xerbla in -latlas... no
checking for sgemm_ in -lblas... yes
checking for dgemm_ in -ldgemm... no
checking for sgemm_ in -lmkl... no
checking for sgemm_... (cached) no
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) yes
checking for sgemm_ in -lessl... no
checking for sgemm_ in -lblas... (cached) yes
checking for cheev_... no
checking for cheev_ in -llapack... yes
checking for pkg-config... /usr/bin/pkg-config
checking for harminv >= 1.1... checking for harminv_get_freq_error in 
-lharminv... no
configure: WARNING: harminv support is disabled
checking mpb.h usability... no
checking mpb.h presence... no
checking for mpb.h... no
checking for cblas_cgemm... no
checking for cblas_cgemm in -lgslcblas... yes
checking for gsl_sf_bessel_Jn in -lgsl... yes
checking for deflate in -lz... yes
checking for H5Pcreate in -lhdf5... yes
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for H5Pset_mpi... no
checking for H5Pset_fapl_mpio... no
checking for mpirun... mpirun
checking for guile-config... guile-config
checking if linking to guile works... yes
checking libguile.h usability... yes
checking libguile.h presence... yes
checking for libguile.h... yes
checking guile/gh.h usability... yes
checking guile/gh.h presence... yes
checking for guile/gh.h... yes
checking for scm_make_smob_type... yes
checking for SCM_SMOB_PREDICATE... no
checking for SCM_SMOB_DATA... no
checking for SCM_NEWSMOB... no
checking how to activate readline in Guile... ice-9 readline
checking for libctl dir... 
/scratch/uceetum/programs/libctl-install/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... yes
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
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: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory `/scratch/uceetum/programs/meep-1.2'
Making all in src
make[2]: Entering directory `/scratch/uceetum/programs/meep-1.2/src'
make  all-am
make[3]: Entering directory `/scratch/uceetum/programs/meep-1.2/src'
  CXX      bands.lo
  CXX      bicgstab.lo
  CXX      casimir.lo
  CXX      h5file.lo
  CXX      initialize.lo
  CXX      monitor.lo
  CXX      mympi.lo
  CXX      multilevel-atom.lo
  CXX      random.lo
  CXX      step.lo
  CXX      mpb.lo
  CXX      update_pols.lo
  CXX      step_generic.lo
  CXX      step_generic_stride1.lo
  CXXLD    libmeep_mpi.la
make[3]: Leaving directory `/scratch/uceetum/programs/meep-1.2/src'
make[2]: Leaving directory `/scratch/uceetum/programs/meep-1.2/src'
Making all in libctl
make[2]: Entering directory `/scratch/uceetum/programs/meep-1.2/libctl'
make  all-am
make[3]: Entering directory `/scratch/uceetum/programs/meep-1.2/libctl'
gen-ctl-io --cxx --header -o ctl-io.h meep.scm 
/scratch/uceetum/programs/libctl-install/share/libctl/
  CXX      meep.o
  CXX      structure.o
structure.cpp: In function ‘meep::structure* make_structure(int, vector3, 
vector3, double, bool, double, int, bool, ctlio::geometric_object_list, 
ctlio::material_type_list, ctlio::material_type, const char*, ctlio::pml_list, 
ctlio::symmetry_list, int, double, double, double)’:
structure.cpp:1432: warning: deprecated conversion from string constant to 
‘char*’
  CXX      meep_wrap.o
In file included from ctl-io.h:7,
                 from meep-ctl.hpp:10,
                 from meep_wrap.cxx:1372:
/scratch/uceetum/programs/libctl-install/include/ctl.h:106:1: warning: 
"gh_symbol2scm" redefined
meep_wrap.cxx:1244:1: warning: this is the location of the previous definition
cp -f /scratch/uceetum/programs/libctl-install/share/libctl//base/main.c 
main.cpp
  CXX      main.o
main.cpp: In function ‘void main_entry(void*, int, char**)’:
main.cpp:223: warning: deprecated conversion from string constant to ‘char*’
main.cpp:249: warning: deprecated conversion from string constant to ‘char*’
cp -f /scratch/uceetum/programs/libctl-install/share/libctl//utils/geom.c 
geom.cpp
  CXX      geom.o
gen-ctl-io --cxx --code -o ctl-io.cpp meep.scm 
/scratch/uceetum/programs/libctl-install/share/libctl/
  CXX      ctl-io.o
ctl-io.cpp: In function ‘void ctlio::force_region_input(scm_unused_struct*, 
ctlio::force_region*)’:
ctl-io.cpp:31: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:32: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:33: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:34: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::flux_region_input(scm_unused_struct*, 
ctlio::flux_region*)’:
ctl-io.cpp:39: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:40: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:41: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:42: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::eigenmode_source_input(scm_unused_struct*, ctlio::eigenmode_source*)’:
ctl-io.cpp:47: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:48: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:49: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:50: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:51: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:52: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:53: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:54: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:55: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:56: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::source_input(scm_unused_struct*, 
ctlio::source*)’:
ctl-io.cpp:61: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:62: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:63: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:64: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:65: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:66: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:67: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::custom_src_input(scm_unused_struct*, 
ctlio::custom_src*)’:
ctl-io.cpp:78: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:79: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:80: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:81: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::gaussian_src_input(scm_unused_struct*, 
ctlio::gaussian_src*)’:
ctl-io.cpp:86: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:87: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:88: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:89: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:90: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::continuous_src_input(scm_unused_struct*, 
ctlio::continuous_src*)’:
ctl-io.cpp:95: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:96: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:97: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:98: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:99: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:100: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::src_time_input(scm_unused_struct*, 
ctlio::src_time*)’:
ctl-io.cpp:105: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:106: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:111: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:116: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::volume_class_input(scm_unused_struct*, 
ctlio::volume_class*)’:
ctl-io.cpp:127: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:128: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::pml_input(scm_unused_struct*, 
ctlio::pml*)’:
ctl-io.cpp:133: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:134: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:135: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:136: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:137: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:138: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:139: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::symmetry_input(scm_unused_struct*, 
ctlio::symmetry*)’:
ctl-io.cpp:156: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:157: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:158: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:163: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:168: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::lattice_input(scm_unused_struct*, 
ctlio::lattice*)’:
ctl-io.cpp:179: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:180: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:181: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:182: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:183: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:184: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:185: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:186: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:187: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:188: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::ellipsoid_input(scm_unused_struct*, 
ctlio::ellipsoid*)’:
ctl-io.cpp:193: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::block_input(scm_unused_struct*, 
ctlio::block*)’:
ctl-io.cpp:198: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:199: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:200: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:201: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:202: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:203: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::sphere_input(scm_unused_struct*, 
ctlio::sphere*)’:
ctl-io.cpp:214: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::wedge_input(scm_unused_struct*, 
ctlio::wedge*)’:
ctl-io.cpp:219: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:220: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:221: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:222: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::cone_input(scm_unused_struct*, 
ctlio::cone*)’:
ctl-io.cpp:227: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::cylinder_input(scm_unused_struct*, 
ctlio::cylinder*)’:
ctl-io.cpp:232: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:233: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:234: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:235: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:240: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::compound_geometric_object_input(scm_unused_struct*, 
ctlio::compound_geometric_object*)’:
ctl-io.cpp:252: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::geometric_object_input(scm_unused_struct*, ctlio::geometric_object*)’:
ctl-io.cpp:264: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:265: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:266: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:271: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:276: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:281: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::material_function_input(scm_unused_struct*, 
ctlio::material_function*)’:
ctl-io.cpp:292: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::medium_input(scm_unused_struct*, 
ctlio::medium*)’:
ctl-io.cpp:301: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:302: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:303: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:304: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:306: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:315: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:323: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:324: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:325: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:326: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:327: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:328: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::noisy_drude_susceptibility_input(scm_unused_struct*, 
ctlio::noisy_drude_susceptibility*)’:
ctl-io.cpp:333: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::noisy_lorentzian_susceptibility_input(scm_unused_struct*, 
ctlio::noisy_lorentzian_susceptibility*)’:
ctl-io.cpp:338: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::drude_susceptibility_input(scm_unused_struct*, 
ctlio::drude_susceptibility*)’:
ctl-io.cpp:343: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:344: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:345: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void 
ctlio::lorentzian_susceptibility_input(scm_unused_struct*, 
ctlio::lorentzian_susceptibility*)’:
ctl-io.cpp:356: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:357: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:358: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::susceptibility_input(scm_unused_struct*, 
ctlio::susceptibility*)’:
ctl-io.cpp:369: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:370: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:371: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:376: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘void ctlio::material_type_input(scm_unused_struct*, 
ctlio::material_type*)’:
ctl-io.cpp:387: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:392: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:397: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp: In function ‘scm_unused_struct* ctlio::read_input_vars()’:
ctl-io.cpp:1419: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1420: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1421: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1422: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1423: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1425: warning: deprecated conversion from string constant to 
‘char*’
ctl-io.cpp:1433: warning: deprecated conversion from string constant to 
‘char*’
  CXXLD    meep_mpi
../src/.libs/libmeep_mpi.a(multilevel-atom.o): In function 
`meep::multilevel_susceptibility::init_internal_data(double* (*) [2], double, 
meep::grid_volume const&, void*) const':
multilevel-atom.cpp:(.text+0x9a9): undefined reference to `dgetrf_'
multilevel-atom.cpp:(.text+0x9fb): undefined reference to `dgetri_'
multilevel-atom.cpp:(.text+0xa44): undefined reference to `dgetri_'
collect2: ld returned 1 exit status
make[3]: *** [meep_mpi] Error 1
make[3]: Leaving directory `/scratch/uceetum/programs/meep-1.2/libctl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/scratch/uceetum/programs/meep-1.2/libctl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/scratch/uceetum/programs/meep-1.2'
make: *** [all] Error 2

_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to