Re: lib seach path

2009-12-14 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Mon, Dec 14, 2009 at 09:42:51AM CET: > How do I add -static on a per lib basis? Currently there is no way to do so, but it is a TODO item and a proposed patch to add this functionality (search for 'per-deplib static'). For in-tree libraries you could work around it by

Re: autoreconf always calling libtool with --copy option on Ubuntu 9.10

2009-12-14 Thread Adam Mercer
cd /us On Mon, Dec 14, 2009 at 12:13, Paolo Bonzini wrote: >> I only have this problem with Ubuntu 9.10, does anyone know what could >> be causing this? > > What is the output of autoreconf --version? It reports itself as 2.64 > Can you attach your > /usr/bin/autoreconf so that we can look for

Re: autoreconf always calling libtool with --copy option on Ubuntu 9.10

2009-12-14 Thread Paolo Bonzini
I only have this problem with Ubuntu 9.10, does anyone know what could be causing this? What is the output of autoreconf --version? Can you attach your /usr/bin/autoreconf so that we can look for Canonical patches? Thanks! Paolo ___ http://list

autoreconf always calling libtool with --copy option on Ubuntu 9.10

2009-12-14 Thread Adam Mercer
Hi I'm running into a strange problem with libtool when running autoreconf on one of my projects under Ubuntu 9.10. autoreconf always seem to run libtoolize with the copy option, even though there in no need for it to: $ autoreconf -v autoreconf: Entering directory `.' autoreconf: configure.ac: n

Re: lt_dlerror 'file not found' bug

2009-12-14 Thread Andy Wingo
Hello Matěj, On Sun 13 Dec 2009 22:45, Matěj Týč writes: > The story is that if you try to lt_dlopen a module that can't be > dlopened (for example when it has unsatisfied dependencies), the > lt_dlopen function will return null module handle. > If you want to know where is the problem, you usua

Re: lib seach path

2009-12-14 Thread Joakim Tjernlund
Ralf Wildenhues wrote on 14/12/2009 07:46:30: > > * Joakim Tjernlund wrote on Sun, Dec 13, 2009 at 12:04:23PM CET: > > Ralf Wildenhues wrote on 13/12/2009 11:14:58: > > > For dependencies on libraries within the build tree, prefer relative > > > file references over link flags; i.e., write > > >