On Fri, Oct 08, 2010 at 08:42:53AM -0400, Ethan Mallove wrote:
> Hello,
>
> I'm trying to create a library which has no shared library
> dependencies using the Intel compilers, but it appears Libtool might
> be automatically adding in some -lfoo flags that are forcing the
> issue. How can I tell
On Fri, Dec 17, 2010 at 12:14:30AM -0800, Bruce Korb wrote:
> `guile-config link` yields that string. In fact, it yields:
>
> > -L/usr/local/lib -lguile -lltdl -L/usr/local/lib64 -lgmp -lcrypt -lm
> > -lltdl -lm -ldl
>
> NOTE: " -Wl,-rpath,/usr/local/lib64 " gets inserted some how.
Though rpa
On Mon, Jan 24, 2011 at 07:42:25AM -0300, Sergio Belkin wrote:
> 2011/1/24 Ralf Wildenhues
>
> > Hello Sergio,
> >
> > * Sergio Belkin wrote on Sun, Jan 23, 2011 at 11:13:16PM CET:
> > > I've found great the option "-no-install". But I wonder if is there a
> > > way to build directly the executab
> hi:
> I have a configure.ac file includes: AC_CHECK_LIB([m], [ceil])
> then I got this result: checking for ceil in -lm... no
> but a .c file contains ceil function works very well with or without -lm,
> why is that?
>
> libtool version: 2.4.2
> system: Ubuntu 13.04
Most likely cleil is no fu
Actually it makes not much sense to ask about why autoconf a/o libtool does
this or that, as the tools themselves are coded beyond understanding or
readability. They just do on some systems what they are expected to do.
Of course AC_CHECK_LIB([m],[main]), shouldn't return true as main is no memb
> hi:
> I have a configure.ac file includes: AC_CHECK_LIB([m], [ceil])
> then I got this result: checking for ceil in -lm... no
> but a .c file contains ceil function works very well with or without -lm,
> why is that?
>
> libtool version: 2.4.2
> system: Ubuntu 13.04
Most likely cleil is no fu
> hi:
> I have a configure.ac file includes: AC_CHECK_LIB([m], [ceil])
> then I got this result: checking for ceil in -lm... no
> but a .c file contains ceil function works very well with or without -lm,
> why is that?
>
> libtool version: 2.4.2
> system: Ubuntu 13.04
Most likely cleil is no fu
> hi:
> I have a configure.ac file includes: AC_CHECK_LIB([m], [ceil])
> then I got this result: checking for ceil in -lm... no
> but a .c file contains ceil function works very well with or without -lm,
> why is that?
>
> libtool version: 2.4.2
> system: Ubuntu 13.04
Most likely cleil is no fu