Michel Verdier
Create Your Badge
|
Instructions for porting to HP-UX 10.x, or higher.
Find the OS Makefile for the system you're compiling on: i.e. Makefile.hpux
or Makefile.linux and copy that over to Makefile.
Then edit the makefile to remove the CC options flag for the system not being
compiled for.
ex.: cp Makefile.hpux Makefile
delete the line(s) for
#ifdef hpux
#else
CC = /usr/bin/gcc -O3 -I$(INCDIR)
#endif
Then edit the comments in tests/datechg.c to remove the tv->tv_sec entry for
the inappropriate system.
Then type make, and, it should build from there.
|
27,686 hits since October 04, 1999.
Mail me, with your comments.
I updated this page on Sunday August 01, 2010 7:13:32 PM
Van
|
|