Re: [Open Babel] problems compiling openbabel on 64bit RHEL5

2011-06-28 Thread Geoffrey Hutchison
Yes, you have the infamous buggy gcc-4.1. Try: yum install gcc44 gcc44-c++ Hope that helps, -Geoff On Jun 28, 2011, at 11:27 AM, Mike Lipkin, BioFocus wrote: > Thanks for the reply, > > I am using gcc 4.1.2 > > Currently I have openbabel 2.2.3 installed and two programs using it > (I don't

Re: [Open Babel] problems compiling openbabel on 64bit RHEL5

2011-06-28 Thread Noel O'Boyle
It seems like it compiled fine. Try "make install", and away you go. - Noel On 27 June 2011 17:05, Mike Lipkin, BioFocus wrote: > Hi, > > > > Sorry if this problem is obvious to the experts but I can’t get OB to > compile > > > > Here are the messages from cmake > > > > mlip...@cpwork6.glpg.com

Re: [Open Babel] problems compiling openbabel on 64bit RHEL5

2011-06-28 Thread Geoffrey Hutchison
> Sorry if this problem is obvious to the experts but I can’t get OB to compile Well, you got it to compile, but as you noticed, the tests didn't all pass. What version of gcc are you using? "gcc -v" CentOS has had a buggy version of g++. -Geoff