bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getloadavg.c fails to compile on QNX 6.4.1


From: mkraai
Subject: getloadavg.c fails to compile on QNX 6.4.1
Date: Tue, 28 Jul 2009 12:06:13 -0700


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

[Prev in Thread] Current Thread [Next in Thread]