[Bug 2998] With multi-line input terminal gets echo twice and ctrl+D does not work

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Apr 24 15:06:48 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2998

--- Comment #14 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to Yuri Voinov from comment #13)
[...]
> Im sure configure found gcc first (before Oracle Developer Studio
> cc) due to PATH (which is same like before).

That's not what it does, it'll search the entire path for cc, and only
look for gcc if the former is not found.

$ ln -s /usr/bin/gcc ~/bin/gcc
$ export PATH=~/bin:$PATH
$ which cc gcc
/usr/bin/cc
/home/dtucker/bin/gcc
$ ./configure
checking for cc... cc
[...]

Please compare the output from ./configure between openssh versions.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list