Re: GNU make 3.77 bug

From: <GSLevy.domain.name.hidden>
Date: Fri, 24 Sep 1999 00:19:04 EDT

In a message dated 99-09-23 18:41:05 EDT, Wei Dai writes:

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


I know that some of you guys are adherent of the "comp" philosophy. But this
is ridiculous. So, according to Wei, not only the World is written in
Crypto++, but there is a bug in it??!!!

George Levy :-)
Received on Thu Sep 23 1999 - 21:21:46 PDT

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