Here are my /asm locations:

/usr/include/asm 
/usr/src/linux-2.2.5/include/asm-i386
/usr/i386-glibc20-linux/include/asm

As you said, it was pointing to a non exsisting
../src/linux/include/asm, so I threw a symbolic link in
/src/linux-2.2.5/include/asm to point to
/usr/src/linux-2.2.5/include/asm-i386, and it built. Now to see if
everything else still works. =)

Thank you

Jacob Anawalt


"Steven W. Orr" wrote:
> 
> I think you need to hve kernel sources installed as well. /usr/include/asm
> is a symlink to ../src/linux/include/asm.
> 
> --
> -Time flies like the wind. Fruit flies like a banana. [EMAIL PROTECTED]
> -Stranger things have happened but none stranger than this. Steven W. Orr-
> Does your driver's license say Organ Donor?Black holes are where God \
> -------divided by zero. Listen to me! We are all individuals!---------
> 
> On Tue, 7 Mar 2000, Jacob L Anawalt wrote:
> 
> =>Hi,
> =>
> =>I was wondering if anyone else has had/solved this problem. I install
> =>the src rpm with rpm -i diald-0.99.1-2.1-2.srpm, then I switch to
> =>/usr/src/redhat/SPECS and type rpm -bb diald-0.99.1-2*, and it gives me
> =>this error for screens full of include files:
> =>
> =>In file included from /usr/local/include/sys/ioctl.h:30,
> =>                 from diald.h:28,
> =>                 from diald.c:29:
> =>/usr/local/include/bits/ioctl-types.h:25: asm/ioctls.h: No such file or
> =>directory
> =>
> =>This is just one example, it does it for different header files. the
> =>line it referrs to is:
> =>
> =>#include <asm/ioctls.h>
> =>
> =>The directory exsists, but it doesnt seem to be referancing it
> =>correctly. I havent had a problem building anything else (so far) so I
> =>dont think changing all of the #include <asm/*> statements is the fix.
> =>
> =>locate asm/ioctls.h
> =>/usr/i386-glibc20-linux/include/asm/ioctls.h

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to