...making progress  

I did 
$ export METHOD=dbg
$ make run_examples

all the examples compile, link and run.  I'll double check my implementation of 
those functions.

John 

John A. Dec, Ph.D.
NASA Langley Research Center
Structural & Thermal Systems Branch, MS 431
Hampton, VA 23681
ph: (757) 864-7023
cell: (757) 848-7629


-----Original Message-----
From: Kirk, Benjamin (JSC-EG311) 
Sent: Monday, September 13, 2010 11:20 AM
To: Dec, John A. (LARC-D206); [email protected]
Subject: Re: [Libmesh-users] Problem linking my code in debug mode

On 9/13/10 10:03 AM, "Dec, John A. (LARC-D206)" <[email protected]> wrote:

> Ben,
> 
> Here are the compile and link lines as well as the link errors.  I modified
> makefile from one of the examples and it references the Make.Common file that
> gets generated from ./configure when setting up the library.  I recently
> pulled a more current version of libMesh from the svn trunk on 8/24/2010
> version 3919 I believe. This is strange since it links without any problems in
> opt mode.


As a sanity check, does

$ export METHOD=dbg
$ make run_examples

(for bash) or 

$ setenv METHOD dbg
$ make run_examples

(csh) 

in the top-level libMesh directory work?


-Ben



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to