glob2-devel
[Top][All Lists]
Advanced

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

Re: [glob2-devel] scons problem


From: Marcos Dumay de Medeiros
Subject: Re: [glob2-devel] scons problem
Date: Tue, 25 Dec 2007 18:20:48 -0200
User-agent: KMail/1.9.7

Em Seg 24 Dez 2007, Stéphane Magnenat escreveu:
> It looks like scons try to use "o" instead of "g++" as a compiler. This is 
> strange. Here, on gusty 32 bits, it works fine. Maybe scons does gets 
> messed-up in some wired multi-arch stuff?

I've had that problem recently. Check if g++ is installed (scons looks for g++ 
itself, not just gcc).
Scons calls g++ using a macro, that isn't defined when it isn't found, so "g++ 
-o name" becomes just "-o name".

[]'s
Marcos





reply via email to

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