[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: 1.17.2 - mkstemp problem
From: |
Borsenkow Andrej |
Subject: |
RE: 1.17.2 - mkstemp problem |
Date: |
Thu, 26 Jul 2001 18:54:52 +0400 |
> -----Original Message-----
> From: Werner LEMBERG [mailto:address@hidden
> Sent: Thursday, July 26, 2001 5:40 PM
> To: address@hidden
> Cc: address@hidden
> Subject: Re: 1.17.2 - mkstemp problem
>
>
>
> > configure checks for mkstemp and we do have xtmpfile() in libgroff,
> > but I was not sure if it is appropriate to use it here.
> >
> > I never understood all this fuss about mktemp/mkstemp; mktemp can be
> > used just as securely and has great advantage of being universally
> > available.
>
> This is no longer a problem since the current CVS snapshot comes with
> a proper mkstemp() implementation. Please test.
>
CC -g -o refer command.o label.o ref.o refer.o token.o
/u3/u1/build/groff/src/libs/libbib/libbib.a
/u3/u1/build/groff/src/libs/libgroff/libgroff.a -lm
Undefined first referenced
symbol in file
mkstemp
/u3/u1/build/groff/src/libs/libgroff/libgroff.a(tmpfile.o)
ld: refer: fatal error: Symbol referencing errors. No output written to
refer
gmake[2]: *** [refer] Error 1
gmake[2]: Leaving directory `/u3/u1/build/groff/src/preproc/refer'
gmake[1]: *** [src/preproc/refer] Error 2
gmake[1]: Leaving directory `/u3/u1/build/groff'
gmake: *** [all] Error 2
configure properly finds out that mkstemp not found.
-andrej