[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] gcc: error: unrecognized command line option '-R'
From: |
Jeffrey Walton |
Subject: |
[Bug-wget] gcc: error: unrecognized command line option '-R' |
Date: |
Sat, 19 May 2018 11:28:33 -0400 |
Hi Everyone,
This looks like a new issue with Wget 1.19.5:
make
...
CC libunittest_a-version.o
AR libunittest.a
gmake[3]: Leaving directory '/home/Build-Scripts/wget-1.19.5/src'
gmake[2]: Leaving directory '/home/Build-Scripts/wget-1.19.5/src'
Making check in doc
...
gmake[4]: Leaving directory '/home/Build-Scripts/wget-1.19.5/src'
CCLD wget_css_fuzzer
gcc: error: unrecognized command line option '-R'
gmake[3]: *** [Makefile:1757: wget_css_fuzzer] Error 1
The config.log is attached. It looks like there is a bad interaction
with -Wl,-R,/usr/local/lib64, which is in my LDFLAGS. The complete
LDFLAGS used is:
-L/usr/local/lib64 -m64 -Wl,-R,/usr/local/lib64 -Wl,--enable-new-dtags
Jeff
config.log.tar.gz
Description: application/gzip