Hello.
I have found that ld reports confusing message on unsupported
command-line options started with 'r' or 'i':
$ ld -iqwerty
ld: bad -rpath option
$ ld -rqwerty
ld: bad -rpath option
The common case discussed in Internet is incorrectly passing -rdynamic
option to ld.
It's hard to guess what
Hello.
I have found that ld reports confusing message on unsupported
command-line options started with 'r' or 'i':
$ ld -iqwerty
ld: bad -rpath option
$ ld -rqwerty
ld: bad -rpath option
The common case discussed in Internet is incorrectly passing -rdynamic
option to ld.
It's hard to guess what
https://sourceware.org/bugzilla/show_bug.cgi?id=3298
Oleg Endo changed:
What|Removed |Added
CC||olegendo at gcc dot gnu.org
--- Comment #4