automake
[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: Robert Collins
Subject: Re: [PATCH] fix install on cygwin with shared libraries
Date: Mon, 23 Jul 2001 08:07:43 +1000

----- Original Message -----
From: "Tom Tromey" <address@hidden>
To: "Robert Collins" <address@hidden>
Cc: <address@hidden>; <address@hidden>
Sent: Monday, July 23, 2001 8:12 AM
Subject: Re: [PATCH] fix install on cygwin with shared libraries


> >>>>> "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.

No probs.

> 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.

Where can I find the reimplemented patch? Or do I just wait a few hours :]?.

Rob

>  Tom
>




reply via email to

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