On Wed, 12 Apr 2000, Ricardo Stella wrote:

> 
> What version of Solaris x86 ?  Cause 7 doesn't seem to work...
> 
> BTW, about not been able to use GCC to make a 64 bit kernel is not
> applicable, since x86 is still 32 bits only.
> 
> Here's a rundown on what happens:
> 
> Using GCC 2.8.1
> Solaris 7 x86
> now trying 1.4b2+asun2.1.4b39
> Disabled DB2DIR, CRYPTODIR, DESDIR, TCPWRAPDIR, PAMDIR, CRACKDIR,
> AFSDIR, KRMDIR
> 
> gcc -p -DNO_STRUCT_TM_GMTOFF -D__svr4__ -DSOLARIS -I../../sys/generic  
> -D_ISOC9
> X_SOURCE -O -I../../include  -DTCPWRAP -c dsi_tcp.c
> dsi_tcp.c:35: tcpd.h: No such file or directory
> make[4]: *** [dsi_tcp.o] Error 1

So it looks like you are missing tcpd.h...  On my linux machine,
/usr/include/tcpd.h is owned by the tcp-wrappers package.  And it looks
like you've got "-DTCPWRAP" defined somehow...

        Andy

Reply via email to