> For this purpose, I copied all include files of Cantera in the directory of > the deal.ii's include files. Still I think there's something wrong, because > when using A function from Cantera in the main function of deal.ii example, > I face tons of messages "undefined reference to ...". Should I edit the > Makefile ae well? If so, which parts should be edited? What else should I > modify to be able to use those functions in deal.ii examples?
You somehow have to teach the Makefile to also link with the Cantera library. Take a look at the 'libraries' variable in the Makefile. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
