Received: (qmail 11796 invoked by uid 2012); 8 Sep 1998 16:48:12 -0000 Message-Id: <19980908164812.11795.qmail@hyperreal.org> Date: 8 Sep 1998 16:48:12 -0000 From: Felipe Carasso Reply-To: hrimhari@rdc.puc-rio.br To: apbugs@hyperreal.org Subject: dlerror() has conflicting declarations with /usr/include/dlfcn.h X-Send-Pr-Version: 3.2 >Number: 2970 >Category: os-aix >Synopsis: dlerror() has conflicting declarations with /usr/include/dlfcn.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: support >Submitter-Id: apache >Arrival-Date: Tue Sep 8 09:50:01 PDT 1998 >Last-Modified: Mon Sep 28 03:28:56 PDT 1998 >Originator: hrimhari@rdc.puc-rio.br >Organization: >Release: 1.3 >Environment: AIX 4.2.1 GCC 2.7.2 $ uname -a AIX chywolf 2 4 000124A24C00 >Description: In src/os/unix/os-aix-dso.c , dlerror() is declared as const char * . But in /usr/include/dlfcn.h it's only char * . These conflicting declarations make the compilation fail. >How-To-Repeat: >Fix: #ifdef AIX_DUMMY_DLERROR char * dlerror(void) #else const char dlerror(void) #endif or something like that :) >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: shaneo@raleigh.ibm.com State-Changed-When: Sun Sep 27 19:20:49 PDT 1998 State-Changed-Why: Please upgrade to 1.3.2 as the problem has been fixed. Synopsis-Changed-From: dlerror() has conflicting declarations with /usr/include/dlfcn.h Synopsis-Changed-To: This has been fixed in 1.3.2 Synopsis-Changed-By: shaneo@raleigh.ibm.com Synopsis-Changed-When: Sun Sep 27 19:20:49 PDT 1998 Synopsis-Changed-From: This has been fixed in 1.3.2 Synopsis-Changed-To: dlerror() has conflicting declarations with /usr/include/dlfcn.h Synopsis-Changed-By: coar Synopsis-Changed-When: Mon Sep 28 03:28:56 PDT 1998 >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. ] [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! ]