getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] configure fail on getfem++ v3.01


From: Yves Renard
Subject: Re: [Getfem-users] configure fail on getfem++ v3.01
Date: Wed, 12 Sep 2007 15:40:28 +0200
User-agent: KMail/1.9.5

Le mardi 11 septembre 2007 23:19, Bin a écrit :
> Hi,
>
> I configure Getfem++ v3.0.1 with:
>         ./configure BLAS_LIBS="/scratch/xub/XFEM/BLAS/blas_LINUX.a -lg2c"
> --prefix=$PWD
> But I got the following error message:
> *checking for Fortran name-mangling scheme... unknown
> F77=g77
> configure: error: "superlu won't handle this calling convention: sgemm ->
> unknown"
> *
> Anyone help me?

Dear Bin,

It seams that the ./configure fails when it tests the convention for fortran 
calls (needed for blas and superlu). it tries first without an additional 
underscore then with an additional underscore. And the two strategies failed 
in your case ... (lines 532 and 586 of config.log).

Don't know why ...

You can try to insert

export $F77=""

at line 19721 of configure file. It may work ...

-- 
Yves.

-------------------------------------------------------------------------
  Yves Renard (address@hidden)       tel : (33) 04.72.43.87.08
  Pole de Mathematiques,                       fax : (33) 04.72.43.85.29
  Institut Camille Jordan - CNRS UMR 5208
  INSA de Lyon, Universite de Lyon
  20, rue Albert Einstein
  69621 Villeurbanne Cedex, FRANCE
  http://math.univ-lyon1.fr/~renard
-------------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]