Howdy,

getloadavg.c fails to build on QNX 6.4.1.  /usr/include/nlist.h exists, so 
configure defines HAVE_NLIST_H.  This makes getloadavg.c define 
NLIST_STRUCT.  Since NLIST_STRUCT is defined, getloadavg.c assumes that 
n_name is a pointer, but /usr/include/nlist.h makes it a 12-character 
array.  This causes the compiler to generate an error when it tries to 
assign to the member.

Would it be better to check for __QNX__ in getloadavg.c and handle this 
case or to create a configure test for this?

Matt
The server  made the following annotations                           

---------------------------------------------------------------------------------

This message contains information that may be privileged or confidential and is 
the property of Beckman Coulter, Inc.  It is intended only for the person to 
whom it is addressed.  If you are not the intended recipient, you are not 
authorized to read, print, retain, copy, disseminate, distribute or use this 
message or any part thereof.  If you receive this message in error, please 
notify the sender immediately and delete all copies of this message.

---------------------------------------------------------------------------------

Reply via email to