Date: Sun, 28 Jun 2009 13:43:21 -0400 From: Michael Powell <nightrecon@verizon.net> To: freebsd-questions@freebsd.org Subject: Re: libtool shared Message-ID: <h28a06$hmt$1@ger.gmane.org> References: <6ae50c2d0906281009n24381ad3j59125e237739ca2c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
alexus wrote: > 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... > Try using the ports system to install software. May work better. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h28a06$hmt$1>