Re: problem with redhat 5.0 and glibc?

Eugene Crosser (crosser@average.org)
Mon, 12 Jan 1998 07:46:53 +0300 (MSK)

> >> make[1]: *** [lutil.o] Error
>
> EC> Apparently in glibc strerror is #defined somehwere.
> EC> Comment out the whole function strerror() in iflib/lutil.c
>
> Or better enclose it between
>
> #ifndef strerror
> ...
> #endif
>
> maybe ?

I will come up with `right' solution when I have glibc installed.
Virtually every unix has strerror() these days, so the code in lutil.c
should probably be moved away to a separate file, to be added to NEEDED
as needed ;)

Eugene