> There are some strange commercial compilers out there that have this
> problem. Since this is the upstream package, not the Debian one, you
> cannot assume a certain compiler. Also, two suffixes don't 
> work with BSD
> make.

The library does require gmake :) I guess I could use .ao or whatever. I'll
take my chances as far as the compiler thing, and handle build bugs
upstream... The rules I've been replacing in ICU all were like:

        %.o: $(srcdir)/%.c
                $(COMPILE.c) -o $@ -c

so I guess all the compilers they support also handle -o w/ -c nicely.

YA

Reply via email to