gnucap-devel
[Top][All Lists]
Advanced

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

Re: [Gnucap-devel] (GSoC) Compiling and loading gEDA/gschem plugin [was:


From: address@hidden
Subject: Re: [Gnucap-devel] (GSoC) Compiling and loading gEDA/gschem plugin [was: Re: gsoc - gnucap project]
Date: Fri, 10 Aug 2012 17:43:29 +0530

On Fri, Aug 10, 2012 at 6:42 AM, al davis <address@hidden> 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



reply via email to

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