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: Mon, 10 Nov 2003 09:39:28 -0800

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.

A grep(1) of all includes reveals no prototype for this call.

Thanks for looking into this.  Bye,

--
JimT

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



> Thanks, I downloaded and tried the version you suggested.  This fixed 
> the snprintf() problem.
> 
> Unfortunately the problem still remains for vsnprintf():

Ahh, this is something new.  Does LynxOS has this function at all so
that I only have to add a test for a prototype, or must I activate the
replacement (which is already there, BTW)?


    Werner




reply via email to

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