On Fri, 13 Jul 2007, Adam C Powell IV wrote: > I'm trying to link PETSc with SuperLU in Debian (version 3.0-5),
FYI: SuperLU has some blas code in it. To avoid these duplcaite symbols, we build SuperLU with the following command: make lib LAAUX="" SLASRC="" DLASRC="" CLASRC="" ZLASRC="" SCLAUX="" DZLAUX="" If you have a debian package for superlu, you might also want to disable blas symbols from it. This wokrs with newer SuperLU release. Satish -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

