mpich2 installation problem

b. f. bf1783 at googlemail.com
Sat Jun 5 19:55:21 UTC 2010


PA Zolczynski wrote:
...
>configure:4483: gcc44 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc44 -fno-strict-aliasing -I/usr/local/include -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/src -L/usr/local/lib -lexecinfo -pthread conftest.c  >&5
>/usr/local/bin/ld: cannot find -lexecinfo
>collect2: ld returned 1 exit status
...
>ac_cv_env_LDFLAGS_value='-L/usr/local/lib -lexecinfo -pthread'
...
>LDFLAGS='-L/usr/local/lib -lexecinfo -pthread'

The configure script is breaking because you're passing a library from
devel/libexecinfo in the LDFLAGS, and the linker can't find it.  Is
the library intact, and registered in the linker hints file (that is,
is the output of 'ldconfig -vr | egrep execinfo' correct?)?

On top of that, the dmesg output at the bottom of your message shows
some disk- and swap-related problems that should concern you.  Is your
hard drive in good condition?  How about your memory?  Is your system
properly configured?

b.


More information about the freebsd-ports mailing list