Pearl,
> I tried altering the line under the lib-h-files definition from
> $D/deal.II/include/*/*.h)
> to instead be $D/include/deal.II/*/*.h)
> but it is still not working (lots of undefined references).
You may have fixed this already ;-)
There is one more change to do than just the above.
Undefined references may mean you are not linking to the libraries
correctly; in otherwords, in the Makefile make the library name change as
well as the header change you done already:
# Link to the deal.II libraries:
libs.g = $(lib-deal2.g)
libs.o = $(lib-deal2.o)
Hope that helps.
Best,
Toby
-----
Toby D. Young
Assistant Professor
Institute of Fundamental Technological Problems
Polish Academy of Sciences
ul Adolfa Pawinskiego 5b
02-106 Warsaw
Poland
www: http://www.ippt.gov.pl/~tyoung
skype: stenografia
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii