Displaying 3 results from an estimated 3 matches for "pgnd".
Did you mean:
pgd
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
Also what exact distro and version are you having the problem on and
what version of ld does it have?
Mine is
$ ld --version
GNU ld version 2.29.1-23.fc28
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
2024 Jul 20
2
[Bug 1762] New: coredump in --optimize
...ze
Product: nftables
Version: git (please specify your HEAD)
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: pgnd at dev-mail.net
#!/usr/sbin/nft -f
define wan = "eth0"
define lan = "eth1"
define vpn = "tun0"
define server = "10.10.10.1"
table nat {
chain prerouting {
type nat hook prerouting priority -100; policy accept;
iifname $wan...
2018 Jun 07
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
...-function --program-suffix=-8 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 8.1.1 20180523 [gcc-8-branch revision 260570] (SUSE Linux)
ld -v
GNU ld (GNU Binutils; home:pgnd:devel:gcc8 / openSUSE_Leap_15.0) 2.30.0.20180320-lp150.319
removing all optimization presets
unset CFLAGS LDFLAGS CPPFLAGS CXXFLAGS
echo $CC $CPP $CXX $LD
/usr/bin/gcc-8 /usr/bin/cpp-8 /usr/bin/g++-8 /usr/bin/ld
configuring
cd openssh-7.7p1
./configure --without-openssl
...
configure:...