[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_NM when compiling for mingw
From: |
Bruno Haible |
Subject: |
Re: AC_PROG_NM when compiling for mingw |
Date: |
Sat, 25 Apr 2009 15:22:23 +0200 |
User-agent: |
KMail/1.9.9 |
Ralf Wildenhues wrote:
> With current stable Cygwin, is this only a cosmetic improvement of
> configure output or a cause for a broken build?
As explained in my replies to Peter [1][2], in my uses of AC_PROG_NM,
when 'nm' is not detected, the library that is built is not namespace
clean: its exported symbols are likely to collide with those of other
libraries.
And then there's also the functionality provided by libtool that
relies on 'nm'. You know better than me which functionality that is
(maybe -dlopen or -dlpreopen).
Bruno
[1] http://lists.gnu.org/archive/html/bug-libtool/2009-04/msg00021.html
[2] http://lists.gnu.org/archive/html/bug-libtool/2009-04/msg00023.html