Received: (qmail 15628 invoked by uid 2012); 8 May 1998 08:40:51 -0000 Message-Id: <19980508084051.15627.qmail@hyperreal.org> Date: 8 May 1998 08:40:51 -0000 From: Stefan Muehlebach Reply-To: muehleba@htl-bw.ch To: apbugs@hyperreal.org Subject: Additional compiler-option needed. X-Send-Pr-Version: 3.2 >Number: 2205 >Category: os-next >Synopsis: Additional compiler-option needed. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: change-request >Submitter-Id: apache >Arrival-Date: Fri May 8 01:50:00 PDT 1998 >Last-Modified: Tue Jul 21 16:39:18 PDT 1998 >Originator: muehleba@htl-bw.ch >Organization: >Release: 1.3b6 >Environment: NextStep 3.3 with Developer 3.3 under HPPA >Description: Under NextStep the procedure 'strdup' is not defined in the normal c-library but in a special 'gnu'-library (libg++.a). If you compile the package and it comes to linking all together, the compiler says that it cannot find 'strdup' and exits. >How-To-Repeat: >Fix: In the file 'src/Configure' is a large case-statement which adds some compiler-options for every supported plattform. For NextStep (search for '*-next-nextstep*') just add the line 'LIBS=$LIBS -lg++' and all works fine. >Audit-Trail: From: Marc Slemko To: Stefan Muehlebach Cc: apbugs@hyperreal.org Subject: Re: os-next/2205: Additional compiler-option needed. Date: Fri, 8 May 1998 11:27:21 -0600 (MDT) On 8 May 1998, Stefan Muehlebach wrote: > > >Number: 2205 > >Category: os-next > >Synopsis: Additional compiler-option needed. > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: apache > >State: open > >Class: change-request > >Submitter-Id: apache > >Arrival-Date: Fri May 8 01:50:00 PDT 1998 > >Last-Modified: > >Originator: muehleba@htl-bw.ch > >Organization: > apache > >Release: 1.3b6 > >Environment: > NextStep 3.3 with Developer 3.3 under HPPA > >Description: > Under NextStep the procedure 'strdup' is not defined in the normal c-library > but in a special 'gnu'-library (libg++.a). > If you compile the package and it comes to linking all together, the compiler > says that it cannot find 'strdup' and exits. Apache provides it's own strdup on next. Exactly what error are you getting? Please show the last dozen or so lines before the compile stops. There were some issues with some of the programs in the support directory in 1.3b6 with strdup, but the server itself should compile fine. State-Changed-From-To: open-closed State-Changed-By: lars State-Changed-When: Tue Jul 21 16:39:17 PDT 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]