--
On Fri, 9 Jul 1999, Yang-Chao Lin wrote:
> Apache 1.3.6, JServ 1.0, HP-UX 10.20 (static link)
>
> I would like to post the following errors found when
> I built Apache JServ on HP-UX10, and hopefully
> it'll be fixed in the next distribution.
>
> In building JServ, 'make' doesn't build the JServ.class.
> Probably because of dependency problem.
> Use 'gmake' will do the job though.
Hmm. Ok, I'd like to fix this -- there's no good reason we should fail to
play nice with other make implementations.
> In building mod-jserv into apache:
> After running
> ./config.status --activate-module=src/modules/jserv/mod_jserv
>
> There are errors in the Makefile generated in mod_jserv directroy.
> (1) 'make' doesn't like $(SHLIBS) to be null. It is null
> because of static link. 'gmake' works.
could you try adding 'dummy ' at the begining of the line where this
occurs? Ie.:
dummy $(SHLIBS): $(OBJS_PIC)
I'd like to make sure that this fixes the problem.
> (2) $(CFLAGS) is required to comple jserv_mkimg.c, otherwise
> compile error. Modify the line to:
> ($CC) $(CFLAGS) jserv_mkimg.c -o jserv_mkimg
> and it worked.
Ok, I'll fix this.
Thanks for the bug report --
Ed
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]