Comments for a patch?

2007-04-19 Thread sol11x86
On a Solaris system, getaddrinfo is not found during the AC_CHECK_FUNC test, because the libs required for getaddrinfo have not been found on Solaris yet. By moving the AC_CHECK_FUNC for getaddrinfo, below where libsocket and libnsl are checked, getaddrinfo is now found on Solaris, and I'm able

re: Comments for a patch?

2007-04-18 Thread Dan Kegel
I'm not an autoconf guru, but I play one on TV. You wrote: +AC_CHECK_FUNC(getaddrinfo, [AC_DEFINE([HAVE_GETADDRINFO], [1], +[Defined to 1 if you have the getadrinfo function,])], +[AC_CHECK_LIB(socket, getaddrinfo, +[AC_DEFINE([HAVE_GETADDRINFO]) LIBS="-lsocket -lnsl $LIBS"], , , -ln

Comments for a patch?

2007-04-18 Thread sol11x86
I am compiling the stock current CVS 0.9.35 code on Solaris 10/X86. I was successful in starting notedpad and winemine, so the base looks good. I installed mozilla-win32-1.7.13-installer.exe, and am able to start mozilla.exe, but it will not lookup host name, and therefore won't render any pag