ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6011] Upgrading to 1.6.0 can lead to a library mismatch.

Date: Sat, 18 Aug 2012 16:09:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6011

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stig@xxxxxxxxxxxxx

--- Comment #3 from Guy Harris <guy@xxxxxxxxxxxx> 2012-08-18 16:09:36 PDT ---
(In reply to comment #1)
> Created attachment 8915 [details]
> Do not inject -L$prefix/lib into LDFLAGS
> 
> The configure script and libtool combined are smart enough to figure out for
> themselves where to find libraries to link to,

Then presumably they're also smart enough to figure out where to find headers
to include, and that whole chunk of code can be removed from configure.in,
right?

Presumably, this will do the right thing on all UN*Xes even if, for example,
some prefix other than the default /usr/local is specified with --prefix, e.g.
--prefix=/opt?

The chunk of code was inserted by

    r25969 | stig | 2008-08-09 09:16:28 -0700 (Sat, 09 Aug 2008) | 3 lines 

    If using $prefix we add "$prefix/include" to the include search path
    and "$prefix/lib" to the library search path.

Stig?  What was the issue for which you added those lines?

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