[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbie: Shared library with subdirs & convenience libs
From: |
F J Franklin |
Subject: |
Re: Newbie: Shared library with subdirs & convenience libs |
Date: |
Fri, 1 Feb 2002 13:22:26 +0000 (GMT) |
I'm not distinguishing between dynamic & static. Libraries are libraries.
An example from CVS libwmf:
libwmf_la_LIBADD = libwmflite.la ipa/libipa.la $(LIBGD) $(LIBTRIO)
where libwmflite.la is not convenience but the other three are. Generally
all are built as static & shared libraries, but that's irrelevant.
> make[2]: rpath: Command not found
Are you sure your configure.{in|ac} is correct? I use
AC_INIT(src/player.c)
VERSION=$WMF_VERSION
PACKAGE=libwmf
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
at the moment, but there are probably better ways to do it.
Regards, Frank
Francis James Franklin
address@hidden
It's getting them wrong that is living, getting them wrong and wrong and
wrong and then, on careful reconsideration, getting them wrong again.
That's how we know we're alive: we're wrong.
--- Philip Roth