13 Aug
2015
13 Aug
'15
14:50
http://bugzilla.opensuse.org/show_bug.cgi?id=941629 http://bugzilla.opensuse.org/show_bug.cgi?id=941629#c1 --- Comment #1 from Marguerite Su <i@marguerite.su> --- <pre> gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; </pre> My `ld --help | grep "supported targets"` shows nothing. So I suppose ld_shlibs should be no. and then: <pre> if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi </pre> hardcode_libdir_flag_spec should be null. But unluckily it was not like that... -- You are receiving this mail because: You are on the CC list for the bug.