[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fortran could not successfully link C++ objects problem
- To: petsc-users@xxxxxxxxxxx
- Subject: Fortran could not successfully link C++ objects problem
- From: "Ben Tay" <zonexo@xxxxxxxxx>
- Date: Thu, 7 Jun 2007 11:56:46 +0800
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=K+8tjjZnF/e2SmzdCKILerEEz1HE1bq6Srqje8v+2ixcQlK3w+42SWCZvH9DxxagKJS0NN5E83N6GdVP6qya9IFYyCUu8gQ3Ky5uuE+RuEU4vKfZiDEFRPEJNc8iv5VmPrZFPGQtQfouc6QT28YMjzatlHm5WJLeeO3B9MChfIE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rk2azO3RipSa8Ogf+zIx27WNlWH3RRRHMCwXVDTxb6NPKJwG6Yh2s9hWf+FmVDpXnZbH+gKyBkj+Adw7L9qamsmxm+wB46I5xc1UDtFvZh3wv/BgEPFx4Oa8hSu0+giw/iPJ9oB+sOLJjj+1At1JnxYbIYQYzhJuNcolf8XULJk=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi,
I got this error during configure: Fortran could not successfully link C++ objects
My command is :
./config/configure.py --with-vendor-compilers=intel --with-blas-lapack-dir=/usr/local/intel/mkl721cluster/ --with-debugging=0 --download-hypre=1 --with-x=0 --with-mpi-dir=/usr/local/topspin/mpi/mpich/ --with-batch=1 --with-shared
May I know what's wrong?
Thank you.