HP-UX 10.20 status

2001-11-28 Thread H . Merijn Brand
cc -DDEBUGGING +DAportable -Ae -D_HPUX_SOURCE -I/pro/local/include \ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./include \ -o platform.o -c platform.c cpp: platform.c, line 6: error 4036: Can't open include file 'dlfcn.h'. make: *** [platform.o] Error 1 -- H.Merijn Brand

Re: HP-UX 10.20 status

2001-11-28 Thread Andy Dougherty
On Wed, 28 Nov 2001, H . Merijn Brand wrote: cc -DDEBUGGING +DAportable -Ae -D_HPUX_SOURCE -I/pro/local/include \ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./include \ -o platform.o -c platform.c cpp: platform.c, line 6: error 4036: Can't open include file 'dlfcn.h'. make:

Re: HP-UX 10.20 status

2001-11-28 Thread James Mastros
On Wed, 28 Nov 2001, Andy Dougherty wrote: Longer term, James Mastros was working on splitting out the larger platform-specific chunks (e.g. dynaloading, async I/O, time functions, etc.). See the earlier thread Platform splitting, mark 2 for details. Im not sure of the current status, but