[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gossip and GCC 3.2
From: |
Eric Blossom |
Subject: |
Re: gossip and GCC 3.2 |
Date: |
Thu, 20 Mar 2003 07:16:48 -0800 |
User-agent: |
Mutt/1.4i |
On Thu, Mar 20, 2003 at 04:14:21PM +0100, Marius Vollmer wrote:
> Eric Blossom <address@hidden> writes:
>
> > I got it to compile and install by:
> >
> > (1) adding 'using std::complex;' to sim.h
> > (2) removing redundant default value from definition of schedule_comps
>
> Yep, I'm about to 'port' Gossip to GCC 3.2 and will release a 0.9.1
> tarball soon.
Great. I'm looking forward to it.
> > However, when I try to run gossip-run I get the following error:
> > Any suggestions?
>
> Looks like not all libraries have been compiled with the same
> compiler. Please make sure that Guile and Gossip are both compiled
> with the same version of GCC. I think I have seen this error myself
> once, and it disappeared on its own when I recompiled everything...
I've seen that with other systems. However, on this system, there's
only a single version and that's 3.2
Eric