bug-libtool
[Top][All Lists]
Advanced

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

bug#11060: libtool to_tool_file_cmd left undeclared and uninitialized


From: Peter O'Gorman
Subject: bug#11060: libtool to_tool_file_cmd left undeclared and uninitialized
Date: Thu, 22 Mar 2012 12:55:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

On 03/22/2012 11:14 AM, Peter Rosin wrote:

      esac
      ;;
+  * ) # unhandled hosts (and "normal" native builds)
+    lt_cv_to_tool_file_cmd=func_convert_file_noop
+    ;;
  esac
  ])
  to_tool_file_cmd=$lt_cv_to_tool_file_cmd

That's not correct, above the outer case, there's
[#assume ordinary cross tools, or native build.
lt_cv_to_tool_file_cmd=func_convert_file_noop

Indeed, I totally missed that!


My guess is a version mismatch between libtool.m4 and ltmain.{m4}sh,
or something such.

Yes, seems more likely.

Peter





reply via email to

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