Re: (GSoC) Compiling and loading gEDA/gschem plugin [was: Re: gsoc - gnucap project]
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <CABYfvgAd8p-ONZt202kYUEVHi4rh=ZA=is9t5UTorSDZAMPhuQ@mail.gmail.com> |
On Fri, Aug 10, 2012 at 6:42 AM, al davis <[email protected]> wrote: > 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. Ok then in that case, without changing Makefile.am or configure.ac, create lang_geda.so using the following command and load it: g++ -DHAVE_GEDA -shared -fPIC -o lang_geda.so lang_geda.cc d_place.cc \ d_net.cc $(pkg-config --cflags gtk+-2.0 --libs libgeda) That is needed to search for libgeda package and get the symbols file. -- Savant Krishna | Junior Undergraduate | Electrical Engineering | IIT Bombay