monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] trouble with monotone 0.30, now on Ubuntu AMD64


From: hendrik
Subject: Re: [Monotone-devel] trouble with monotone 0.30, now on Ubuntu AMD64
Date: Sat, 23 Sep 2006 22:09:04 -0400
User-agent: Mutt/1.5.9i

On Sat, Sep 23, 2006 at 09:54:14PM -0400, address@hidden wrote:
> On Sat, Sep 23, 2006 at 06:43:20PM -0700, Nathaniel Smith wrote:
> > On Sat, Sep 23, 2006 at 09:06:48PM -0400, address@hidden wrote:
> > > checking whether C++ streams support sync_with_stdio... configure: error: 
> > > could not generate input for test 1
> > 
> > >From the log, it looks like you don't have g++ installed on this box.
> > The configure script really should error out when it discovers that...
> > I don't know what we're doing wrong there.  Anyway, that's the
> > problem.
> 
> I have the packages g++-3.3 and gcc-3.3 installed.
> Yet,
> 
>  address@hidden:~/install/monotone-0.30$ g++ --version
> bash: g++: command not found
> 
> But I do not have g++-4.0 installed.  Something wrong here.  Is g++ not 
> part of g++-3.3?  Or is may package manager hopelessly confused.
> Time to investigate.

So I install g++-4.0

Still no g++.

But I discover there *is* a

 rwxr-xr-x 1 root root 106536 2006-04-20 16:49 /usr/bin/g++-4.0
lrwxrwxrwx 1 root root      7 2006-09-23 21:57 
/usr/bin/x86_64-linux-gnu-g++-4.0 -> g++-4.0

It looks as if the short name 'g++' is not defined.  I wonder why.
But g++-4.0 definitely works:

address@hidden:~/install/monotone-0.30$ g++-4.0 --version
g++-4.0 (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 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.

address@hidden:~/install/monotone-0.30$                    

-- hendrik





reply via email to

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