libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rm -f


From: Patrick Welche
Subject: Re: rm -f
Date: Fri, 21 Dec 2007 17:32:12 +0000
User-agent: Mutt/1.5.14 (2007-03-22)

Hello Ralf!

> > I think that question still stands, but my rm -f is actually from just above
> > that spot:
> 
> Sorry, I haven't had time to look at this issue, and it may well be
> a few more days.

> Adding it to delfiles makes the algorithm use quadratic amount of
> disk space, rather than linear.

Ah!

> Try something like
>   test -z \"$last_robj\" || \$RM $last_robj
> 
> instead of `\$RM $last_robj' (untested).

I did but kept quiet ;-) essentially because I have nothing to offer re the
next hurdle:

> here1
> libtool: link: /usr/bin/grep -E -e "v.*" "sub2/.libs/liba.exp" > 
> "sub2/.libs/liba.expT"
> libtool: link: mv -f "sub2/.libs/liba.expT" "sub2/.libs/liba.exp"
> here2
> here3
> here4
> delfiles: sub2/.libs/liba.la-1.o
> cmds: $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname 
> ${wl}-retain-symbols-file $wl$export_s
ymbols -o $lib
> here5
> libtool: link: gcc -shared sub2/.libs/liba.la-1.o     -Wl,-soname 
> -Wl,liba.so.0 -Wl,-retain-symbols-file -Wl,sub2/
.libs/liba.exp -o sub2/.libs/liba.so.0.0
> /stresstest.at:251: exit code was 1, expected 0
> 55. stresstest.at:31: 55. Link option thorough search test 
> (stresstest.at:31): FAILED (stresstest.at:251)

Cheers,

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]