Re: libtool-1.5.22 compile help

2006-01-16 Thread Ralf Wildenhues
Hi, * J_J_FUX J_J_FUX wrote on Sun, Jan 15, 2006 at 04:31:05AM CET: I'm looking for some help with compiling libtool-1.5.22 as i am quite new to the friendly OSS world of linux. I'm using debian.2.4.25-1-multimedia-k7 kernel if that's of any interest on an old 1.1GHz i386

Re: Spaces in path names

2006-01-16 Thread Roger While
OK. I did not look at the actual usage of this example, but what is definitely true is that the resultant command passed to gcc/linker whatever, must have the quotes ala. -Lmy space dir. I think we agree on that. On an aside note, it seems that autoconf is also busted here. Specifically autotest

Re: Spaces in path names

2006-01-16 Thread Ralf Wildenhues
Hi Roger, * Roger While wrote on Mon, Jan 16, 2006 at 12:29:39PM CET: OK. I did not look at the actual usage of this example, but what is definitely true is that the resultant command passed to gcc/linker whatever, must have the quotes ala. -Lmy space dir. I think we agree on that. No, we

The .so is missing from my Linux shared libraries

2006-01-16 Thread Thomas Gagné
Oddly, the libraries work on my Suse Linux 9.1 but not my Redhat boxes. ldconfig doesn't seem to recognize the .so-less libraries as libraries at all. Inside my build directory the file libtool reports shrext='.so', but it doesn't seem to build them that way. What option is supposed to be

Re: 1.5.22 fails to configure on AIX 5.1

2006-01-16 Thread Howard Chu
Paul Eggert wrote: Anyway, if you can strace it (or whatever the equivalent of that is, on AIX), that will likely let us come up with a fix. Well damn, after the reboot the problem seems to have disappeared, configure runs cleanly start to finish. (A colleague of mine requested the reboot,

LT_AC_PROG_SED

2006-01-16 Thread Thomas Porschberg
Hi, I meet a problem with a configure.ac script which does call LT_AC_PROG_SED. However SED is not substituted with the sed command and the configure failed. I hardcoded SED=sed as a workaround and it worked. Does the call of LT_AC_PROG_SED has any preconditions, what must I call before