I get an error when I compile 1.0b4 using
the standard Solaris 2.5.1 make utility.
With GNU make it works fine.
>./configure \
--with-apache-install=/usr/local/apache_1.3.4 \
--with-jsdk=/home/jserv/JSDK2.0/lib/jsdk.jar \
--prefix=/home/jserv/ApacheJServ-1.0b4
>make
Making all in src
Making all in c
Making all in java
Making all in docs
Making all in example
Making all in conf
make: Fatal error in reader: Makefile, line 174: Unexpected end of line
seen
Current working directory /home/carrie/soft/ApacheJServ-1.0b4/conf
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
>vi ../conf/Makefile
168 maintainer-clean
169
170
171 clean-generic:
172
173 rm -f *~ *.bak
174
175 # Tell versions [3.59,3.63) of GNU make to not export all
variables.
176 # Otherwise a system limit (for SysV at least) may be exceeded.
177 .NOEXPORT
----------------------------------------------------------------
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]