* 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
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
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
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
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
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
> > >