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: Nathaniel Smith
Subject: Re: [Monotone-devel] trouble with monotone 0.30, now on Ubuntu AMD64
Date: Sat, 23 Sep 2006 19:12:16 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

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.

If dapper is like sid, then the g++-3.3 package provides a binary
named /usr/bin/g++-3.3, the g++-4.0 package provides a binary named
/usr/bin/g++-4.0, and the g++ package depends on g++-4.0 and provides a
symlink from /usr/bin/g++ to /usr/bin/g++-4.0.

(Well, sid is up to 4.1, but anyway.)

Also note that the plain g++ package is what is used to build the
other binaries on the system -- so if it installs a version of g++
newer than 3.3, then your boost libraries were also built with a newer
version of g++, so g++-3.3 wouldn't work to build monotone anyway.

> > Also note the existence of this deb:
> >   http://venge.net/monotone/downloads/monotone_0.30-dapper0.1_amd64.deb
> 
> This wasn't there when I downloaded the tarball.  It's probably the 
> better way to go.  Thanks.

Yes, wanted to point it out because it was just contributed a day or
two ago :-).

Cheers,
-- Nathaniel

-- 
- Don't let your informants burn anything.
- Don't grow old.
- Be good grad students.
  -- advice of Murray B. Emeneau on the occasion of his 100th birthday




reply via email to

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