For dev builds, I typically use a local output directory for install by specifying `--prefix=$PWD/build` or setting the equivalent CMake config. The strange this is the CMake binaries can't find the libraries at startup:
$ ./wireshark dyld: Library not loaded: libwireshark.dylib Referenced from: /Users/tony/Developer/src/wireshark-1.7/build/bin/./wireshark Reason: image not found Trace/BPT trap The workaround is to copy the libraries into the same directory as the binary. The autoconf build has no problem. Why is that?
___________________________________________________________________________ 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
