Re: relinking and finish warnings

2009-12-18 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Thu, Dec 17, 2009 at 08:57:07AM CET: Ralf Wildenhues wrote on 16/12/2009 22:56:44: Also, how do i get rid of the remember to run `libtool --finish warning? You don't, that warning is not bogus. If you don't run libtool --finish yourself (when the libraries

Re: libtool 2.2.6 on HP-UX, with DESTDIR, installs lt wrapper instead of real binary

2009-12-18 Thread River Tarnell
River Tarnell: We've had proposed patches to get libtool with DESTDIR to work on HP-UX but they were problematic in some respect (see the archives of the libtool-patches list); I don't recall however if the issues were the same as what you are seeing. Thanks. I'll have a look at

libtool changes argv[0]

2009-12-18 Thread Joakim Tjernlund
Now that I am using libtool's .la objects when build our apps we notice that the executables in the build tree becomes a script that run the binary form the .libs subdir. This has the side effect that out apps notices a change in argv[0] when we run them from within the build tree. Previously

pthreads infection

2009-12-18 Thread Matěj Týč
Hello, if I link to a library that uses pthreads (for example OpenEXR suggests the -pthreads LDFLAG -- taken from OpenEXR.pc pkg-config file), I can see that unlike library dependencies this dependency propagates further like some disease. Even if my product is a library or a module, not only that

Re: pthreads infection

2009-12-18 Thread Bob Friesenhahn
On Fri, 18 Dec 2009, Matěj Týč wrote: Hello, if I link to a library that uses pthreads (for example OpenEXR suggests the -pthreads LDFLAG -- taken from OpenEXR.pc pkg-config file), I can see that unlike library dependencies this dependency propagates further like some disease. Even if my