From nobody@hyperreal.com Fri Dec 6 11:12:41 1996 Received: by taz.hyperreal.com (8.8.3/V2.0) id LAA29382; Fri, 6 Dec 1996 11:12:41 -0800 (PST) Message-Id: <199612061912.LAA29382@taz.hyperreal.com> Date: Fri, 6 Dec 1996 11:12:41 -0800 (PST) From: Kief Morris Reply-To: kmorris@cs.utk.edu To: apbugs@hyperreal.com Subject: Addendum to compilation on SunOS problems X-Send-Pr-Version: 3.2 >Number: 33 >Category: config >Synopsis: Addendum to compilation on SunOS problems >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Dec 6 11:20:01 1996 >Last-Modified: Fri Dec 6 18:04:55 PST 1996 >Originator: kmorris@cs.utk.edu >Organization: >Release: 1.2b1 >Environment: >Description: I have tried changing the line in Configuration to : Rule WANTHSREGEX=yes and re-running ./Configure. The result is: # make make: Fatal error in reader: Makefile, line 38: Unexpected end of line seen The Makefile around line 38 looks like: ############### # Platform: SunOS 4 # Final Rules: # Rule WANTHSREGEX=default yes ############### The line that says "yes" is line 38. I've tried fixing that line in the Makefile, but none of these work: ##Rule:WANTHSREGEX=yes # Rule WANTHSREGEX=default WANTHSREGEX=yes or # Rule WANTHSREGEX=yes >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: fielding State-Changed-When: Fri Dec 6 18:04:54 PST 1996 State-Changed-Why: This has already been fixed for the next release, but to get you started... all you need to do is add -DUSEBCOPY to EXTRA_CFLAGS (in Configuration) and replace Rule WANTHSREGEX=default with Rule WANTHSREGEX=yes and re-run Configure and then make. Please delete any other lines you added that involve WANTHSREGEX (even ones that might look like comments). These changes will be the default for 1.2b2 on SunOS 4. >Unformatted: