Re: [Libmesh-users] libmesh installation warning msg

2015-07-30 Thread Xujun Zhao
I found the .la file in /usr/local/lib and /usr/local/lib/i386. After removing the incorrect LD, the warning messages are gone. Thank you again for your info. Xujun On Thu, Jul 30, 2015 at 9:27 AM, John Peterson wrote: > > > On Wed, Jul 29, 2015 at 6:00 PM, Xujun Zhao wrote: > >> I installed m

Re: [Libmesh-users] libmesh installation warning msg

2015-07-30 Thread John Peterson
On Wed, Jul 29, 2015 at 6:00 PM, Xujun Zhao wrote: > I installed my GCC using brew install. > Do you know where I can find this .la file? > I don't know. Homebrew probably installed it in /usr/local, but I don't recommend messing around with these files if you don't understand what you're doing

Re: [Libmesh-users] libmesh installation warning msg

2015-07-29 Thread Xujun Zhao
I installed my GCC using brew install. Do you know where I can find this .la file? I also used GCC to build PETSc, but it didn't have such warnings where I run a PETSc program. The libmesh was built with mpicc/mpicxx in the PETSC_ARCH directory, and it caused such warnings. Thank you very much. Xu

Re: [Libmesh-users] libmesh installation warning msg

2015-07-29 Thread John Peterson
On Wed, Jul 29, 2015 at 12:41 PM, Xujun Zhao wrote: > Hi all, > > I update the library using git pull, and re-install it on my Macbook. It > gives rise a lot of warning messages, which show it is trying to link some > libs/files in a strange directory, see below. > > After installation, compiling

[Libmesh-users] libmesh installation warning msg

2015-07-29 Thread Xujun Zhao
Hi all, I update the library using git pull, and re-install it on my Macbook. It gives rise a lot of warning messages, which show it is trying to link some libs/files in a strange directory, see below. After installation, compiling my previous code still leads to the same warning messages. This d