From mint-bounce@lists.fishpool.fi Wed Feb 18 17:56:11 2009 Date: Wed, 18 Feb 2009 22:54:09 +0000 (GMT) From: David Brownlee To: mint@fishpool.com Subject: [MiNT] timegm() on MiNT Message-ID: User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: abs@absd.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: /usr/include/time.h provides a prototype for timegm() but it does not exist in libc. This breaks the configure script for bmake, because it finds timegm() missing, so defines its own, and the prototype it generates conflicts with the one in /usr/include/time.h. Am I missing something - is there a timegm() in another library? If not, would it be possible to comment out the definitions in time.h? Thanks