> > If you compile PETsc without X, ie add --with-x=0 to your PETSc compile
> > flags, does the problem go away after recompiling deal.II??
>
> This does not change anything.
You'll also have to re-compile PETSc after that change.
I believe that should really work. The functions your linker compiles about
are indeed X11 functions, for example
bangerth> nm /usr/lib/libX11.a | grep XFreeGC
U XFreeGC
U XFreeGC
U XFreeGC
00000000 T XFreeGC
So you either have to add -lX11 to the linker line, or tell PETSc not to use
X11 when configuring it.
W.
-------------------------------------------------------------------------
Wolfgang Bangerth email: [email protected]
www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii