libtool
[Top][All Lists]
Advanced

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

Re: [Mingw-users] Building DLLs using MinGW & libtool


From: Earnie Boyd
Subject: Re: [Mingw-users] Building DLLs using MinGW & libtool
Date: Wed, 12 Jun 2002 06:54:05 -0400

Bob Friesenhahn wrote:
> 
> On Tue, 11 Jun 2002, Earnie Boyd wrote:
> 
> > Do you have the msysDTK?  And msysDVLPR?
> 
> I have installed msysDTK but not msysDVLPR.
> 
> Is there some reason why my package would need to use MinGW-specific
> auto* tools?  That kind of defeats the purpose ...
> 
> > All autoconfiguration tools must have the same prefix, that's why I
> > provided the msysDTK.  I have the configured all of the tools to
> > --prefix=/usr.
> 
> I am not using any MinGW-specific auto* tools.  I am using the latest
> releases of GNU Autoconf, Automake, and current CVS libtool.
> 

How, are you using the current CVS libtool????  How did you build it? 
How did you configure it?  Did you build autoconf and automake or are
you using the ones provided in the msysDTK?  Which has version 1.4.2 of
libtool.

To build the CVS version of libtool I had to modify /etc/config.site

--- /etc/config.site.orig    Mon May 13 10:58:16 2002
+++ /etc/config.site Fri May 31 10:58:21 2002
@@ -17,5 +17,5 @@
 lt_cv_prog_cc_static_works=${lt_cv_prog_cc_static_works=yes}
 lt_cv_prog_cc_wl=${lt_cv_prog_cc_wl=-Wl,}
 lt_cv_prog_gnu_ld=${lt_cv_prog_gnu_ld=yes}
-lt_cv_sys_global_symbol_pipe=${lt_cv_sys_global_symbol_pipe=}
 lt_cv_sys_path_separator=${lt_cv_sys_path_separator=:}
+lt_cv_allow_undefined_flag=${lt_cv_allow_undefined_flag=}



reply via email to

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