Hello Christophe, > I am trying to write a rpm package for getfem++ (on FC3) and I encounter > a problem when building with shared libraries option. The shared > libraries are not named with the standard ".so" extension. I wish to > have this extension for shake of clarity. How can I restablish the > extension?
I cannot check right now, but I think the solution should be to upgrade the libtool script (ltmain.sh) of getfem++, I think we have not done that for a long time and are still using an old and buggy libtool script. Or maybe try to remove the AM_DISABLE_SHARED line in the configure.in file. We do not use specific tricks in the getfem++ makefiles so it should work without problems, but libtool is full of surprises ! -- julien _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
