http://bugs.winehq.org/show_bug.cgi?id=59855 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|regression, source | Keywords| |regression, source CC| |imwellcushtymelike@gmail.co | |m --- Comment #8 from Ken Sharp <imwellcushtymelike@gmail.com> --- So I can definitely recreate this (Ubuntu Noble) by nobbling my system: $ sudo chmod -x /bin/ln $ ./configure But, under what circumstances would this make sense? I guess the cp -pR should work on any system, but isn't this part of the Autoconf system? “Macro: AC_PROG_LN_S If ‘ln -s’ works on the current file system (the operating system and file system support symbolic links), set the output variable LN_S to ‘ln -s’; otherwise, if ‘ln’ works, set LN_S to ‘ln’, and otherwise set it to ‘cp -p’.” https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Particu... It doesn't mention -R, but I don't know what that means, if anything. man cp: -R, -r, --recursive copy directories recursively Is the recursion the issue? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.