search for: ac_c_werror_flag

Displaying 4 results from an estimated 4 matches for "ac_c_werror_flag".

2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
...or: cannot run test program while cross compiling See `config.log' for more details. The config.log shows: configure:23753: checking for prctl configure:23809: arm-linux-gcc -o conftest -O -D_SAMBA_BUILD_ conftest.c -lnsl -ldl >&5 configure:23815: $? = 0 configure:23822: test -z "$ac_c_werror_flag" || test ! -s conftest.err configure:23825: $? = 0 configure:23832: test -s conftest configure:23835: $? = 0 configure:23849: result: yes configure:23885: arm-linux-gcc -c -O -D_SAMBA_BUILD_ conftest.c >&5 configure:23891: $? = 0 configure:23898: test -z "$ac_c_werror_flag"...
2008 Jul 10
0
rsync-3.0.3 on TRU64 5.1a w/ provided c compiler
...re script will show that it does. This is obviously not an rsync issue, but more likely an autoconf issue. The fix (read: hack) was to edit the configure.sh script, and do a search for Wno-unused-parameters. A few lines below you will see: (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then rsync_warn_flag=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 change the rsync_warn_flag=yes to =no, and save. This disables the c...
2009 Mar 16
2
openssh 5.2p1 fails to build on IRIX 5.3
Hello, I ran into a few problems when trying to build openssh 5.2p1 on IRIX 5.3. First one is new to 5.2p1: cc -I. -I. -I/usr/tgcware/include/openssl -I/usr/tgcware/include -DSSHDIR=\"/usr/tgcware/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/tgcware/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/tgcware/libexec/ssh-askpass\"
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: