
18 Dec
2006
18 Dec
'06
11:49 a.m.
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