On Thu, Feb 05, 2009 at 01:28:33AM -0200, Michel Boaventura wrote:
mic...@pc-michel ~/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=yesThis 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.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
