lang/guile build fails for me

Andriy Gapon avg at FreeBSD.org
Wed Jun 1 11:36:54 UTC 2011


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


More information about the freebsd-ports mailing list