<font size="2"><font face="tahoma,sans-serif">Hi;<br><br>r140645 removes /usr/ from the predefined paths list and adds /usr/lib/ instead while this might work for Debian based distributions it won't work for openSUSE and SUSE since the crtbegin.o is in <br>


<br>/usr/lib64/gcc/x86_64-suse-linux/4.6/crtbegin.o (for x86-64)<br><br>which is<br><br>/usr + lib64/gcc + target_triple + gcc_version + crtbegin.o<br><br>Simple fix is to add /usr/ back to the predefined paths list. Patch attached.<br>


<br>Regards,<br>ismail<br><br></font></font>