Vadim Chekan writes:
> Hi!
>
> In private mail with Budd we discovered a problem on Sunos 5.7 gcc
> 2.95.1
> On Solaris bcopy is defined in strings.h, not string.h (surprise to me:)
> I'm going to fix it by including "lex_defines.h" in conf_lexer.lxx and
> doing all
> necessary #ifdef HAVE_XXX there.
You can insert strings.h in configure.in, run autoheader and do
#ifdef HAVE_CONFIG_H
#include "htconfig.h"
#endif
#ifdef HAVE_STRINGS_H
#include <string.h>
etc...
> But now Budd has got problem with installation.
> I haven't got Solaris and can't help him.
>
> Any clues?
Yes. That was a distribution bug introduced by me. I fixed it (see next post).
Cheers,
--
Loic Dachary
24 av Secretan
75019 Paris
Tel: 33 1 42 45 09 16
e-mail: [EMAIL PROTECTED]
URL: http://www.senga.org/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.