Displaying 3 results from an estimated 3 matches for "ac_cv_func_pwrit".
Did you mean:
ac_cv_func_pwrite
2001 Oct 26
0
HP-UX 11.00 samba 2.2.* smbd SIGSYS in pread
...mbols in my libc.
however, i don't believe that this system call is implemented in my version of the kernel because smbd dies with a SIGSYS (bad arg
to sys call) in libc:pread.
my workaround was to override what configure automatically determines
ac_cv_func_pread=no \
ac_cv_func_pread64=no \
ac_cv_func_pwrite=no \
ac_cv_func_pwrite64=no \
./configure
i don't know if your configure scripts can be improved to automatically take care of this or not.
in any case, this may be useful information to someone.
2001 Oct 29
0
[Fwd: HP-UX 11.00 samba 2.2.* smbd SIGSYS in pread]
...'t believe that this system call is implemented in my version of the kernel because smbd dies with a SIGSYS (bad arg
> to sys call) in libc:pread.
>
> my workaround was to override what configure automatically determines
>
> ac_cv_func_pread=no \
> ac_cv_func_pread64=no \
> ac_cv_func_pwrite=no \
> ac_cv_func_pwrite64=no \
> ./configure
>
> i don't know if your configure scripts can be improved to automatically take care of this or not.
>
> in any case, this may be useful information to someone.
-------------- next part --------------
An embedded message was scru...
2010 Sep 03
1
TinycoreLinux Install
...nc_fsync='yes'
ac_cv_func_ftime='yes'
ac_cv_func_gethostname='yes'
ac_cv_func_getrusage='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_hstrerror='yes'
ac_cv_func_link='yes'
ac_cv_func_memcmp_working='yes'
ac_cv_func_pread='yes'
ac_cv_func_pwrite='yes'
ac_cv_func_sigaction='yes'
ac_cv_func_snprintf='snprintf'
ac_cv_func_snprintf_noniso='no'
ac_cv_func_strerror='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_times='yes'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_fcntl_h='yes'
ac...