Displaying 20 results from an estimated 56 matches for "echo_t".
Did you mean:
echo_c
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...all
Patch to Heimdal 0.7 configure
------------------------------
---cut---cut---cut---
--- backup.configure Wed May 10 09:32:05 2006
+++ configure Wed May 10 09:57:51 2006
@@ -29163,13 +29163,11 @@
echo "$as_me:$LINENO: result: $ac_cv_func_snprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
-if test "$ac_cv_func_snprintf_working" = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_SNPRINTF 1
_ACEOF
-fi
if test "$ac_cv_func_snprintf_working" = yes; then
if test "$ac_cv_func_snprintf+set"...
2004 Nov 19
2
Samba 3.0.9 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all
current bug-fixes. There have been several important issues
fixes since the 3.0.8 release.
Common bugs fixed in 3.0.9 include:
~ o Problem updating roaming user profiles.
~ o Crash in smbd when printing from a Windows 9x client.
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
Hello NG,
found a thread with almost my current problem. There wasn't any solution
out there.
Maybe anything has changed?
I want install samba v3.0.9 on an old rh linux v7.1. Currently there's no
chance to
update the core system. But while compiling it breaks with many
"vfs"-errors as shown
below:
..SNIP..
modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to
2006 Nov 23
2
configure issue (PR#9379)
Full_Name: Gordon Lack
Version: 2.4.0
OS: Redhat Linux AS2.1
Submission from: (NULL) (198.28.92.5)
Not sure whether this is a configure issue or an R one.
It's only a minor issue, so this is really just FYI.
The code in configure checks for the version of makeinfo by splitting the
version string into a major and minor component. The tests on these assume they
are numeric.
RHAS2.1 shipped
2010 Nov 12
0
[LLVMdev] LLVM test-suite support for dragonegg / Fortran
...ir -S -o - conftest.c | \
grep 'target datalayout =' > /dev/null 2>&1
if test $? -eq 0 ; then
llvm_cv_llvmgcc_dragonegg="yes"
fi
rm conftest.c
fi
-fi
{ echo "$as_me:$LINENO: result: $llvm_cv_llvmgcc_dragonegg" >&5
echo "${ECHO_T}$llvm_cv_llvmgcc_dragonegg" >&6; }
@@ -20598,32 +20596,30 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
llvm_cv_llvmgcc_sanity="no"
-if test -x "$LLVMGCC" ; then
cp /dev/null conftest.c
- "$LLVMGCC" "$LLVMCC_EMITIR_FLAG&q...
2010 Nov 10
2
[LLVMdev] LLVM test-suite support for dragonegg / Fortran
On 11/08/2010 03:18 PM, Duncan Sands wrote:
> Hi Tobias,
>
>> I am very interested in using dragonegg as a fortran frontend for the
>> LLVM test
>> suite, as a start to improve fortran support.
>>
>> I believe this should be easy, but when I looked into this I had the
>> impression
>> the nightly tester in the llvm test-suite does not even support
2004 Nov 09
3
3.0.8 compile warnings and link error
...ease date... $ECHO_C" >&6
ac_cv_gnu_ld_date=`echo $ac_cv_gnu_ld_version | sed -n
's,^.*\([2-9][0-9][0-9][0-9]\
)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
echo "$as_me:$LINENO: result: ${ac_cv_gnu_ld_date}" >&5
echo "${ECHO_T}${ac_cv_gnu_ld_date}" >&6
if test "$ac_cv_gnu_ld_date" -lt 20030217; then
ac_cv_gnu_ld_no_default_allow_shlib_undefined=yes
fi
fi
test2 # echo $ac_cv_gnu_ld_version
GNU ld version 2.12
test2 # echo $ac_cv_gnu_ld_version | sed -n
's,^.*\([2-...
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
...N "(cached) $ECHO_C" >&6
+else
+ if echo a | (grep -E '(a|b)') >/dev/null 2>&1
+ then ac_cv_prog_egrep='grep -E'
+ else ac_cv_prog_egrep='egrep'
+ fi
+fi
+echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
+ EGREP=$ac_cv_prog_egrep
+
+
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -5640,21 +5655,6 @@
esac
# tun(4) forwarding compa...
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
...cv_path_install='/usr/bin/install -c'
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC=''
CFLAGS=''
CPP=''
CPPFLAGS=''
DBCFLAGS=''
DBLDFLAGS=''
DBLIBS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL='/usr/bin/install -c'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBWRAPLIBS=''
LTLIBOBJS=''
MOD...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...c99 -xlibmieee -xlibmil -nofstore'
/opt/studio12/SUNWspro/bin/cc -m64'
/opt/studio12/SUNWspro/bin/cc -m64'
CC='dmake: defaulting to parallel mode.
CFLAGS='dmake: defaulting to parallel mode.
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CPPFLAGS='...
2003 Oct 28
4
AIX patch for openssh-3.7.1p2
...loginfailed=yes
! else
echo "$as_me: failed program was:" >&5
! cat conftest.$ac_ext >&5
! ac_cv_have_decl_loginfailed=no
! fi
! rm -f conftest.$ac_objext conftest.$ac_ext
! fi
! echo "$as_me:3322: result: $ac_cv_have_decl_loginfailed" >&5
! echo "${ECHO_T}$ac_cv_have_decl_loginfailed" >&6
if test $ac_cv_have_decl_loginfailed = yes; then
echo "$as_me:3325: checking if loginfailed takes 4 arguments" >&5
echo $ECHO_N "checking if loginfailed takes 4 arguments... $ECHO_C" >&6
--- 3285,3329 ----
e...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...\"smbnull\" -D_SAMBA_BUILD_'
CHARSET_MODULES=''
CHARSET_STATIC=''
CIFSMOUNT_PROGS=''
CONFIG_LIBS=''
CPP=''
CPPFLAGS='-I/opt/iexpress/openldap/include'
CUPS_CONFIG=''
DEFS=''
DYNEXP=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_ALL_TARGETS=''
EXTRA_BIN_PROGS=''
EXTRA_SBIN_PROGS=''
FLAGS1=''
HOST_OS=''
IDMAP_LIBS=''
IDMAP_MODULES=''
IDMAP_STATIC=''
INIPARSERLIBS=''
INSTALLLIBCMD_A=''
INSTALLLI...
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...}
s/.*/./; q'`
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits
ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
case `echo 'xy\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
xy) ECHO_C='\c';;
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null
ECHO_T=' ';;
esac;;
*)
ECHO_N='-n';;
esac
rm -f conf$$ conf$...
2008 Jun 10
7
error compiling fc9 x64
...39;'
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CXX='g++ -m32'
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE=''
FONTSSUBDIRS=''
FREETYPEINCL=''
FREETYPELIBS=''
GLU32FILES...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...39;'
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CXX='g++ -m32'
CXXFLAGS=''
DEFS=''
DEPENDENCIES=''
DISKARBITRATIONLIB=''
DLLEXT=''
DLLFLAGS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
EXTRA_BINARIES=''
FLEX=''
FONTCONFIGINCL=''
FONTFORGE=''
FONTSSUBDIRS=''
FREETYPEINCL=''
FREETYPELIBS=''
GLU32FILES...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...''
CPPFLAGS=''
CVSBUILD=''
CXX=''
CXXCPP=''
CXXFLAGS=''
DATE=''
DEBUG_RUNTIME=''
DEFS=''
DISABLE_ASSERTIONS=''
DOT=''
DOTTY=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_CBE_PRINTF_A=''
ENABLE_DOXYGEN=''
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_OPTIMIZED=''
ENABLE_PIC=''
ENABLE_THREADS=''
ENABLE_VISIBILITY_INLINES_HIDDEN=''
ENDIAN=''
EXEEXT=''
EXPENSIVE_CHECKS='&...
2002 May 31
11
(no subject)X-forward
No "ssh -X hostname" doesn't work.
But when you "export DISPLAY=..." it works!?
I set the the Display Hack so that I can see my IP with "env" or "echo
SSH_CLIENT" when I'm connect via VPN-Tunnel and I don't know my IP in
the Net I'm connected through.
Andreas Kerl
-----------------------------------------
DTS Medien GmbH
Heidestrasse 38
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
...------ ##
CC='mpicc'
CFLAGS=''
CPP=''
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR='...
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
...D_GNU_SOURCE -D_SAMBA_BUILD_=3'
CHARSET_MODULES=''
CHARSET_STATIC=''
CIFSMOUNT_PROGS=''
CONFIG_LIBS=''
CPP=''
CPPFLAGS=''
CUPS_CONFIG=''
DEFAULT_TEST_TARGET=''
DEFS=''
DYNEXP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_ALL_TARGETS=''
EXTRA_BIN_PROGS=''
EXTRA_SBIN_PROGS=''
FLAGS1=''
HAVE_SOCKET_WRAPPER=''
HOST_OS=''
IDMAP_LIBS=''
IDMAP_MODULES=''
IDMAP_STATIC=''
INIPARSERLIBS=''
INSTA...