groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] Re: mkstemp


From: John David Anglin
Subject: [Groff] Re: mkstemp
Date: Wed, 5 Sep 2001 16:45:57 -0400 (EDT)

> > In file included from /xxx/gnu/groff-1.17.3/src/libs/libgroff/font.cc:27:
> > /xxx/gnu/groff-1.17.3/src/include/lib.h:53: previous declaration of `int
> >    mkstemp(char*)' with C++ linkage
> > /usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/3.0.1/include/stdlib.h:246: 
> > conflicts
> >    with new declaration with C linkage
> 
> So your compiler provides mkstemp().  The configure script checks for
> that -- it seems that you haven't run it properly.

Oops.  Going back to step one, I find that the problem is still there:

configure:4318: checking for mkstemp
configure:4355: g++ -o conftest -O2  -s conftest.cc  >&5
configure:4334: declaration of C function `char mkstemp()' conflicts with
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/3.0.1/include/stdlib.h:246: previous
   declaration `int mkstemp(char*)' here
configure:4358: $? = 1

As a result, mkstemp isn't found and we get the same build failure.

Dave
-- 
J. David Anglin                                  address@hidden
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]