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: al davis
Subject: Re: [Gnucap-devel] (GSoC) Compiling and loading gEDA/gschem plugin [was: Re: gsoc - gnucap project]
Date: Thu, 9 Aug 2012 21:12:36 -0400
User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )

On Thursday 09 August 2012, address@hidden 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.



reply via email to

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