libtool-patches
[Top][All Lists]
Advanced

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

Re: Patch libtool for m4 cvs in mingw/msys


From: heromyth
Subject: Re: Patch libtool for m4 cvs in mingw/msys
Date: Fri, 17 Jun 2005 19:09:07 +0800
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)


    fi

into these:

    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
      if test -n "$NM" ; then
        my_dlsyms="${my_outputname}S.c"
Sorry for this line:
        if test -n "$global_symbol_pipe" ; then
It should be:
          if test -z "$global_symbol_pipe" ; then
func_warning "not configured to extract global symbols from dlpreopened files"







reply via email to

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