search for: ac_try_link_func

Displaying 3 results from an estimated 3 matches for "ac_try_link_func".

2009 Sep 10
1
need -lresolv on MacOSX 10.6
.../usr/include/resolve.h on MacOSX 10.6.0 no longer contains #ifdef BIND_8_COMPAT #include <resolv8_compat.h> as seen in previous MacOSX releases, so we get #define res_query res_9_query which creates the dependency on -lresolv. OpenSSH's configure script tests for res_query with AC_TRY_LINK_FUNC(res_query, ...) which doesn't #include <resolv.h>, so it doesn't detect that -lresolv is needed for res_9_query. The attached patch is my attempt to fix it. -Jim -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: openssh-5.2p1.resol...
2004 May 11
9
[Bug 867] configure fails to find res_query/dn_expand on Linux amd64
http://bugzilla.mindrot.org/show_bug.cgi?id=867 Summary: configure fails to find res_query/dn_expand on Linux amd64 Product: Portable OpenSSH Version: 3.8.1p1 Platform: Other URL: http://bugs.debian.org/242462 OS/Version: Linux Status: NEW Severity: normal Priority: P2
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
http://bugzilla.mindrot.org/show_bug.cgi?id=601 Summary: configure script doesen't setup preprocessor flags properly Product: Portable OpenSSH Version: 3.6.1p2 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: