initial commit
This commit is contained in:
+460
@@ -0,0 +1,460 @@
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by helmet configure 0.0.1, which was
|
||||
generated by GNU Autoconf 2.72. Invocation command line was
|
||||
|
||||
$ ./configure
|
||||
|
||||
## --------- ##
|
||||
## Platform. ##
|
||||
## --------- ##
|
||||
|
||||
hostname = t14x.unix7.org
|
||||
uname -m = x86_64
|
||||
uname -r = 6.12.74+deb13+1-amd64
|
||||
uname -s = Linux
|
||||
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08)
|
||||
|
||||
/usr/bin/uname -p = unknown
|
||||
/bin/uname -X = unknown
|
||||
|
||||
/bin/arch = x86_64
|
||||
/usr/bin/arch -k = unknown
|
||||
/usr/convex/getsysinfo = unknown
|
||||
/usr/bin/hostinfo = unknown
|
||||
/bin/machine = unknown
|
||||
/usr/bin/oslevel = unknown
|
||||
/bin/universe = unknown
|
||||
|
||||
PATH: /home/ziggi/.node/bin/
|
||||
PATH: /bin/
|
||||
PATH: /usr/bin/
|
||||
PATH: /usr/local/bin/
|
||||
PATH: /sbin/
|
||||
PATH: /usr/sbin/
|
||||
PATH: /usr/local/sbin/
|
||||
PATH: ~/bin/
|
||||
PATH: ~/go/bin/
|
||||
PATH: /home/ziggi/.krew/bin/
|
||||
PATH: ~/go/bin/
|
||||
|
||||
|
||||
## ----------- ##
|
||||
## Core tests. ##
|
||||
## ----------- ##
|
||||
|
||||
configure:2376: looking for aux files: compile missing install-sh
|
||||
configure:2389: trying ./
|
||||
configure:2418: ./compile found
|
||||
configure:2418: ./missing found
|
||||
configure:2400: ./install-sh found
|
||||
configure:2548: checking for a BSD-compatible install
|
||||
configure:2622: result: /bin/install -c
|
||||
configure:2633: checking whether sleep supports fractional seconds
|
||||
configure:2649: result: yes
|
||||
configure:2652: checking filesystem timestamp resolution
|
||||
configure:2787: result: 0.01
|
||||
configure:2792: checking whether build environment is sane
|
||||
configure:2833: result: yes
|
||||
configure:3004: checking for a race-free mkdir -p
|
||||
configure:3047: result: /bin/mkdir -p
|
||||
configure:3054: checking for gawk
|
||||
configure:3090: result: no
|
||||
configure:3054: checking for mawk
|
||||
configure:3075: found /bin/mawk
|
||||
configure:3087: result: mawk
|
||||
configure:3098: checking whether make sets $(MAKE)
|
||||
configure:3122: result: yes
|
||||
configure:3148: checking whether make supports nested variables
|
||||
configure:3167: result: yes
|
||||
configure:3181: checking xargs -n works
|
||||
configure:3197: result: yes
|
||||
configure:3368: checking for gcc
|
||||
configure:3389: found /bin/gcc
|
||||
configure:3401: result: gcc
|
||||
configure:3432: checking for C compiler version
|
||||
configure:3441: gcc --version >&5
|
||||
gcc (Debian 14.2.0-19) 14.2.0
|
||||
Copyright (C) 2024 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
configure:3452: $? = 0
|
||||
configure:3441: gcc -v >&5
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=gcc
|
||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 14.2.0 (Debian 14.2.0-19)
|
||||
... rest of stderr output deleted ...
|
||||
configure:3452: $? = 0
|
||||
configure:3441: gcc -V >&5
|
||||
gcc: error: unrecognized command-line option '-V'
|
||||
gcc: fatal error: no input files
|
||||
compilation terminated.
|
||||
configure:3452: $? = 1
|
||||
configure:3441: gcc -qversion >&5
|
||||
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
||||
gcc: fatal error: no input files
|
||||
compilation terminated.
|
||||
configure:3452: $? = 1
|
||||
configure:3441: gcc -version >&5
|
||||
gcc: error: unrecognized command-line option '-version'
|
||||
gcc: fatal error: no input files
|
||||
compilation terminated.
|
||||
configure:3452: $? = 1
|
||||
configure:3472: checking whether the C compiler works
|
||||
configure:3494: gcc conftest.c >&5
|
||||
configure:3498: $? = 0
|
||||
configure:3549: result: yes
|
||||
configure:3553: checking for C compiler default output file name
|
||||
configure:3555: result: a.out
|
||||
configure:3561: checking for suffix of executables
|
||||
configure:3568: gcc -o conftest conftest.c >&5
|
||||
configure:3572: $? = 0
|
||||
configure:3596: result:
|
||||
configure:3620: checking whether we are cross compiling
|
||||
configure:3628: gcc -o conftest conftest.c >&5
|
||||
configure:3632: $? = 0
|
||||
configure:3639: ./conftest
|
||||
configure:3643: $? = 0
|
||||
configure:3658: result: no
|
||||
configure:3664: checking for suffix of object files
|
||||
configure:3687: gcc -c conftest.c >&5
|
||||
configure:3691: $? = 0
|
||||
configure:3715: result: o
|
||||
configure:3719: checking whether the compiler supports GNU C
|
||||
configure:3739: gcc -c conftest.c >&5
|
||||
configure:3739: $? = 0
|
||||
configure:3751: result: yes
|
||||
configure:3762: checking whether gcc accepts -g
|
||||
configure:3783: gcc -c -g conftest.c >&5
|
||||
configure:3783: $? = 0
|
||||
configure:3830: result: yes
|
||||
configure:3850: checking for gcc option to enable C11 features
|
||||
configure:3865: gcc -c -g -O2 conftest.c >&5
|
||||
configure:3865: $? = 0
|
||||
configure:3884: result: none needed
|
||||
configure:4008: checking whether gcc understands -c and -o together
|
||||
configure:4031: gcc -c conftest.c -o conftest2.o
|
||||
configure:4034: $? = 0
|
||||
configure:4031: gcc -c conftest.c -o conftest2.o
|
||||
configure:4034: $? = 0
|
||||
configure:4047: result: yes
|
||||
configure:4067: checking whether make supports the include directive
|
||||
configure:4082: make -f confmf.GNU && cat confinc.out
|
||||
this is the am__doit target
|
||||
configure:4085: $? = 0
|
||||
configure:4104: result: yes (GNU style)
|
||||
configure:4130: checking dependency style of gcc
|
||||
configure:4243: result: none
|
||||
configure:4307: checking for ranlib
|
||||
configure:4328: found /bin/ranlib
|
||||
configure:4340: result: ranlib
|
||||
configure:4432: checking for g++
|
||||
configure:4453: found /bin/g++
|
||||
configure:4465: result: g++
|
||||
configure:4492: checking for C++ compiler version
|
||||
configure:4501: g++ --version >&5
|
||||
g++ (Debian 14.2.0-19) 14.2.0
|
||||
Copyright (C) 2024 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
configure:4512: $? = 0
|
||||
configure:4501: g++ -v >&5
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=g++
|
||||
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 14.2.0 (Debian 14.2.0-19)
|
||||
... rest of stderr output deleted ...
|
||||
configure:4512: $? = 0
|
||||
configure:4501: g++ -V >&5
|
||||
g++: error: unrecognized command-line option '-V'
|
||||
g++: fatal error: no input files
|
||||
compilation terminated.
|
||||
configure:4512: $? = 1
|
||||
configure:4501: g++ -qversion >&5
|
||||
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
||||
g++: fatal error: no input files
|
||||
compilation terminated.
|
||||
configure:4512: $? = 1
|
||||
configure:4516: checking whether the compiler supports GNU C++
|
||||
configure:4536: g++ -c conftest.cpp >&5
|
||||
configure:4536: $? = 0
|
||||
configure:4548: result: yes
|
||||
configure:4559: checking whether g++ accepts -g
|
||||
configure:4580: g++ -c -g conftest.cpp >&5
|
||||
configure:4580: $? = 0
|
||||
configure:4627: result: yes
|
||||
configure:4647: checking for g++ option to enable C++11 features
|
||||
configure:4662: g++ -c -g -O2 conftest.cpp >&5
|
||||
conftest.cpp: In function 'int main(int, char**)':
|
||||
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
|
||||
177 | cxx11test::delegate d2();
|
||||
| ^~
|
||||
conftest.cpp:177:25: note: remove parentheses to default-initialize a variable
|
||||
177 | cxx11test::delegate d2();
|
||||
| ^~
|
||||
| --
|
||||
conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable
|
||||
configure:4662: $? = 0
|
||||
configure:4681: result: none needed
|
||||
configure:4752: checking dependency style of g++
|
||||
configure:4865: result: none
|
||||
configure:4984: checking that generated files are newer than configure
|
||||
configure:4990: result: done
|
||||
configure:5029: creating ./config.status
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by helmet config.status 0.0.1, which was
|
||||
generated by GNU Autoconf 2.72. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status
|
||||
|
||||
on t14x.unix7.org
|
||||
|
||||
config.status:848: creating Makefile
|
||||
config.status:848: creating defines.h
|
||||
config.status:1029: defines.h is unchanged
|
||||
config.status:1077: executing depfiles commands
|
||||
|
||||
## ---------------- ##
|
||||
## Cache variables. ##
|
||||
## ---------------- ##
|
||||
|
||||
ac_cv_c_compiler_gnu=yes
|
||||
ac_cv_cxx_compiler_gnu=yes
|
||||
ac_cv_env_CCC_set=
|
||||
ac_cv_env_CCC_value=
|
||||
ac_cv_env_CC_set=
|
||||
ac_cv_env_CC_value=
|
||||
ac_cv_env_CFLAGS_set=
|
||||
ac_cv_env_CFLAGS_value=
|
||||
ac_cv_env_CPPFLAGS_set=
|
||||
ac_cv_env_CPPFLAGS_value=
|
||||
ac_cv_env_CXXFLAGS_set=
|
||||
ac_cv_env_CXXFLAGS_value=
|
||||
ac_cv_env_CXX_set=
|
||||
ac_cv_env_CXX_value=
|
||||
ac_cv_env_LDFLAGS_set=
|
||||
ac_cv_env_LDFLAGS_value=
|
||||
ac_cv_env_LIBS_set=
|
||||
ac_cv_env_LIBS_value=
|
||||
ac_cv_env_build_alias_set=
|
||||
ac_cv_env_build_alias_value=
|
||||
ac_cv_env_host_alias_set=
|
||||
ac_cv_env_host_alias_value=
|
||||
ac_cv_env_target_alias_set=
|
||||
ac_cv_env_target_alias_value=
|
||||
ac_cv_objext=o
|
||||
ac_cv_path_install='/bin/install -c'
|
||||
ac_cv_path_mkdir=/bin/mkdir
|
||||
ac_cv_prog_AWK=mawk
|
||||
ac_cv_prog_ac_ct_CC=gcc
|
||||
ac_cv_prog_ac_ct_CXX=g++
|
||||
ac_cv_prog_ac_ct_RANLIB=ranlib
|
||||
ac_cv_prog_cc_c11=
|
||||
ac_cv_prog_cc_g=yes
|
||||
ac_cv_prog_cc_stdc=
|
||||
ac_cv_prog_cxx_cxx11=
|
||||
ac_cv_prog_cxx_g=yes
|
||||
ac_cv_prog_cxx_stdcxx=
|
||||
ac_cv_prog_make_make_set=yes
|
||||
am_cv_CC_dependencies_compiler_type=none
|
||||
am_cv_CXX_dependencies_compiler_type=none
|
||||
am_cv_filesystem_timestamp_resolution=0.01
|
||||
am_cv_make_support_nested_variables=yes
|
||||
am_cv_prog_cc_c_o=yes
|
||||
am_cv_sleep_fractional_seconds=yes
|
||||
am_cv_xargs_n_works=yes
|
||||
|
||||
## ----------------- ##
|
||||
## Output variables. ##
|
||||
## ----------------- ##
|
||||
|
||||
ACLOCAL='${SHELL} '\''/home/ziggi/Projects/tcpserv09/missing'\'' aclocal-1.17'
|
||||
AMDEPBACKSLASH='\'
|
||||
AMDEP_FALSE='#'
|
||||
AMDEP_TRUE=''
|
||||
AMTAR='$${TAR-tar}'
|
||||
AM_BACKSLASH='\'
|
||||
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
||||
AM_DEFAULT_VERBOSITY='1'
|
||||
AM_V='$(V)'
|
||||
AUTOCONF='${SHELL} '\''/home/ziggi/Projects/tcpserv09/missing'\'' autoconf'
|
||||
AUTOHEADER='${SHELL} '\''/home/ziggi/Projects/tcpserv09/missing'\'' autoheader'
|
||||
AUTOMAKE='${SHELL} '\''/home/ziggi/Projects/tcpserv09/missing'\'' automake-1.17'
|
||||
AWK='mawk'
|
||||
CC='gcc'
|
||||
CCDEPMODE='depmode=none'
|
||||
CFLAGS='-g -O2'
|
||||
CPPFLAGS=''
|
||||
CSCOPE='cscope'
|
||||
CTAGS='ctags'
|
||||
CXX='g++'
|
||||
CXXDEPMODE='depmode=none'
|
||||
CXXFLAGS='-g -O2'
|
||||
CYGPATH_W='echo'
|
||||
DEFS='-DHAVE_CONFIG_H'
|
||||
DEPDIR='.deps'
|
||||
ECHO_C=''
|
||||
ECHO_N='-n'
|
||||
ECHO_T=''
|
||||
ETAGS='etags'
|
||||
EXEEXT=''
|
||||
INSTALL_DATA='${INSTALL} -m 644'
|
||||
INSTALL_PROGRAM='${INSTALL}'
|
||||
INSTALL_SCRIPT='${INSTALL}'
|
||||
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
||||
LDFLAGS=''
|
||||
LIBOBJS=''
|
||||
LIBS=''
|
||||
LTLIBOBJS=''
|
||||
MAKEINFO='${SHELL} '\''/home/ziggi/Projects/tcpserv09/missing'\'' makeinfo'
|
||||
MKDIR_P='/bin/mkdir -p'
|
||||
OBJEXT='o'
|
||||
PACKAGE='helmet'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_NAME='helmet'
|
||||
PACKAGE_STRING='helmet 0.0.1'
|
||||
PACKAGE_TARNAME='helmet'
|
||||
PACKAGE_URL=''
|
||||
PACKAGE_VERSION='0.0.1'
|
||||
PATH_SEPARATOR=':'
|
||||
RANLIB='ranlib'
|
||||
SET_MAKE=''
|
||||
SHELL='/bin/bash'
|
||||
STRIP=''
|
||||
VERSION='0.0.1'
|
||||
ac_ct_CC='gcc'
|
||||
ac_ct_CXX='g++'
|
||||
am__EXEEXT_FALSE=''
|
||||
am__EXEEXT_TRUE='#'
|
||||
am__fastdepCC_FALSE=''
|
||||
am__fastdepCC_TRUE='#'
|
||||
am__fastdepCXX_FALSE=''
|
||||
am__fastdepCXX_TRUE='#'
|
||||
am__include='include'
|
||||
am__isrc=''
|
||||
am__leading_dot='.'
|
||||
am__nodep='_no'
|
||||
am__quote=''
|
||||
am__rm_f_notfound=''
|
||||
am__tar='$${TAR-tar} chof - "$$tardir"'
|
||||
am__untar='$${TAR-tar} xf -'
|
||||
am__xargs_n='xargs -n'
|
||||
bindir='${exec_prefix}/bin'
|
||||
build_alias=''
|
||||
datadir='${datarootdir}'
|
||||
datarootdir='${prefix}/share'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
dvidir='${docdir}'
|
||||
exec_prefix='${prefix}'
|
||||
host_alias=''
|
||||
htmldir='${docdir}'
|
||||
includedir='${prefix}/include'
|
||||
infodir='${datarootdir}/info'
|
||||
install_sh='${SHELL} /home/ziggi/Projects/tcpserv09/install-sh'
|
||||
libdir='${exec_prefix}/lib'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
localedir='${datarootdir}/locale'
|
||||
localstatedir='${prefix}/var'
|
||||
mandir='${datarootdir}/man'
|
||||
mkdir_p='$(MKDIR_P)'
|
||||
oldincludedir='/usr/include'
|
||||
pdfdir='${docdir}'
|
||||
prefix='/usr/local'
|
||||
program_transform_name='s,x,x,'
|
||||
psdir='${docdir}'
|
||||
runstatedir='${localstatedir}/run'
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
sharedstatedir='${prefix}/com'
|
||||
sysconfdir='${prefix}/etc'
|
||||
target_alias=''
|
||||
|
||||
## ----------- ##
|
||||
## confdefs.h. ##
|
||||
## ----------- ##
|
||||
|
||||
/* confdefs.h */
|
||||
#define PACKAGE_NAME "helmet"
|
||||
#define PACKAGE_TARNAME "helmet"
|
||||
#define PACKAGE_VERSION "0.0.1"
|
||||
#define PACKAGE_STRING "helmet 0.0.1"
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
#define PACKAGE_URL ""
|
||||
#define PACKAGE "helmet"
|
||||
#define VERSION "0.0.1"
|
||||
|
||||
configure: exit 0
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by helmet config.status 0.0.1, which was
|
||||
generated by GNU Autoconf 2.72. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status Makefile
|
||||
|
||||
on t14x.unix7.org
|
||||
|
||||
config.status:848: creating Makefile
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by helmet config.status 0.0.1, which was
|
||||
generated by GNU Autoconf 2.72. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status Makefile
|
||||
|
||||
on t14x.unix7.org
|
||||
|
||||
config.status:848: creating Makefile
|
||||
|
||||
## ---------------------- ##
|
||||
## Running config.status. ##
|
||||
## ---------------------- ##
|
||||
|
||||
This file was extended by helmet config.status 0.0.1, which was
|
||||
generated by GNU Autoconf 2.72. Invocation command line was
|
||||
|
||||
CONFIG_FILES =
|
||||
CONFIG_HEADERS =
|
||||
CONFIG_LINKS =
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status Makefile
|
||||
|
||||
on t14x.unix7.org
|
||||
|
||||
config.status:848: creating Makefile
|
||||
Reference in New Issue
Block a user