Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
On 05/09/10 18:19, Kirk, Benjamin (JSC-EG311) wrote: > It looks like your libmesh build wants a complex version of laspack - is this > want you want? > > Especially since it looks like you are linking to a c-compiled petsc (which > will not work for complex) it looks like there is an inconsistenc

Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
On 05/09/10 18:19, Kirk, Benjamin (JSC-EG311) wrote: > It looks like your libmesh build wants a complex version of laspack - is this > want you want? > > Especially since it looks like you are linking to a c-compiled petsc (which > will not work for complex) it looks like there is an inconsistenc

Re: [Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Kirk, Benjamin (JSC-EG311)
It looks like your libmesh build wants a complex version of laspack - is this want you want? Especially since it looks like you are linking to a c-compiled petsc (which will not work for complex) it looks like there is an inconsistency somewhere. -Ben On Sep 5, 2010, at 11:05 AM, Torquil Mac

[Libmesh-users] Problem linking to libmesh using libmesh-config

2010-09-05 Thread Torquil Macdonald Sørensen
Hi! I've just successfully compiled libmesh SVN on linux with GCC4.4.4 successfully and I'm eager to try to get some simple FEM programs working. The test programs compile and run fine. This was done with the command "make run_examples" from the libmesh directory. So the libmesh installation se