libtool
[Top][All Lists]
Advanced

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

Re: MinGW libtool DLL failure


From: Guido Draheim
Subject: Re: MinGW libtool DLL failure
Date: Fri, 11 Oct 2002 17:38:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826


Elizabeth Barham wrote:
   yes,mingw*)
-    library_names_spec='${libname}`echo ${release} | sed -e 
's/[[.]]/-/g'`${versuffix}.dll'
+    soname_spec='$libname.dll'
+    library_names_spec='$libname.dll.a'

don't cut away the "release" spec.

libtool link --release 10.56 -o libfoo.la
  creates
libfoo-10-56.dll

Currently the "release" marker is the only way to get
at variant libraries - kinda misuse, I know, but
better than nothing.

I don't think that library_names_spec is the correct
place to specify the importlib - but where to place
it else, hmm... the problem is more that it must
be created somehow while in the making and placed
additionally (!!) in the la spec to be installed
later.






reply via email to

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