[SUMMARY] compiling problems on Solaris 2.6 x86 (fwd)

Tim Rice tim at multitalents.net
Mon Mar 12 15:35:06 EST 2001


On Mon, 12 Mar 2001, Damien Miller wrote:

> On Sun, 11 Mar 2001 mouring at etoh.eviladmin.org wrote:
> 
> > On Sun, 11 Mar 2001, Damien Miller wrote:
> >
> > > Can someone explain why we need this fix on Solaris 2.6?
> > >
> >
> > The heart of the issue is the fact he has a
> > /usr/local/include/config.h
> >
> > Maybe we should resolve it by doing the following:
> >
> > CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir)
> > $(PATHS) @DEFS@
> >
> > to
> >
> > CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ -I$(srcdir)/openbsd-compat
> > $(PATHS) @DEFS@
> >
> > That would ensure that our directories are given priority over what
> > the user requests.
> 
> I think that this is safe to do now that we have renamed the conflicting
> headers.

CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@
tests OK on
Solaris 8
UnixWare 2.03
UnixWare 2.1.3
UnixWare 7.1.0
SCO Open Server 3
SCO Open Server 5
Caldera eDesktop 2.4
Redhat 6.2

> 
> -d
> 
> 

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net







More information about the openssh-unix-dev mailing list