Обсуждение: RE: [PORTS] NT-Compile-Hints

Поиск
Список
Период
Сортировка

RE: [PORTS] NT-Compile-Hints

От
Horak Daniel
Дата:
> > > I have added item B.  Please tell me why the
> HAVE_UNION_SEMUN was not
> > > set properly for NT.  configure runs a test for that.
> Any idea why it
> > > failed.
> >
> > I did install the IPC-headers to /usr/local/include/sys
> > The check for semun does fail because of missing headers.
> > The later compile does find the headers.

install the headers to the cygwin include subtree or fix egcs (cpp) to
include files from /usr/local/include (maybe in the spec file in
lib/gcc-lib/....)

>
> OK, how is the later compile different.  Do we need to add
> some special
> compile flags?  Which ones?

            Dan