<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If I nm the .a files I see things like:<div><br></div><div>_VecNestGetSubVec</div><div><br></div><div>But the link errors are for </div><div><br></div><div>_vecnestgetsubvec_</div><div><br></div><div>It has an extra subscript … but it is finding other Vec methods.</div><div><br></div><div><br><div><div>On Jan 25, 2013, at 12:13 PM, Jed Brown <<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@mcs.anl.gov</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 11:11 AM, Mark F. Adams <span dir="ltr"><<a href="mailto:mark.adams@columbia.edu" target="_blank">mark.adams@columbia.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
And, when I link I get some missing stuff:<br>
<br>
Undefined symbols for architecture x86_64:<br>
  "_dmsetoptionsprefix_", referenced from:<br>
      _MAIN__ in petsc_kkt_solver.o<br>
  "_matnestgetsubmat_", referenced from:<br>
      _formjacobian_ in petsc_kkt_solver.o<br>
  "_vecnestgetsubvec_", referenced from:<br>
      _formjacobian_ in petsc_kkt_solver.o<br>
      _formfunction_ in petsc_kkt_solver.o<br>
<br>
Are these missing fortran wrappers?</blockquote></blockquote></div><br>Yeah, those are missing. I'll add them today and let you know.</div></div>
</blockquote></div><br></div></body></html>