libtool
[Top][All Lists]
Advanced

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

Re: [PATCH] fix install on cygwin with shared libraries


From: Tom Tromey
Subject: Re: [PATCH] fix install on cygwin with shared libraries
Date: 22 Jul 2001 16:12:59 -0600

>>>>> "Robert" == Robert Collins <address@hidden> writes:

Robert> There is a current problem with automake and libtool on cygwin
Robert> when shared libraries are enabled.

Sorry about the delay in my reply.

Robert> --- progs.am    2001/04/09 09:50:33     1.31

Robert> -         if test -f $$p; then \
Robert> +         if (test -f $$p || test -f `basename $$p .exe`); then \

Unfortunately we can't use basename.
I reimplemented the patch so that it doesn't need basename.
I'll check it in shortly.

Could you give it a try to make sure it works?
I have no way to test it.

Tom



reply via email to

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