getfem-users
[Top][All Lists]
Advanced

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

Re: [Getfem-users] Current SVN version fails to build with --enable-shar


From: Konstantinos Poulios
Subject: Re: [Getfem-users] Current SVN version fails to build with --enable-shared
Date: Fri, 7 Aug 2009 12:24:20 +0300

... in order to reproduce the problem you also need of course the --enable-python option, e.g.

./configure --prefix=/opt --enable-shared --enable-python


On Fri, Aug 7, 2009 at 11:56 AM, Konstantinos Poulios <address@hidden> wrote:
Hi all,

I am trying to build getfem from svn with the "--enable-shared" configure option on Ubuntu 9.04 (actually I am trying to prepare deb packages). It fails with:

>pydoc -w getfem_python_reference && cp getfem_python_reference.html ../../../interface/doc/getfem_python_reference.html
>problem in getfem_python_reference - <type 'exceptions.ImportError'>: libgetfem.so.4: cannot open shared object file: No such file or directory
>cp: cannot stat `getfem_python_reference.html': No such file or directory
>make: *** [getfem_python_reference.html] Error 1

In interface/src/python pydoc can't find the library ../../../src/.libs/libgetfem.so.4 needed by ./_getfem_python.so when the "--enable-shared" option is present.

Please fix this issue.

Best Regards

Kostas


reply via email to

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