Coreutils impossible to compile and bash pipes
Posted: Sun Dec 21, 2008 9:39 am
My kernel is finally able to execute bash. Now I want to port coreutils using my cross-compiler.
When configuring the script exit with this error:
Someone knows how to make it work?
The only problem I got with bash are pipes. If I execute e.g. "ls | grep ..", I receive a page fault.
Do I need some special syscall to handle pipes?
When configuring the script exit with this error:
Code: Select all
checking for listmntent... no
checking for getmntinfo... no
checking for sys/ucred.h... no
checking for sys/mount.h... (cached) yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking for sys/fs_types.h... (cached) no
checking for struct fsstat.f_fstypename... no
checking for library containing getmntent... no
checking for getmntent... no
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... no
checking for getfsstat function... no
checking for FIXME existence of three headers... no
checking for getmntinfo function... no
checking for getmnt function... no
checking for next_dev... no
checking for fs_stat_dev... no
checking fs_info.h usability... no
checking fs_info.h presence... no
checking for fs_info.h... no
checking for BEOS mounted file system support functions... no
checking whether it is possible to resort to fread on /etc/mnttab... no
configure: error: could not determine how to read list of mounted file systems
The only problem I got with bash are pipes. If I execute e.g. "ls | grep ..", I receive a page fault.
Do I need some special syscall to handle pipes?