Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 562 → Rev 563

/programy/C/ix86/echo/SW/sonar/config.log
73,7 → 73,7
gcc: '-V' option must have argument
configure:2846: $? = 1
configure:2869: checking for C compiler default output file name
configure:2891: gcc -lasound conftest.c >&5
configure:2891: gcc -lasound -lfftw3 conftest.c >&5
configure:2895: $? = 0
configure:2933: result: a.out
configure:2952: checking whether the C compiler works
83,7 → 83,7
configure:2992: checking whether we are cross compiling
configure:2994: result: no
configure:2997: checking for suffix of executables
configure:3004: gcc -o conftest -lasound conftest.c >&5
configure:3004: gcc -o conftest -lasound -lfftw3 conftest.c >&5
configure:3008: $? = 0
configure:3034: result:
configure:3040: checking for suffix of object files
159,7 → 159,7
configure:5363: $? = 0
configure:5367: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5370: $? = 0
configure:5424: gcc -o conftest -g -O2 -lasound conftest.c conftstm.o >&5
configure:5424: gcc -o conftest -g -O2 -lasound -lfftw3 conftest.c conftstm.o >&5
configure:5427: $? = 0
configure:5465: result: ok
configure:5561: gcc -c -g -O2 conftest.c >&5
201,7 → 201,7
configure:6564: checking for ANSI C header files
configure:6594: gcc -c -g -O2 conftest.c >&5
configure:6601: $? = 0
configure:6700: gcc -o conftest -g -O2 -lasound conftest.c >&5
configure:6700: gcc -o conftest -g -O2 -lasound -lfftw3 conftest.c >&5
configure:6704: $? = 0
configure:6710: ./conftest
configure:6714: $? = 0
276,7 → 276,7
configure:9071: $? = 0
configure:9083: result: no
configure:9247: checking dynamic linker characteristics
configure:9690: gcc -o conftest -g -O2 -lasound -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9690: gcc -o conftest -g -O2 -lasound -lfftw3 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9697: $? = 0
configure:9942: result: GNU/Linux ld.so
configure:10044: checking how to hardcode library paths into programs
309,6 → 309,7
config.status:982: creating Makefile
config.status:982: creating src/Makefile
config.status:982: creating config.h
config.status:1204: config.h is unchanged
config.status:1256: executing depfiles commands
config.status:1256: executing libtool commands
 
327,7 → 328,7
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lasound
ac_cv_env_LDFLAGS_value='-lasound -lfftw3'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
421,7 → 422,7
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-lasound'
LDFLAGS='-lasound -lfftw3'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'