Re: compiling shared modules (was: Compiling and loading gEDA/gschem plugin)
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 09, 2012 at 02:24:16PM +0200, Felix Salfelder wrote: > after "make install" to $prefix > LD_LIBRARY_PATH=$prefix/share/gnucap $prefix/bin/gnucap > >load lang_geda.so > works. i havent yet patched gnucap to find it automatically. Hi there. there is no need to patch gnucap. linking with -rpath <moduledir> does the job. i have committed this to 'geda_shared_module'. regards felix