make all fails on Tru64 v4
The networking swiss army knife
Status: Beta
Brought to you by:
themnemonic
Hi,
I just tried to build netcat v0.7.1 for Tru64 v4.0
using gcc 3.4.0, gmake 3.79.1 and autoconf 2.57. The
configure worked fine, but make all fails due to
snprintf and vsnprintf dependencies not being satisfied.
The make all fails in the src directory
The configure script probably should have picked this
one up.
A workaround is to build snprintf (i used
http://www.ijs.si/software/snprintf/ as it is also
GPL). I then added this object to the am_netcat_OBJECTS
line in src/makefile.in and netcat built successfully.
I would submit a patch, but I'm not sure quite how
you'd like to approach this issue (either with a
configure or makefile patch).
Cheers,
Josh