http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51309
User: guy
Date: 2013/08/12 02:09 AM
Log:
On some platforms, to get dladdr() you need to link with -ldl. First
try it without -ldl (in case the OS doesn't have it - not a good idea,
as it complicates the build process for cross-platform tools that might
require it on other platforms, but "not a good idea" never stopped UN*X
vendors in the past) and, if that fails, try it with -ldl.
Directory: /trunk/
Changes Path Action
+36 -0 acinclude.m4 Modified
+7 -24 configure.ac Modified