PortableXDR - external data representation (XDR) library for Windows and Mac OS X
Downloads
About PortableXDR
Portable XDR is an
XDR
(RFC 4506) library
for Windows and Mac OS X.
The goals of this library are very narrowly defined at
the moment:
- Support the XDR functions required to build
libvirt.
- Compile, install and use under modern versions of Windows,
using MinGW compiler and MSys toolchain;
and Mac OS X ≥ 10.3 using gcc.
- Supply binaries and installers for Windows and Mac users.
Status
As of 4.0.8:
- Mac OS X support compiles, and libvirt can now be compiled.
- Windows compiles and builds a DLL.
To do
- Need to check/fix the
make install rule.
- Need to build Windows binary installer.
- Need to build Mac OS X installer
(DMG or MacPorts?)
- Get it into Macports.
Licensing
Most of the code is derived from Sun's original XDR/RPC release
which is available under a very liberal BSD-like license.
I have added some code from glibc, which is licensed under
the LGPLv2+.
Please ignore the file COPYING (GPL) in the
distribution. This is only there because I haven't worked out
how to stop autoconf from including it.
rjones AT redhat DOT com
$Id: index.html,v 1.2 2008/02/06 15:17:12 rjones Exp $