[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.17.2 - mkstemp problem
From: |
Werner LEMBERG |
Subject: |
Re: 1.17.2 - mkstemp problem |
Date: |
Thu, 26 Jul 2001 17:25:25 +0200 (CEST) |
> 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
>
> configure properly finds out that mkstemp not found.
This is a bug. Please add
#include "lib.h"
to refer.cc and post-html.cc.
Fixed in the current shapshot. Thanks for the report.
Werner