summaryrefslogtreecommitdiff
path: root/COMPILING
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:33 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:33 +0000
commita5bae0dfd432bc4efb1eab066af00cdb5f9ef6b7 (patch)
treed70f922a34c7b58dc7c1c9ea939609c2055809ae /COMPILING
parent6555ccd66061b1e5f186acf1ba56ed3283e74e14 (diff)
OpenBSD fixes
Author: jgg Date: 1999-12-11 03:38:34 GMT OpenBSD fixes
Diffstat (limited to 'COMPILING')
-rw-r--r--COMPILING13
1 files changed, 10 insertions, 3 deletions
diff --git a/COMPILING b/COMPILING
index 3ce726180..e86b8c355 100644
--- a/COMPILING
+++ b/COMPILING
@@ -28,10 +28,11 @@ required shims are OK.
Current shims:
* C9x integer types 'inttypes.h'
- * sys/statvfs.h to convert from BSD statfs to SUS statvfs
+ * sys/statvfs.h to convert from BSD/Linux statfs to SUS statvfs
* rfc2553 hostname resolution (methods/rfc*), shims to normal gethostbyname.
-The only completely non-shimed OS is Linux with glibc2.1
+The only completely non-shimed OS is Linux with glibc2.1, glibc2.0 requires
+all three shims.
Platform Notes
~~~~~~~~~~~~~~
@@ -47,7 +48,13 @@ Sun Solaris
SunOS cab101 5.7 Generic_106541-04 sun4u sparc
- Works fine
- Note, no IPv6 Support, OS lacks RFC 2553 hostname resolution
-
+
+OpenBSD
+ OpenBSD gsb086 2.5 CMPUT#0 i386 unknown
+ - Works fine
+ - OS needs 'ranlib' to generate the symbol table after 'ar'..
+ - Note, no IPv6 Support, OS lacks RFC 2553 hostname resolution
+
HP-UX
HP-UX nyquist B.10.20 C 9000/780 2016574337 32-user license
- Evil OS, does not conform very well to SUS