> Dear friends, > > I have this error: > checking for library containing smumps_c... no > configure: error: The function smumps_c couldn't be found in the provided > MUMPS libraries. > > As you see, there is smumps_c.h in this directory. > I have given the address for MUMPS include directory in the configuration. > But, it doesn't recognize that. > > Has any one encountered the same error? I would appreciate it if you could > let know how to resolve this error.
Dear Mahdi, >From the error message it looks like the error concerns library files and not header files. To see what is going on you can look at config.log in your file. First of all make sure you have all required libraries in the directory provided. Most of the time autotools configuration works fine but I have found that if I have libraries installed in some non-standard places it "chokes" when looking for library files. In such situations setting environment variable LDFLAGS="-L my_lib_path" solves the problem. Regards Roman > > Best regards, > Mahdi > _______________________________________________ > Getfem-users mailing list > [email protected] > https://mail.gna.org/listinfo/getfem-users -- Roman Putanowicz, PhD < [email protected] > Institute for Computational Civil Engng (L-5) Dept. of Civil Engng, Cracow Univ. of Technology www.l5.pk.edu.pl, tel. +48 12 628 2569, fax 2034 _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
