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 3040] wireshark will not launch for osx 10.5.4

Date: Thu, 13 Nov 2008 00:21:33 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3040


Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |guy@xxxxxxxxxxxx
         AssignedTo|wireshark-bugs@xxxxxxxxxxxxx|gerald@xxxxxxxxxxxxx




--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx>  2008-11-13 00:21:10 PDT ---
If Wireshark, and all the supporting libraries, are configured with

    CFLAGS="-I/Developer/SDKs/MacOSX10.5.sdk/usr/include"
LDFLAGS="-L/Developer/SDKs/MacOSX10.5.sdk/usr/lib" ./configure {configure args}

and built, that should make them depend on the versions of the libraries in
10.5.0, not in the 10.5.x on which the build was done.

>From that we could make an app bundle that should work on older 10.5.x
releases, even if we build on 10.5.5.

Gerald?


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