[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gossip and GCC 3.2
From: |
Marius Vollmer |
Subject: |
Re: gossip and GCC 3.2 |
Date: |
20 Mar 2003 16:14:21 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
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.
> 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...