El 03/05/2013, a las 17:53, Dharmendar Reddy escribi?: > Hello, > this is the exact command i use: > > login4$ ./configure --with-arpack-flags="-Wl,-rpath,$HOME/LocalApps/lib > -L$HOME/LocalApps/lib -lparpack -larpack" > Checking environment... > Checking PETSc installation... > Checking ARPACK library... > ERROR: Unable to link with library ARPACK > ERROR: In directories /usr/local/lib > ERROR: With flags -L/usr/local/lib -Wl -rpath > /home1/00924/Reddy135/LocalApps/lib -L/ > home1/00924/Reddy135/LocalApps/lib -lparpack -larpack > > ERROR: See "mpi_rScalar_Debug/conf/configure.log" file for details > > configure step is removing the commas and adding -L/usr/local/lib
Yes, you are right. We do a very simple parsing of configure options and currently do not allow options containing commas. This is a bad solution and will try to fix it for the next release. Jose
