search for: as_ac_head

Displaying 3 results from an estimated 3 matches for "as_ac_head".

Did you mean: as_ac_header
2002 Jun 24
0
Rsync 2.5.5: FreeBSD mknod can't create FIFO's
...rk/rsync-2.5.5/configure Tue Apr 2 03:50:46 2002 +++ work.patch/rsync-2.5.5/configure Mon Jun 24 14:44:58 2002 @@ -4344,7 +4344,8 @@ -for ac_header in sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h + +for ac_header in sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h sys/un.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -7736,7 +7737,8 @@ -for ac_func in waitpid wait4 getcwd strdup strerror chown chmod mknod + +for ac_func in waitpid wait4 getcwd strdup strerror chown chmod mk...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki:
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and the compile step (using the Compaq cc compiler that comes with Tru64 V5.1A. The configure reported success and most of the compile steps cam through error/warning free except for the one that stumbled. Can someone help me out here? I am willing to provide a binary for Tru64 V5.1A if we can swat this bug. We depend greatly on Rsync