Date: Wed, 01 Jun 2011 14:36:46 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: amatus@gnu.org Cc: ports@FreeBSD.org Subject: Re: lang/guile build fails for me Message-ID: <4DE6244E.1040301@FreeBSD.org> In-Reply-To: <4DE5D8C9.3020506@icyb.net.ua> References: <4DE5D8C9.3020506@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
on 01/06/2011 09:14 Andriy Gapon said the following: > > lang/guile build fails in my environment with CURRENT amd64 FreeBSD and gcc45 as > ports compiler: It also fails for me on stable/8 with base gcc as ports compiler, but in a different fashion at configure step: checking for lt_dlinit in -lltdl... no configure: error: libltdl not found. See README. ===> Script "configure" failed unexpectedly. >From config.log: configure:11579: checking for lt_dlinit in -lltdl configure:11604: cc -o conftest -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=nocona -I/usr/local/include -rpath=/usr/lib:/usr/local/lib conftest.c -lltdl >&5 /usr/bin/ld: cannot find -lltdl But: $ ls -l /usr/local/lib/libltdl.* -rw-r--r-- 1 root wheel 62212 31 May 13:15 /usr/local/lib/libltdl.a -rwxr-xr-x 1 root wheel 910 31 May 13:15 /usr/local/lib/libltdl.la lrwxr-xr-x 1 root wheel 12 31 May 13:15 /usr/local/lib/libltdl.so -> libltdl.so.7 -rwxr-xr-x 1 root wheel 45330 31 May 13:15 /usr/local/lib/libltdl.so.7 -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DE6244E.1040301>