On Sunday 30 March 2003 10:13, Martin v. Löwis wrote: > Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > > I don't know if this is the problem or not, but you should kill the > > -I/usr/include. Specifying that manually is almost always wrong. > > Most likely: I guess he's picking up the wrong > stddef.h. -I/usr/include/linux should go with it: No user-space > program should search Linux headers (instead, request specific > headers as <linux/foo.h> if needed).
I experienced the same on s390 when GNU java packages were installed besides the jdk. After deinstalling GNU java, everything works fine. Maybe the openoffice configure has a problem. It generates a -I/usr/include/linux which results in including the wrong stddef.h. Regards, Gerhard