Bug ID |
13262
|
Summary |
-Wl,-bbigtoc needed in Makefile in epan directory
|
Product |
Wireshark
|
Version |
2.2.2
|
Hardware |
PowerPC
|
OS |
AIX
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark (Wireshark) 2.2.2 (Git Rev Unknown from unknown)
Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with libpcap, without POSIX capabilities, with GLib 2.50.2,
with zlib 1.2.5, without SMI, without c-ares, without Lua, with GnuTLS 3.1.10,
without Gcrypt, without Kerberos, without GeoIP.
Running on AIX 6.1, with locale C C C C C C, with libpcap version 1.8.1, with
GnuTLS 3.1.10, with zlib 1.2.5.
Built using gcc 4.5.2.
--
When building the wireshark command line tools for AIX, the libwireshark.la
needs to have -Wl,-bbigtoc added to its ld flags.
What I did was just add:
LDFLAGS = -Wl,-bbigtoc
in the Makefile after doing the configure but I believe only libwireshark.la
needs it.
You are receiving this mail because:
- You are watching all bug changes.