Stanimir Dragiev wrote:
I use gecode 1.3.1 as Debian package with Lenny and on a Solaris machine.On solaris I have compiled it couple of months ago. Worked fine with =-=-=- gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) =-=-=-Now I have to use gecode 1.3.1 on a Mandrake machine. ./configure seems to be ok. make reports errors (see below). Is this compiler version issue? Any ideas?
We don't support any gcc earlier than 3.4, because its parser is seriously broken and does not accept legal C++ constructs that we use. You'll have to update at least to 3.4. However, gcc 4.2 is the first compiler that we haven't had any problems with so far, so that's the version we recommend.
Guido
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
