search for: ac_ext

Displaying 20 results from an estimated 38 matches for "ac_ext".

2000 Oct 04
0
2.2.0p1 chroot patch
...her the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:705: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:707: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -712,12 +714,12 @@ cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...her the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:705: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:707: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -712,12 +714,12 @@ cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721...
2004 Oct 27
0
[LLVMdev] Re: Patch for missing rand48 on win32
Morten Ofstad wrote: >> Hi, >> >> There's no HAVE_RAND48 symbol provided by autoconf. You'll have to >> add the appropriate check to autoconf/configure.ac before we can take >> this patch. I installed autoconf with cygwin now and I think I've managed to do this right now -- there are some strange problems with running the AutoRegen.sh script, so I
2004 Oct 26
2
[LLVMdev] Re: Patch for missing rand48 on win32
> Hi, > > There's no HAVE_RAND48 symbol provided by autoconf. You'll have to add > the appropriate check to autoconf/configure.ac before we can take this > patch. Sorry I forgot to mention I didn't make any changes to the configure script. The problem is that I can't test these things since I'm not on a Unix platform, and I'm not even using the
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:
2010 Feb 23
1
patch about compile R with clang
...use clang and gfortran compile R. The only two change in source code is : 1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so this is patch --- /r/configure +++ /myr/configure @@ -39172,6 +39172,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +#include <wchar.h> #include <$ac_header> _ACEOF rm -f conftest.$ac_objext @@ -39480,6 +39481,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include <...
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\"
1999 Dec 27
1
More patches to fix NetBSD compiling
...15:10 1999 +++ configure Mon Dec 27 09:15:17 1999 @@ -2348,6 +2348,48 @@ fi rm -f conftest* +echo $ac_n "checking whether utmp.h has ut_pid field""... $ac_c" 1>&6 +echo "configure:2353: checking whether utmp.h has ut_pid field" >&5 +cat > conftest.$ac_ext <<EOF +#line 2355 "configure" +#include "confdefs.h" +#include <utmp.h> +EOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + egrep "ut_pid" >/dev/null 2>&1; then + rm -rf conftest* + cat >> confdefs.h <<\EOF +#define...
2003 Oct 28
4
AIX patch for openssh-3.7.1p2
...CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" echo "$as_me:3105: checking how to specify blibpath for linker ($LD)" >&5 *************** *** 3284,3326 **** echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF - #line 3287 "configure" #include "confdefs.h" ! #include <usersec.h> int main () { - #ifndef loginfailed - char *p = (char *) loginfailed; - #endif ! ; ! return 0; } _ACEOF ! rm -f conftest.$ac_objext ! if { (eval echo "$as_me:3...
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 12:09, PGNet Dev <pgnet.dev at gmail.com> wrote: [...] > /usr/bin/ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -pie -lssh -lopenbsd-compat -lutil -lz -lcrypt -lresolv > /usr/bin/ld: unrecognized option
1999 Dec 23
0
Patch to make pre19 work with NetBSD
...;6 -echo "configure:2078: checking whether pam_strerror takes only one argument" >&5 +echo $ac_n "checking For struct lastlog in utmp.h""... $ac_c" 1>&6 +echo "configure:2078: checking For struct lastlog in utmp.h" >&5 cat > conftest.$ac_ext <<EOF #line 2080 "configure" #include "confdefs.h" + #include <sys/types.h> + #include <utmp.h> + +int main() { +struct lastlog c; c.ll_time = 0; +; return 0; } +EOF +if { (eval echo configure:2090: \"$ac_compile\") 1>&5; (eval $ac_compi...
2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
...LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ Is there a way to simply remove this check? Is there a better way to get around this than hacking the configure script? There are a few other posts...
2000 Jan 19
3
AIX openssh patches
...random device found, and no EGD random pool specified" 1>&2; exit 1; } fi echo $ac_n "checking whether utmp.h has ut_host field""... $ac_c" 1>&6 echo "configure:2345: checking whether utmp.h has ut_host field" >&5 cat > conftest.$ac_ext <<EOF --- 2367,2382 ---- fi + if test -z "$RANDOM_POOL" -a -z "$EGD_POOL";then + echo $ac_n "using system random" 1>&6 + cat >> confdefs.h <<\EOF + #define USE_SYSRANDOM 1 + EOF fi + + echo $ac_n "checking wheth...
2002 Nov 05
2
2.5.6 release
On Tue, Nov 05, 2002 at 08:37:00AM -0800, Martin Pool wrote: > On 10 Oct 2002, "Green, Paul" <Paul.Green@stratus.com> wrote: > > No new CVS messages have appeared on the rsync-cvs archives since August > > 30th. This seems rather odd-- perhaps a daemon stopped working? If there > > has truly been no activity since that date, I apologize for > >
2002 Sep 10
2
installing samba 2.2.5 -- no luck...any ideas?
...summary + 1>& 5 + test no = yes + cat + 1> conftest.c 0<< #line 13585 "configure" #include "confdefs.h" #include "./tests/summary.c" + 1>& 5 + eval echo configure:13589: "${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5" + echo configure:13589: gcc -o conftest -O conftest.c 1>&5 + 2>& 5 + test -s conftest + 2> /dev/null + echo configure: failed program was: + 1>& 5 + cat conftest.c + 1>& 5 + rm -fr conftest conftest.c + echo configure: error: summary failur...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...quot;test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then > > echo $ac_n "(cached) $ac_c" 1>&6 > > else > > ac_save_LIBS="$LIBS" > > LIBS="-lresolv $LIBS" > > cat > conftest.$ac_ext <<EOF > > #line 10733 "configure" > > #include "confdefs.h" > > /* Override any gcc2 internal prototype to avoid an error. */ > > /* We use char because int might match the return type of a gcc2 > > builtin and then its argument prototype...
2008 Oct 26
1
HAVE_BZLIB_H not set
When building 2.8.0 this morning for Fedora, I noticed that it was building the included bzlib2 source and using it rather than the system bzip2 libraries and headers. I tracked down the reason to this section of configure: cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef HAVE_BZLIB_H #include <bzlib.h> #endif int main() { char *ver = BZ2_bzlibVersion(); exit(strcmp(ver, "1.0.5") < 0); } _ACEOF That code wasn't working at all because HAVE_BZLIB_H never gets set anywhere, even though the c...
2016 Jan 04
2
OPenssl and dependencies such as openssh
...cross_compiling" = yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: not checking" >&5 $as_echo "$as_me: WARNING: cross compiling: not checking" >&2;} else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdio.h> #include <string.h> #include <openssl/opensslv.h> #include <openssl/crypto.h> #define DATA "conftest.ssllibver" int main () { FILE *fd; int rc;...
1999 Jan 21
2
configure command for SAMBA 2.0.0 fails under HP-UX 10.20
...ho configure:9476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null >then > echo "configure OK"; >else > echo "configure: failed program was:" >&5 > cat conftest.$ac_ext >&5 > rm -fr conftest* > { echo "configure: error: summary failure. Aborting config" 1>&2; exit 1; } >fi >rm -fr conftest* >fi > > >builddir=`pwd` > > >trap '' 1 2 15 >cat > confcache <<\EOF The machine is a good old...
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
..."$ssldir" != "/usr"; then CFLAGS="$CFLAGS -I$ssldir/include" - LDFLAGS="$LDFLAGS -L$ssldir/lib" + LDFLAGS="$LDFLAGS -L$ssldir/lib -R$ssldir/lib" fi echo "$ac_t""$ssldir" 1>&6 @@ -2321,7 +2321,9 @@ cat > conftest.$ac_ext <<EOF #line 2323 "configure" #include "confdefs.h" +#include <sys/types.h> #include <netinet/in.h> +#include <netinet/in6.h> int main() { struct sockaddr_in6 s; s.sin6_family = 0; ; return 0; } @@ -2349,7 +2351,9 @@ cat > conftest.$ac_ext <&l...