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
[EMAIL PROTECTED]

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



  • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
    • ... F J Franklin
      • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
        • ... F J Franklin
          • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
            • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
              • ... Tom Tromey
                • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
            • ... Tom Tromey
              • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)
        • ... Tom Tromey
          • ... Αλέξανδρος Καρυπίδης (Alexandros Karypidis)

Reply via email to