https://bugzilla.mindrot.org/show_bug.cgi?id=2998
--- Comment #14 from Darren Tucker <[email protected]> --- (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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
