libtool
[Top][All Lists]
Advanced

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

mingw install directory for shared lib


From: Bob Rossi
Subject: mingw install directory for shared lib
Date: Tue, 08 Jan 2008 14:18:56 -0500
User-agent: Mutt/1.5.15+20070412 (2007-04-11)

Hi,

I have something like this,
  plugindir = $(libdir)/plugins
  plugin_LTLIBRARIES =
and
  plugin_LTLIBRARIES += libfoo.la
  libfoo_la_SOURCES = foo.cc
  libfoo_la_LDFLAGS = "-no-undefined"

Now when I do 'make install' with --prefix=install I see this, 
on linux, I get install/lib/plugins/libfoo.so
on windows, I get install/lib/bin/libfoo-0.dll

Any idea why the dll isn't going into the plugins dir and why
it is going into lib/bin?

Thanks,
Bob Rossi




reply via email to

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