On Fri, Aug 5, 2011 at 7:23 PM, Gerald Combs <[email protected]> wrote: > $ make wsutil > Linking C shared library ../lib/libwsutil.dylib > ld: library not found for -lglib-2.0 > collect2: ld returned 1 exit status
I still have to do this to make it build with cmake and xcode: 's$-lglib-2.0$-L/opt/local/lib -lglib-2.0$g' Wireshark.xcodeproj/project.pbxproj I haven't tried to fix it yet... -- Stig Bjørlykke ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
