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 02:29:01 -0400
User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )

On Tuesday 07 August 2012, address@hidden wrote:
> "make lang_geda.o" also should work but I can't load it as a
> plugin. I get
> 
> gnucap> load ./lang_geda.o
> load ./lang_geda.o
>      ^ ? ./lang_geda.o: only ET_DYN and ET_EXEC can be loaded
> 
> I think makefile doesn't compile with -shared flag and hence
> the issue.

The suffix is ".so" (shared object) not ".o".

Make has a collection of default rules, so even though 
lang_geda.o is not explicitly listed in the makefile, make finds 
a rule to make it.  Since .o is normally not "shared", the     
"-shared" flag is not used.



reply via email to

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