On 11/16/06, Jim Gifford <[EMAIL PROTECTED]> wrote:
jignesh gangani wrote: > Hi All, > > I know, I know, Don't tell me to go and visit > trac.clfs.org/faq <http://trac.clfs.org/faq> for solution. I have been > there. The solution talks about kernel compiled with > CONFIG_UNIX98_PTY=y and CONFIG_DEVPTS_FS=y. My kernel config file has > CONFIG_UNIX98_PTY=y but no line of CONFIG_DEVPTS_FS. So I decided to > recompile the kernel. But when I issued make menuconfig I got the > following error: > HOSTCC scripts/basic/fixdep > /bin/sh: scripts/basic/fixdep: No such file or directory > make[1]: ***[scripts/basic/fixdep] Error 1 > make: ***[scripts_basic] Error 2 > > And here are the contents of scripts/basic > Makefile docproc.c fixdep fixdep.c split-include.c > The type of fixdep is > fixdep: ELF 64-bit LSB Executable, AMD x86-64, version1(SYSV), for > GNU/Lilnux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux > 2.6.0, not stripped. > When I mannually tried to execute the file fixdep I got the error No > such file or directory. Even when I compiled a dummy program I got the > same error when I tried to execute a.out. I am able to execute gcc and > other programs. I am at chapter 10.8 of CLFS-1.0.0-x86_64-64. > Everything has worked fine till now. Even glibc tests went ok with > only Error 1(Ignored) line. > > Now how do I solve the No more ptys problem? > ------------------------------------------------------------------------ > > _______________________________________________ > Clfs-support mailing list > [email protected] > http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support > Which method did you follow Boot or Chroot? _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
Boot Method. I have checked the output of readlelf -l a.out | grep interpreter. The output is correct.
_______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
