Hi! Bhupinder,
I was able to build on ubuntu 64 with the latest sources, starting from scratch.
This is what I did:
1) cvs -z3 -d:pserver:anonymous@...:/cvsroot/cantera co
cantera
2) edit preconfig and
a) set CANTERA_CONFIG_PREFIX to my install dir
b) set USE_SUNDIALS to 'y' and SUNDIALS_HOME to the same install dir as 1)
3) donwload sundials2.3 and in the sundials2.3.0 dir
./configure --prefix=same install dir as 2a)
make
make install
4) in the cantera dir,
preconfig
make
make install
Everything builds fine.
Please note that Cantera user group has moved to google.
--- In cantera@yahoogroups.com, Bhupinder Singh <bsingh@...> wrote:
>
> Hi everyone,
>
> I'm having trouble installing Cantera on a 64 bit ubuntu machine.
> I understand that the error might have to do with adding the -fPIC
> option in the make files. I added that option in preconfig file,
> and that took care of quite a few errors I was getting. I feel
> that the current message might have to do with similar changes to
> the make files for the sundials package. But, I'm not sure and in
> any case, I'm not sure where to make the changes.
>
> I'd appreciate your help.
>
> Regards,
>
> Bhupinder