Re: GNU make 3.77 bug

From: Wei Dai <weidai.domain.name.hidden>
Date: Thu, 23 Sep 1999 15:39:26 -0700

Sorry, that was intended for a different mailing list.

On Thu, Sep 23, 1999 at 03:29:27PM -0700, Wei Dai wrote:
> There is a bug in GNU make 3.77's wildcard handling which will cause a
> problem while building Crypto++. If you encounter this problem, replaced
> the line in Makefile:
>
> SRCS = $(wildcard *.cpp)
>
> with
>
> SRCS = $(shell ls *.cpp)
>
> You may also need to remove the space after the comma in this line:
>
> LIBOBJS = $(filter-out $(TESTOBJS), $(OBJS))
Received on Thu Sep 23 1999 - 15:41:12 PDT

This archive was generated by hypermail 2.3.0 : Fri Feb 16 2018 - 13:20:06 PST