monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Gentoo and 64 bits...


From: Ole Dalgaard
Subject: Re: [Monotone-devel] Gentoo and 64 bits...
Date: Sat, 19 Feb 2005 12:35:44 +0100
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Hi

I am running monotone 0.16 on Fedora Core 3, x86_64. Everything I have tried works OK.

I used the src.rpm, to make it compile I had to make one minor addition to configure.ac

--- configure.ac.ORG    2005-02-19 12:29:00.000000000 +0100
+++ configure.ac        2005-02-19 12:29:30.000000000 +0100
@@ -157,6 +157,10 @@
   AC_MSG_CHECKING([location of static boost libraries])
   for i in ${static_boost_prefixes}
   do
+       if test -e $i/lib64/libboost_regex${BOOST_SUFFIX}.a
+       then
+               BOOST_LIBDIR=$i/lib64
+       fi
       if test -e $i/lib/libboost_regex${BOOST_SUFFIX}.a
       then
               BOOST_LIBDIR=$i/lib


BR
Ole Dalgaard
Copenhagen, Denmark

John S. Yates, Jr. wrote:

I notice that in Gentoo darcs is tagged "~amd64" but monotone
is uniformly "-" (untested).  Before I wander off into trying
to get it working on Gentoo I wonder whether anyone is already
running monotone as a 64 bit image on any platform at all...

/john
--
John S. Yates, Jr.   508 665-6897 (voice)
Netezza Inc          508 665-6811 (fax)
200 Crossing Blvd.   Framingham, MA 01701





_______________________________________________
Monotone-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/monotone-devel




reply via email to

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