Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-23 12:51:55 +0300
committerAndy Polyakov <appro@openssl.org>2003-01-23 12:51:55 +0300
commit118204f9a7c853a57775c8a285b83fed251380ab (patch)
tree9136ace88d42d59f4e9a5356a01635bfdc77b118 /PROBLEMS
parent60d16c258a26f272b9701f6f7ad58bb314006f80 (diff)
The patch speaks for itself.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS9
1 files changed, 9 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 62e395f0a5..1a956b5481 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -89,3 +89,12 @@ failures in other parts of the code.
(See Ticket #426.)
Workaround: modify the target to +O2 when building with no-asm.
+
+* Poor support for AIX shared builds.
+
+do_aix-shared rule is not flexible enough to parameterize through a
+config-line. './Configure aix43-cc shared' is working, but not
+'./Configure aix64-gcc shared'. In latter case make fails to create shared
+libraries. It's possible to build 64-bit shared libraries by running
+'env OBJECT_MODE=64 make', but we need more elegant solution. Preferably one
+supporting even gcc shared builds. See RT#463 for background information.