search for: config_head

Displaying 17 results from an estimated 17 matches for "config_head".

Did you mean: config_read
2001 May 07
1
Remake configure/config.h.in/etc.
...+ +$(srcdir)/config.h.in: $(srcdir)/config.h.in-touch +$(srcdir)/config.h.in-touch: $(srcdir)/configure $(srcdir)/acconfig.h + cd $(srcdir) && autoheader + @echo >$(srcdir)/config.h.in-touch + +config.h: config.h-touch +config.h-touch: $(srcdir)/config.h.in config.status + CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status + @echo >config.h-touch + +Makefile: Makefile.in config.status + CONFIG_FILES=Makefile CONFIG_HEADERS= ./config.status + @echo "The Makefile has changed -- please restart the make." + @false + +openbsd-compat/Makefile: openbsd-compat/Makefile.in config.statu...
2003 Aug 21
1
Help me Please Can't Install portfwd
Hi, I'am quite new in Free BSd, and I'am trying to install the port net/portfwd, but I'am getting an error msg. Does anybody can help me? I'am using this version FreeBSD 4.8-STABLE #7: Tue Aug 12 21:46:52 BRT 2003 MSG: && CONFIG_FILES=getopt/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating getopt/Makefile gmake[2]: Leaving directory `/usr/ports/net/portfwd/work/portfwd-0.26rc6/getopt' gmake[2]: Entering directory `/usr/ports/net/portfwd/work/portfwd-0.26rc6/getopt ' Makefile:133: *** missing separator. Stop. gmake[2]: Leav...
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by supermin $as_me 5.1.9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " # Files that config.status was made for. config_files=" src/supermin-link.sh Makefile examples/Makefile lib/Makefile src/config.ml...
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...------------------------ Now, it stoppes there: gmake[1]: Entering directory `/usr/local/home/cyrille/project/llvm/cfrontend/build/powerpc-unknown-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir CONFIG_FILES= CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands -------------------------------- .... (xgcc compilation with no error), then -------------------------------- /usr/local/home/cyril...
2003 Aug 18
1
Failure building libtool-1.4.3_2 port
...that is preventing me from installing the port. I'm running FreeBSD 4.6.2-RELEASE-p10 Last cvsup'd ports from cvsup10 at Mon Aug 18 22:57 PDT 2003 Any help is greatly appreciated. -- Scott # make <snip> ===> Building for libtool-1.4.3_2 Making all in . CONFIG_FILES=libtoolize CONFIG_HEADERS= /bin/sh ./config.status creating libtoolize chmod +x libtoolize Making all in libltdl Making all in doc cd . && makeinfo --no-split `echo libtool14.texi | sed 's,.*/,,'` libtool14.texi:2823: warning: `(' follows defined name `LTDL_SET_PRELOADED_SYMBOLS' instead of whit...
2004 Aug 06
2
compiling error
Hello Icecast group, I have a problem with compiling lame or other programms, I get always the message from stupid libtool libtool is installed, I use Solaris9 (sunOS 5.9) has any person a idea? thank you for help Daniel # make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands make all-recursive make[1]: Entering directory `/lame-3.93.1' Making all in mpglib make[2]: Entering directory `/lame-3.93.1/mpglib'...
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...t objdump... pre-installed checking where to find the target ranlib... pre-installed checking where to find the target strip... pre-installed checking where to find the target windres... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no   CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status creating Makefile make: Warning: File `../llvm-gcc-4.2/Makefile.in' has modification time 2.1e+07 s in the future CONFIG_SHELL="/bin/sh" /bin/sh ./config.status --recheck running /bin/sh ../llvm-gcc-4.2/configure   --target=arm-linux --program-prefix= llvm-...
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
...? = 0 configure:3210: result: yes configure:3352: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lwtc5.fmr.com config.status:635: creating src/Makevars ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set=set ac_cv_env_CC_value=mpicc ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_...
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote: > On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote: > >>Cyrille Mescam wrote: >> [snip] > > In fact, i am using the CFE build procedures. I am on instructions 5. > > cyrille > Okay, I took a closer look at your output. I was correct in that gccas is attempting to assemble a native PPC assembly language file. However,
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
Sorry again, my bad. I actually was using --enable-pics instead of --enable-pic. Now LLVM is being compiled. Hope the last phase llvm-gcc compilation would be a success. Thanks a lot. Akramul --- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote: From: akramul azim <bijoy123_8 at yahoo.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "Bill Wendling"
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote: > Cyrille Mescam wrote: > >Hi, > > > > > >When compiling the cfrontend for Linux/PPC architecture on a powermac > >G5, i got > >the following error : > > I hate to ask a silly question, but are you using "make bootstrap" to > build the cfrontend? Your output looks like gccas
2011 Jan 02
2
[LLVMdev] LLVM for ARM target
Sorry I used --enable-pic, not --enable-pics. It was a typo. Akramul --- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote: From: akramul azim <bijoy123_8 at yahoo.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "Bill Wendling" <wendling at apple.com> Cc: "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu Date:
2009 Nov 05
3
samba and ads authentication
I am looking at setting up ADS authentication for my current samba configuration. I am quite wary of making big changes that I do not understand as there are shares currently setup and I do not want to lose this. I have read through the "how to's" and I am at the point where I want to "Create the computer account" and running the command :- Net ads join -U
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...------------- configure:26966: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by OpenSSH config.status Portable, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on K13 config.status:714: creating Makefile config.status:714: creating buildpkg.sh config.status:714: creating opensshd.init config.status:714: creating openbsd-compat/Makefile config.status:714: creating scard/Makefile config....
2004 Aug 06
5
Stream with Ices2 sound very metallic
Hi, I don't know why, but the stream generated by ices sounds very metallic, compared to the radio, and compared to a stream of the same quality with darkice. I tried different parameters, but it doesn't change. My parameters are : <input> <module>oss</module> <param name="rate">44100</param> <!-- samplerate --> <param
2010 Sep 03
1
TinycoreLinux Install
...13: result: 64 configure:18000: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by xapian-core config.status 1.2.3, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on box config.status:19322: creating Makefile config.status:19322: creating tests/Makefile config.status:19322: creating docs/Makefile config.status:19322: creating docs/doxygen_api.conf config.status:19322: creating docs/doxyg...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...AD=REFS MULTIAPPEND CATENATE UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS" cat >>confdefs.h <<_ACEOF #define CAPABILITY_STRING "$capability" @@ -23089,7 +23089,7 @@ ac_config_headers="$ac_config_headers config.h" -ac_config_files="$ac_config_files Makefile doc/Makefile doc/wiki/Makefile src/Makefile src/lib/Makefile src/lib-sql/Makefile src/lib-auth/Makefile src/lib-charset/Makefile src/lib-dict/Makefile src/lib-imap/Makefile src/lib-index/Makefile src/lib-m...