The following reply was made to PR mod_jserv/4486; it has been noted by GNATS.
From: Johnson Neil-CNJ002 <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: mod_jserv/4486: Make doesn't compile mod_jserv.so
Date: Fri, 28 May 1999 11:17:58 -0500
Some more info for you.
Looking at the Makefile in src/c and following the dependcies from 'all'
back I find the line:
all-am: Makefile $(LTLIBRARIES)
If I look for LTLIBARIES sysmbol I find:
LTLIBRARIES = $(lib_LTLIBRARIES)
If I look for lib_LTLIBRARIES I find the following line:
#lib_LTLIBRARIES = libjserv.la
Since it is commented out, Make finds nothing to build for the default.
Hope this helps.