Wireshark-bugs: [Wireshark-bugs] [Bug 7403] [PATCH] epan/Makefile.am filters out python-related

Date: Fri, 7 Sep 2012 12:30:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403

--- Comment #9 from Guy Harris <guy@xxxxxxxxxxxx> 2012-09-07 12:30:30 PDT ---
Note that a patch that unconditionally adds to libwireshark.def routines that
are conditionally built obviously cannot work correctly on any platform on
which, when building a library, saying "export this routine" when the routine
doesn't exist is an error.

Perhaps the GNU linker doesn't care, but the OS X linker, Solaris linker, and
MSVC++ linkers all do, as per the build logs.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.