[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] fix for aix4.3.3 build problem
From: |
Ian Brown |
Subject: |
[Devel] fix for aix4.3.3 build problem |
Date: |
Tue, 5 Mar 2002 10:45:33 +0100 |
I've finally fixed the build problem with aix 4.3.3, the configure script
has an error.
The problem is in line 5616 of configure. The line was
allow_undefined_flag='${wl}-berok"
so it has an unmatched ' which actually gets matched by the ' in the comment
2 lines later.
To fix it, the line needs changing to:
allow_undefined_flag='${wl}-berok'
I expect the actual fix will need to be made to the autoconf sources, but
someone else will need to figure out where because my autoconf knowledge is
almost zero.
Ian Brown
PrintSoft Systems GmbH
- [Devel] fix for aix4.3.3 build problem,
Ian Brown <=