[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] gcc: error: unrecognized command line option '-R'
From: |
Jeffrey Walton |
Subject: |
Re: [Bug-wget] gcc: error: unrecognized command line option '-R' |
Date: |
Sat, 19 May 2018 14:57:12 -0400 |
On Sat, May 19, 2018 at 12:27 PM, Tim Rühsen <address@hidden> wrote:
> Hi Jeff,
>
> could you 'cd fuzz', then 'make -j1 V=1' and send us the ouput ?
>
> It should include the full gcc command line.
>
> Please attach your config.log.
>
This may be worth mentioning.. 'make istall' works fine. After install:
$ command -v wget
/usr/local/bin/wget
$ wget --version
GNU Wget 1.19.5 built on linux-gnu.
-cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
+ntlm +opie +psl +ssl/openssl
Wgetrc:
/etc/wgetrc (system)
Locale:
/usr/local/share/locale
Compile:
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib
-I/usr/local/include -DNDEBUG -I/usr/local/include
-I/usr/local/include -I/usr/local/include -DNDEBUG -g2 -O2 -m64
-march=native -fPIC
Link:
gcc -I/usr/local/include -I/usr/local/include -I/usr/local/include
-DNDEBUG -g2 -O2 -m64 -march=native -fPIC -L/usr/local/lib64 -m64
-Wl,-R,/usr/local/lib64 -Wl,--enable-new-dtags -L/usr/local/lib64
-lpcre -lidn2 /usr/local/lib64/libssl.so
/usr/local/lib64/libcrypto.so -Wl,-rpath -Wl,/usr/local/lib64 -ldl
-L/usr/local/lib64 -lz -L/usr/local/lib64 -lpsl -ldl -lpthread
ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a
/usr/local/lib64/libiconv.so -Wl,-rpath -Wl,/usr/local/lib64
/usr/local/lib64/libunistring.so /usr/local/lib64/libiconv.so -ldl
-lpthread -Wl,-rpath -Wl,/usr/local/lib64
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
...
Jeff