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 _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
