You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jason Orcutt <ze...@planetquake.com> on 1998/08/31 01:09:07 UTC

os-aix/2928: Wont compile.

>Number:         2928
>Category:       os-aix
>Synopsis:       Wont compile.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Sun Aug 30 16:10:01 PDT 1998
>Last-Modified:
>Originator:     zerodiv@planetquake.com
>Organization:
apache
>Release:        1.3.1
>Environment:
Aix 4.3.1
>Description:
sh configure generates a makefile that does't include
-D_LONG_LONG for the ldcfn.h for aix.

dlerror  is typed as const char* dlerror....
>How-To-Repeat:
sh ./configure
make
>Fix:
change the os/unix/makefile to include -D_LONG_LONG
change the os/unix/os-aix-dso.c to include these changes :
133: char *dlerror(void);
387: char *dlerror(void);
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> 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!         ]