Re: [Patch #41] Do all rm's in one command with --mode=clean

2001-10-26 Thread Olly Betts
On Thu, Oct 25, 2001 at 02:43:23PM -0500, Robert Boehne wrote: > + if test `expr "X$rmfiles" : ".*"` -gt $max_cmd_len; then How portable is "test -gt"? The Goat book doesn't list it as a portable test operator: http://sources.redhat.com/autobook/autobook/autobook_216.html Cheers, Olly __

[dlopen] Undefined PLT symbol "xfile_new" (reloc type = 7, symnum = 43)

2001-10-26 Thread William Pomian
Hello, I recently try to change my Makefile (hand made) in order to use automake and autoconf. So I naturaly have to use libtool. My program opens a plugin (.so) This plugin uses fonctions located in the main program. The problem is when I dlopen the plugin, it complains that it can't find so

Re: PATCH: Fix mips*-*-linux*

2001-10-26 Thread scott hutinger
This type of thing has caused, and still causes problems on the PPC platform (and ARM). Any mixing (which H.J. Lu fully understands) doesn't work. The problem is that many platforms (x86) do not see any problems with the mixture. This causes this problem to continue, as people don't understand

Re: PATCH: Fix mips*-*-linux*

2001-10-26 Thread Nick Hudson
On Friday 26 October 2001 2:28 pm, scott hutinger wrote: > This type of thing has caused, and still causes problems on the PPC > platform (and ARM). Any mixing (which H.J. Lu fully understands) doesn't > work. The problem is that many platforms (x86) do not see any problems > with the mixture.