Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2009 13:09:20 -0400
From:      alexus <alexus@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   libtool shared
Message-ID:  <6ae50c2d0906281009n24381ad3j59125e237739ca2c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I'm trying to compile something and I'm getting these lines while I'm
doing ./configure

checking if libtool supports shared libraries... no
checking whether to build shared libraries... no

I went and even recompiled libtool

# ./configure | grep -i share
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
#

yet still same thing with my other program, it wont compile shared libraries...

-- 
http://alexus.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6ae50c2d0906281009n24381ad3j59125e237739ca2c>