On Fri, May 29, 2009 at 02:22:54AM +0200, frantisek holop wrote: > ok, after commenting out ONLY_FOR_ARCH here is where it bails,
> ../libhfsp/src/.libs/libhfsp.so.0.0: undefined reference to `bswap_32' > ../libhfsp/src/.libs/libhfsp.so.0.0: undefined reference to `bswap_64' > ../libhfsp/src/.libs/libhfsp.so.0.0: undefined reference to `bswap_16' glibc has byteswap.h that defines those. there are no such macros in OpenBSD by default. look around, and you will find other generic implementations of them ... -- [email protected] SDF Public Access UNIX System - http://sdf.lonestar.org
