From nobody@hyperreal.com Mon Apr 21 11:26:32 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.4/8.8.4) id LAA15465; Mon, 21 Apr 1997 11:26:32 -0700 (PDT) Message-Id: <199704211826.LAA15465@hyperreal.com> Date: Mon, 21 Apr 1997 11:26:32 -0700 (PDT) From: Mark Bentley Reply-To: bentlema@cs.umn.edu To: apbugs@hyperreal.com Subject: Makefile for regex library foobared X-Send-Pr-Version: 3.2 >Number: 439 >Category: os-irix >Synopsis: Makefile for regex library foobared >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Apr 21 11:30:00 1997 >Last-Modified: Tue Apr 22 07:42:08 PDT 1997 >Originator: bentlema@cs.umn.edu >Organization: >Release: 1.2b8 >Environment: IRIX 5.3, gcc >Description: When making httpd, the final link gives this error: collect2: ld returned 1 exit status /usr/bin/../lib/ld: Archive: regex/libregex.a has no table of contents (not searched) add one with 'ar ts' Unresolved: regfree regcomp regexec regerror *** Error code 1 (bu21) The make seems to have an error in it such that "ar" never gets run. >How-To-Repeat: >Fix: do a "make clean; make; make lib" in the regex directory, then try making apache again >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Tue Apr 22 07:42:07 PDT 1997 State-Changed-Why: User says: >Unformatted: >Hmmm, I'm not sure what happened. I manually went into regex >and did a "make clean" and then re-built without any problem.