> Software that use the _syscallN macros in asm/unistd.h provided > by glibc on PPC32 won't build with gcc3.3 (typically the MacOnLinux > runtime environement is affected).
asm/unistd.h is not a glibc header and _syscallN() are not supposed to be called by userspace programs. maybe you can use syscall() instead if you really need to? randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

