You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Steve Nielsen <St...@infores.com> on 1999/01/18 20:20:40 UTC

mod_jserv/3711: After successfully running ./configure running make encounters a syntax error

>Number:         3711
>Category:       mod_jserv
>Synopsis:       After successfully running ./configure running make encounters a syntax error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Jan 18 11:30:01 PST 1999
>Last-Modified:
>Originator:     Steve.Nielsen@infores.com
>Organization:
apache
>Release:        1.3.4 + Apache-JServ-19990118_tar.gz
>Environment:
JDK 1.1.6 (official release from HP's website)
JDSK 2.0 (from sun)
Apache 1.3.4 compiled with DSO
Daily snapshot Apache-JServ-19990118_tar.gz. I can't get 1.0b2 to work :)
>Description:
Running the following configure command produces a Makefile (src/c/Makefile)
with a syntax error:

./configure --prefix=/web/local/jserv \
    --with-apache-install=/web/local/apache \
    --with-jsdk=/web/local/jserv/lib/jsdk.jar

The syntax error is as follows:
===============================
make install
No suffix list.
Making install in src
No suffix list.
Making install in c
Make: line 260: syntax error.  Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

The makefile on line 260 (actually 259, 260 is blank) contains:
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)

This doesn't look right (but then I'm no make expert).


>How-To-Repeat:
run the configure command line noted above.
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]