Re: (GSoC) Compiling and loading gEDA/gschem plugin [was: Re: gsoc - gnucap project]
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 09 August 2012, [email protected] wrote: > Okay, but In order for makefile to compile to a shared object > file, we need to specifiy that, right? ".so" for a plugin. (always -shared) ".o" to static link. (never -shared) In the previous mail, I left out .. "./include" is a symlink to where the gnucap include files are. You shouldn't need to mess with Makefile.am. ... that's for static link. A plugin can be added later, after the main program is installed, so the distros can have something stable and plugins can be added by a user later.