Actions
Bug #4031
closedconfigure: $NM is empty, causing "command not found"
ruby -v:
ruby 1.9.3dev (2010-11-06 trunk 29706) [x86_64-darwin10.4.0]
Backport:
Description
=begin
Running autoconf (2.61), and then ./configure result in an error (ignored):
"./configure: line 39432: conftest.o: command not found"
This come from nobu's commit from yesterday
29706: (configure.in (rb_cv_export_prefix): check for prefixed underscore of exported symbols)
but seems to be a deeper issue, because the error is caused by $NM not being defined or empty at that time.
I searched around, and apparently the 'fi' at line 5324 of the generated configure does not match any 'if', but I could not look further as a 41688-lines generated file is hard to read.
Maybe this issue is from autoconf, I do not see any reason why it would not find my nm at /usr/bin/nm.
I join the configure executable generated.
=end
Files
Actions
Like0
Like0Like0Like0Like0