monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Compiling under cygwin


From: Joel Crisp
Subject: [Monotone-devel] Compiling under cygwin
Date: Sat, 16 Apr 2005 10:50:30 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hi all

I've tried compiling monotone under cygwin, with everything up-to-date in 
cygwin and with boost 1.32.0

It all compiles, and I get an executable which *appears* to work.

When I try to run make check, it blocks in CC1PLUS at this point

if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  -DBU
ILD_UNIT_TESTS -I../boost_1_32_0 -I./lua -I./sqlite -DNDEBUG -DBOOST_DISABLE_THR
EADS -Wall  -O2 -fno-strict-aliasing -MT unit_tests-change_set.o -MD -MP -MF ".d
eps/unit_tests-change_set.Tpo" -c -o unit_tests-change_set.o `test -f 'change_se
t.cc' || echo './'`change_set.cc; \
then mv -f ".deps/unit_tests-change_set.Tpo" ".deps/unit_tests-change_set.Po"; e
lse rm -f ".deps/unit_tests-change_set.Tpo"; exit 1; fi

Which just sits there chewing CPU and ram until I run out ( I have 2G + swap...)

$ gcc --version
gcc (GCC) 3.3.3 (cygwin special)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I'm sure this is not correct behaviour. Does anyone have any ideas?

Joel




reply via email to

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