Date: Sat, 5 Jun 2010 19:55:18 +0000 From: "b. f." <bf1783@googlemail.com> To: PA Zolczynski <zolczynski@googlemail.com> Cc: freebsd-ports@freebsd.org Subject: Re: mpich2 installation problem Message-ID: <AANLkTikibXBJxPWBfX2tsdQLBki7iscWrJamiN_PDj4k@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
PA Zolczynski wrote: ... >configure:4483: gcc44 -O2 -pipe -Wl,-rpath=3D/usr/local/lib/gcc44 -fno-str= ict-aliasing -I/usr/local/include -I/usr/ports/net/mpich2/work/mpich2-1.2.1= p1/src/openpa/src -I/usr/ports/net/mpich2/work/mpich2-1.2.1p1/src/openpa/sr= c -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=3D'-L/usr/local/lib -lexecinfo -pthread' ... >LDFLAGS=3D'-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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikibXBJxPWBfX2tsdQLBki7iscWrJamiN_PDj4k>