$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver.Kowalke_at_[hidden]
Date: 2006-12-18 06:49:34
> Autoconfig will only help if you have Solaris N to Solaris M
> cross-compiler.
> Otherwise, autoconfig will happily check properties of the
> build system not target system.
If I cross-compile an application for HP/UX 11.11 on Linux (for instance
kernel 2.6.x) than this would result in a problem with ::accept(). If
the listen socket on which ::accept() is called is non-blocking, then
the returned socket from ::accept() is blocking. This behaviour is
different on HP/UX 11.11 were the new socket is also non-blocking.
Oliver