Hi all
Has anyone tried porting the code of W. Richard Stevens book
Unix Network Programming Volume 1 Edition 2 code on a HP UX 10.20
I have been able to compile using gcc by changing the
Make.Defines files line as follows:
CFLAGS: CC -g -Wall -nostdinc -I/usr/include -_HP_UX_SOURCE
The README at Stevens home page says that defining HP_UX_SOURCE would
do.
How to do that.
I had run the configure script. And there were still errors. So i did
this modification and now no errors r coming.
But the linking says unresolved symbols.
Please Help With
1. Alternate approach
2. Advices
3. Improving on this approach