search for: ac_exeext

Displaying 20 results from an estimated 34 matches for "ac_exeext".

2000 Oct 04
0
2.2.0p1 chroot patch
...cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/...
2009 Apr 08
3
libedit not found on SUse 11.1
...+ cat + rm -f conftest.o conftest | + rm conftest.o conftest > rm: cannot remove `conftest.o': No such file or directory > rm: cannot remove `conftest': No such file or directory + ac_try='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAG + ac_try='$CC -o conftest$ac + case "(($ac_try" in + case "(($ac_try" + ac_try_echo='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $L + ac_try_echo='$CC + eval 'echo "$as_me:1...
2002 Sep 10
2
installing samba 2.2.5 -- no luck...any ideas?
...mp; 6 + echo configure:13580: checking configure 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 conf...
2003 Oct 28
4
AIX patch for openssh-3.7.1p2
...ef __cplusplus ! extern "C" ! #endif + int loginfailed (); + int (*f) (); + int main () { ! f=loginfailed ! ; ! return 0; } _ACEOF ! rm -f conftest.$ac_objext conftest$ac_exeext ! if { (eval echo "$as_me:3193: \"$ac_link\"") >&5 ! (eval $ac_link) 2>&5 ! ac_status=$? ! echo "$as_me:3196: \$? = $ac_status" >&5 ! (exit $ac_status); } && ! { ac_try='t...
2000 Sep 02
2
[PATCH]: Cygwin port of 2.2.0p1
...GWIN is set. - bsd-daemon.c: Avoid possible race condition under Cygwin. - bsd-mktemp.c: Define `open' as `binary_open' when HAVE_CYGWIN is set. - channels.c: Disable check for uid 0 when HAVE_CYGWIN is set. - config.h.in: Add HAVE_CYGWIN. - configure.in: Add *-*-cygwin as target. Call AC_EXEEXT now. - cygwin_util.c: New file containing `binary_open' and `binary_pipe' function. - defines.h: Check for BROKEN_VHANGUP to set USE_VHANGUP. - includes.h: Use HAVE_CYGWIN to care for include files. Define `open' as `binary_open' and `pipe' as `binary_pipe' when HAV...
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
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
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...t seems that we currently can always use the C compiler. ## Also, to be defensive there should be a similar test with SHLIB_LD ## and SHLIB_LDFLAGS (and note that on HPUX with native cc we have to ## use ld for SHLIB_LD) ... if ${CC} ${CFLAGS} ${LDFLAGS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \ conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \ ${LIBM} 1>&5 2>&5; ## </NOTE> 4. configure --prefix=/opt/R/2.10.1 --disable-nls --enable-R-shlib --with-libintl-prefix=/opt/lib CC=cc CFLAGS='-O -m64 -xarch=native' CPPFLAGS=-I/opt/lib/incl...
2003 Nov 22
6
zlib missing when installing openssh-3.7.1p2
...> When I run the configure step, I get the following message: > > configure:5641: checking for deflate in -lz > configure:5668: cc -o conftest -g -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURC > E_EXTENDED=1 conftest.c -lz -lnsl -lxnet -lsec >&5 > + eval $CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LI > BS >&5 > + cc -o conftest -g -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 co > nftest.c -lz -lnsl -lxnet -lsec > + 1>& 5 > /usr/ccs/bin/ld: Can't find library: "z" > configure:5671: $? = 1 &...
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 Feb 16
1
Build 3.2.3a on RedHat 7.2
Hi, I have asked this question earlier, but did not receive an answer.... I'm trying to build 3.2.3a on a RedHat 7.2, but during configuring I get an error: #### ./configure .... .... .... checking for test rutines... configure: error: cant find test code. Aborting config #### Does any one have any clue about what is going wrong???? Regards/Casper
2002 Feb 16
0
[Fwd: Re: Build 3.2.3a on RedHat 7.2]
...e of the configure-script right, then they write a message into a file (I think it's config.log) which program fails. Here is this part of the configure script: ... if { (eval echo configure:10396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then echo "$ac_t""yes" 1>&6 else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -fr conftest* { echo "configure: error: cant find test code. Aborting config&qu...
2001 May 07
1
Remake configure/config.h.in/etc.
...~ + rm -f Makefile config.h config.h-touch config.status ssh_prng_cmds *~ mrproper: distclean veryclean: distclean - rm -f configure config.h.in *.0 + rm -f configure config.h.in config.h.in-touch *.0 catman-do: @for f in $(MANPAGES_IN) ; do \ Index: configure.in @@ -1881,7 +1881,8 @@ AC_EXEEXT -AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds) +AC_OUTPUT(Makefile openbsd-compat/Makefile ssh_prng_cmds, \ +[test -z "$CONFIG_HEADERS" || echo >config.h-touch]) # Print summary of options Index: openbsd-compat/Makefile.in @@ -28,7 +28,7 @@ $(COMPAT): ../config.h $...
2012 Mar 27
0
[ANNOUNCE] Netfilter releases: iptables 1.4.13, nfacct 1.0.0 and libnetfilter_acct 1.0.0
...nsing terms, this is GPLv2 software nfacct: add XML output support nfacct: update manpage to include xml and reset options build: nfacct release 1.0.0 -------------- next part -------------- Jan Engelhardt (5): build: enable automake warnings build: remove unnecessary AC_EXEEXT Update .gitignore Add examples/.gitignore build: add missing LIBMNL_CFLAGS to compilation process Pablo Neira Ayuso (27): intial import of libnetfilter_acct fix crash if no data pointer is passed to nfacct_list_cb src: improve nfacct-add example add missin...
2001 Jan 10
1
configure error on alpha (PR#806)
...mpting to compile and link a dummy program - the link step seems broken on the alpha (it doesn't like the command f77 -o conftest conftest.f -L/usr/local/lib The command works fine without the -L switch. ) my workaround was to remove $LIBS from the line ac_link='${F77-f77} -o conftest${ac_exeext} $FFLAGS $LDFLAGS conftest.$ac_ext $L IBS 1>&5' but a better alternative may be to just use the fortran compiler to produce an object file rather than an executable. R configured using the following options passes "make test" R is now configured for alphaev56-dec-osf4.0d...
2000 Aug 08
1
[PATCH] Updated patch to Cygwin port of 2.1.1p4
...GWIN is set. - bsd-daemon.c: Avoid possible race condition under Cygwin. - bsd-mktemp.c: Define `open' as `binary_open' when HAVE_CYGWIN is set. - channels.c: Disable check for uid 0 when HAVE_CYGWIN is set. - config.h.in: Add HAVE_CYGWIN. - configure.in: Add *-*-cygwin as target. Call AC_EXEEXT now. - cygwin_util.c: New file containing `binary_open' and `binary_pipe' function. - includes.h: Use HAVE_CYGWIN to care for include files. Define `open' as `binary_open' and `pipe' as `binary_pipe' when HAVE_CYGWIN is set. - loginrec.c: Disable check for uid 0 whe...
2005 Jul 10
1
openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
...', but argument 3 has type 'long int' configure:13879: $? = 0 configure:13881: ./conftest dyld: Library not loaded: libcrypto.0.9.8.dylib Referenced from: /usr/ports/openssh-4.0p1/./conftest Reason: image not found ./configure: line 1: 15872 Trace/BPT trap ./conftest$ac_exeext configure:13884: $? = 133 configure: program exited with status 133 configure: failed program was: | /* confdefs.h. */ | per above, it's complaining about: dyld: Library not loaded: libcrypto.0.9.8.dylib ... Reason: image not found which *is* in place @: ls -al /usr/local/ssl/lib/...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...would still apply. */ > > char dn_expand(); > > > > int main() { > > dn_expand() > > ; return 0; } > > EOF > > if { (eval echo configure:10744: \"$ac_link\") 1>&5; (eval $ac_link) > 2>&5; } && > > test -s conftest${ac_exeext}; then > > rm -rf conftest* > > eval "ac_cv_lib_$ac_lib_var=yes" > > else > > echo "configure: failed program was:" >&5 > > cat conftest.$ac_ext >&5 > > rm -rf conftest* > > eval "ac_cv_lib_$ac_lib_var=no&q...