bug-groff
[Top][All Lists]
Advanced

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

RE: Groff 1.18 build fails, snprintf()/vfprintf()


From: Jim Thalmann
Subject: RE: Groff 1.18 build fails, snprintf()/vfprintf()
Date: Wed, 12 Nov 2003 15:46:01 -0800

Hi Werner,

Sorry to report it is still broken after updating via cvs, configuring,
and building.  The last few lines of the 'make' follow.  I can't find
any reference to vfprintf() in config.log or config.status, if that is
any help.

--
Jimt

_CONFIG_H -g -O2  -c html-table.cpp
g++ -I. -I. -I/home/jimt/groff/src/include
-I/home/jimt/groff/src/include -DHAVE_CONFIG_H -g -O2  -c html-text.cpp
g++ -I. -I. -I/home/jimt/groff/src/include
-I/home/jimt/groff/src/include -DHAVE_CONFIG_H -g -O2  -c output.cpp
g++ -g -O2  -o post-grohtml post-html.o html-table.o html-text.o
output.o /home/jimt/groff/src/libs/libdriver/libdriver.a
/home/jimt/groff/src/libs/libgroff/libgroff.a  -lm
Making grohtml.n from grohtml.man
g++ -I. -I. -I/home/jimt/groff/src/include
-I/home/jimt/groff/src/include -DHAVE_CONFIG_H -g -O2  -c lbp.cpp
In file included from lbp.cpp:33:
lbp.h: In function `void lbpprintf(const char *, ...)':
lbp.h:44: implicit declaration of function `int vfprintf(...)'
make[2]: *** [lbp.o] Error 1
make[1]: *** [src/devices/grolbp] Error 2
make: *** [all] Error 2
(address@hidden ~/groff) 


-----Original Message-----
From: Werner LEMBERG [mailto:address@hidden 
Sent: Tuesday, November 11, 2003 7:10 AM
To: Jim Thalmann
Cc: address@hidden
Subject: Re: Groff 1.18 build fails, snprintf()/vfprintf()



> A quick nm(1) scan of all libraries reveals a vsnprintf() in 
> /lib/libdb.a.  That's the only definitition I found.  I don't think 
> this is a very standard library.  "db" probably is for database or 
> debug.  I would assume that LynxOS does not have this library call.

This should now be fixed in the CVS (see groff's README file for
details).  Please test!


    Werner




reply via email to

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