Mail Archives: djgpp-workers/1998/01/27/13:10:05
> > typedef unsigned long _G_fpos_t;
> > In DJGPP header files this is defined as a signed long.
> By ``DJGPP header files'' you mean the files which are in lang/cxx/,
> as distributed with previous versions of libg++, right?
Right - sorry I wasn't clear. lang/cxx/_g_confi.h under DJDIR.
> I think that installing a library without the associated headers is an
> *extremely* bad idea. They should install the headers as well.
I'm not sure if the headers came with the actual libraries of with
the compiler. I found them installed in /usr after I had installed
the gcc. But if we are going to accept the header files that gcc
configure wants us to use then we should fix them. The biggest problem
is that gcc uses its own stddef.h which is totally incompatible
with dj's stdio.h. Currently, I must manually erase the include directory
after installing and then reinstall the original dj headers and then
fix them if necessary.
- Raw text -