Is there any documentation on the programs in the tests directory or any
sort of regression test script that uses them? I don't seem to be able to
find this in the FAQ, sources, or web pages.
Thanks
-r2r-
-
To unsubscribe, e-m
On the TRU64 platform, the samples were always compiled with cxx, which
leads to linker errors if the library itself was compiled with g++.
Following patch fixes this:
enjoy
-r2r-
===
diff -c new/samples/Makefile.incl x
Following is a patch to enable socket and libWWW support for the TRU64
platform. I have successfully used this with
cxx [Compaq C++ V6.2-024 for Digital UNIX V4.0F (Rev. 1229)]
as well as
g++ [gcc version 2.95.1 19990816 (release)]
linked against libwww 5.3.2
enjoy
-r2r-
==