Re: Unwanted shared runtime libraries getting added

2010-10-08 Thread Ingo Krabbe
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

Re: How does one specify linking to 64 bit libraries when there is a choice?

2010-12-17 Thread Ingo Krabbe
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

Re: How to create only executable files

2011-01-24 Thread Ingo Krabbe
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

Re: can't find ceil function in math library

2014-07-03 Thread Ingo Krabbe
> 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

Re: can't find ceil function in math library

2014-07-03 Thread Ingo Krabbe
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

Re: can't find ceil function in math library

2014-07-03 Thread ingo . krabbe
> 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

Re: can't find ceil function in math library

2014-07-03 Thread ingo . krabbe
> 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

Re: can't find ceil function in math library

2014-07-03 Thread ingo . krabbe
> 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