libtool
[Top][All Lists]
Advanced

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

Re: libtool-2 problem: Building a QT3 Designer plugin


From: Bob Friesenhahn
Subject: Re: libtool-2 problem: Building a QT3 Designer plugin
Date: Fri, 6 Nov 2009 20:11:31 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Fri, 6 Nov 2009, Bob Friesenhahn wrote:
modulesdir = $(libexecdir)/MyFavoritePackage
modules_LTLIBRARIES = musewidgetsplugin.la
musewidgetsplugin_la_SOURCES = musewidgetsplugin.c
musewidgetsplugin_la_CPPFLAGS = -no-undefined -export-symbols-regex ".*" -shared -module -avoid-version
musewidgetsplugin_la_LDFLAGS = -shared -module -avoid-version
musewidgetsplugin_la_LIBADD =

Some fixes/editing are surely required.

I see that I somehow made a cut and paste error. The junk in _CPPFLAGS was meant to be pasted into _LDFLAGS. It does not work for CPPFLAGS. Sorry about that.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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