The following reply was made to PR general/4219; it has been noted by GNATS.
From: Godmar Back <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] (Godmar Back) Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [email protected] Subject: Re: general/4219: JServ1.0b3 does not build: only compiles Hello.java Date: Sat, 10 Apr 1999 12:16:34 -0600 (MDT) > > > Aha. Further investigation reveals that it's not automake that is to > blame per se, automake in its infinite wisdom only hides what's going on. > > Apparently, you need to specify --with-apache-src, because of > AM_CONDITIONAL(MAKE_LIBJSERV, test x$apache_dir_is_src = xfalse) > in configure.in > Hmmm, but your doc at http://java.apache.org/jserv/install/howto.unix_install.html says that I only have to give --with-apache-src for a static compile, which is not what I want to do. Then why this test in configure.in? How do I get this thing to build as a DSO? - Godmar
