Luke writes:
> 
> 
> 
> 
> On Thu, 15 Jul 1999, David Murn wrote:
> 
> > On Wed, 14 Jul 1999, Greg Haerr wrote:
> > 
> > >   The issue here is that the size of the libc.a file itself is > 512k, so
> > > the filesystem won't let ld86 read it...
> > 
> > It is?  I dunno where you got your libc.a from, but mine is 82k.  libc
> > under Linux is > 512k, but under ELKS, it's tiny.
> > 
> 
> This is why I thought I had it wrong.
> 
> Speaking (or not) about filesystems, whats this all about:
> 
> bcc -0 -O -ansi -s -ansi fsck.c -o fsck -Hffff
> undefined symbol: _S_ISSOCK
> 
> 
> It would be nice as a hard disk filing system is fairly useless without
> it.
> 
> And:
> 
> bcc -0 -O -ansi  -s  ls.c   -o ls
> undefined symbol: _S_ISSOCK
> 

You shouldn't get this if your kernel includes are correctly sorted out.
The linuxmt and arch directories in bcc include directory
(/usr/local/bcc/include on my system) should be symlinks to the directories
in the kernel source include directory.

Al

Reply via email to