On Mon, Sep 27, 2010 at 06:24:50PM +0200, Stig Bj?rlykke wrote: > On Sat, Sep 25, 2010 at 5:38 PM, <[email protected]> wrote: > > Log: > > - FindGLIB2.cmake updates from > > http://www.opensync.org/browser/branches/3rd-party-cmake-modules/modules > > Now I get this error: > > /usr/bin/gcc -dynamiclib -headerpad_max_install_names -o > ../lib/libwsutil.dylib -install_name > /Users/stig/Development/wireshark-makefile/lib/libwsutil.dylib > CMakeFiles/wsutil.dir/mpeg-audio.c.o > CMakeFiles/wsutil.dir/privileges.c.o > CMakeFiles/wsutil.dir/str_util.c.o CMakeFiles/wsutil.dir/type_util.c.o > -lglib-2.0 -lintl -liconv > ld: library not found for -lglib-2.0 > collect2: ld returned 1 exit status
Weird. It looks like the -L/path/to/lib is missing. Is this after a complete rebuild (rm -rf builddir, ....)? If so, what flags are returned by the new script, which ones were returned by the old script? Thanks for testing! Jörg -- Joerg Mayer <[email protected]> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___________________________________________________________________________ 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
