iBCS2 and segment.h

iBCS2 and segment.h

Post by Boris Tobotr » Fri, 10 Mar 1995 09:53:45




Quote:> I got iBCS2 from sunsite and when I run make I get an error
> "don't know how to make segment.h" because several modules call
> out linux/include/segment.h, which is nowhere on my system. Has
> anyone else found this? I looked for the include in the gcc libs,
> but no luck.

        You should install kernel source tree, and get
/usr/src/linux/include/asm/segment.h (and /usr/include/asm/segment.h since
/usr/include/asm is linked to /usr/src/linux/include/asm which in turn is
linked to /usr/src/linux/include/asm-i386 :-)

--
        Best regards, -- Boris.                       PGP OK

 
 
 

iBCS2 and segment.h

Post by Frank Coole » Thu, 09 Mar 1995 11:21:49


I got iBCS2 from sunsite and when I run make I get an error
"don't know how to make segment.h" because several modules call
out linux/include/segment.h, which is nowhere on my system. Has
anyone else found this? I looked for the include in the gcc libs,
but no luck.

--