monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Re: Monotone Head + Boost 1.31.0 Failure


From: Paul Snively
Subject: Re: [Monotone-devel] Re: Monotone Head + Boost 1.31.0 Failure
Date: Tue, 6 Apr 2004 09:32:43 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Martin!

On Mar 31, 2004, at 2:10 PM, Martin Waitz wrote:

hi :)

i've got the same problem while trying to build a nice debian package
...
when CXXFLAGS are specified, configure skips the AC_CHECK_HEADERS test
for -msse2.

i don't get it but without a AC_CHECK_HEADERS before AC_PROG_CXX it
does not work?!?
moving the unistd.h check up to the CXXFLAGS test, it works for me

Hmmm. That also worked for me.

but i don't really know why it failed...

I don't either, but I don't really care. I'm quite accustomed to the overwhelming majority of systems exhibiting what I consider grossly unacceptable side effects and temporal dependencies ("We won't tell you how they're related, but you have to do X first, then Y, then Z...") So apparently autoconf/automake are merely another such system. Thanks for tracking the problem down for me!

By the way, at least on Mac OS X, I also had to edit rcs_file.cc to add:

#include "config.h"

#if HAVE_FCNTL_H
#include <fcntl.h>
#endif

to get open() and O_RDONLY.

--
CU,               / Friedrich-Alexander University Erlangen, Germany
Martin Waitz    //  Department of Computer Science 12      _________
______________/// - - - - - - - - - - - - - - - - - - - - ///
dies ist eine manuell generierte mail, sie beinhaltet    //
tippfehler und ist auch ohne grossbuchstaben gueltig.   /

Many thanks and best regards,
Paul

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iEYEARECAAYFAkBy27UACgkQbot1wzHBQBUJ1QCfQaycUjp4u3gtKaGdzQkJk+ep
6FYAnj2TzQDzNPzta/ZqkPYnY1QLcU8w
=hrk/
-----END PGP SIGNATURE-----





reply via email to

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