pspp-dev
[Top][All Lists]
Advanced

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

Re: strnlen on Mingw [Was Re: Stable 20090129 compiled to windows]


From: John Darrington
Subject: Re: strnlen on Mingw [Was Re: Stable 20090129 compiled to windows]
Date: Thu, 5 Feb 2009 12:35:08 +0900
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Feb 05, 2009 at 01:28:33AM -0200, Michel Boaventura wrote:
     address@hidden ~/prof/pspp/pspp-stable-20090129 $ grep strnlen config.log
     configure:34395: checking whether strnlen is declared
     conftest.c:169: error: 'strnlen' undeclared (first use in this function)
     | #ifndef strnlen
     |   (void) strnlen;
     configure:58374: checking for working strnlen
     ac_cv_func_strnlen_working=yes


This is the proximate cause of the problem.  Configure thinks that you
already have a working strnlen function, so doesn't add one.  But
clearly it's wrong if you later find that it doesn't link.


What command are you using to configure the build?


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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