On Fri, Apr 1, 2011 at 8:55 AM,  <[email protected]> wrote:
> -----Ursprüngliche Nachricht-----
> Von: "John Peterson" <[email protected]>
> Gesendet: 01.04.2011 16:32:08
> An: [email protected], libmesh-users <[email protected]>
> Betreff: Re: [Libmesh-users] [Libmesh-devel] libmesh, configure make error, 
> cygwin
>
> However, there is no /usr/lib folder under cygwin, 
> "-L/usr/lib/gcc/i686-pc-cygwin/4.3.4".
> That should rather sound "-L/lib/gcc/i686-pc-cygwin/4.3.4, I think (if it is 
> critical).


That could be true, but at the moment let's focus on the linking
errors we know we have...does cygwin provide the 'nm' utility?  If so,
could you run

nm --defined-only
/home/bucher/soft/petsc-3.1-p7/linux-gnu-debug/lib/libpetsc* | grep
Petsc_MPI_Abort

and

nm --defined-only
/home/bucher/soft/petsc-3.1-p7/linux-gnu-debug/lib/libpetsc* | grep
PetscError

and let us know what it prints?  I'm not sure if the --defined-only
flag will work on your system; you might check the man page for 'nm'
to see what the equivalent flag would be.

-- 
John

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to