On Wed, 4 Jan 2017, Matthew Knepley wrote: > On Wed, Jan 4, 2017 at 9:19 AM, Klaij, Christiaan <[email protected]> wrote: > > > Attached is the log for > > > > > > LIBS="-L/cm/shared/apps/intel/compilers_and_libraries_2016. > > 3.210/linux/compiler/lib/intel64_lin -lifcore" > > > Something is strange with the quotes in this shell. Can you use this > instead > > LIBS=[-L/cm/shared/apps/intel/compilers_and_libraries_2016. > 3.210/linux/compiler/lib/intel64_lin,-lifcore]
I don't think LIBS accepts this notation.. For eg: http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/01/01/configure_maint_arch-linux-gcc-ifc-cmplx_crank.log The quotes should work. I don't know why its messed up. Alternative is: 'LIBS=-L/cm/shared/apps/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin -lifcore' BTW: Is is easier to use --with-shared-libraries=0? [does this work?] Satish
