Страница 1 из 3

Установка программ

Добавлено: 02 мар 2006, 16:01
K'dash
Упорно пытаюсь научиться устанавливать программы на Линух с исходников. Пока не особо, хотя вроде бы все делаю как написано в мануале (скачанного с нета) Захожу в каталог (кстати устанавливаю gngeo - эмулятор нео-гео) под рутом пишу ./configure, а он мне выдает:

loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

объясните пожалуста как установить это дело. KDE/Suse

Добавлено: 02 мар 2006, 16:15
exe
Компилятор не установлен. Нужно поставить что-нибудь типа
Development Environment (не знаю как сюся это обзывает)

должно быть на установочных дисках.
yast скорее всего поможет.

Добавлено: 02 мар 2006, 17:30
Mr. Anderson
да, компилировать просто нечем ;) нужно установить gcc

Добавлено: 02 мар 2006, 19:12
K'dash
Блин, я установлю в этой жизни какую-нибудь прогу на линух или нет :(. Вроде все нужные и ненужные библиотеки установил, а он мне :
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно




loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged







checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating MakefileВроде все нужные и ненужные библиотеки установил, а он мне :
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1

Добавлено: 02 мар 2006, 19:22
exe
похоже версия компилятора не та :-(

Что за софт ставишь? первый раз такое слово NeoGeo вижу

Добавлено: 02 мар 2006, 19:23
exe
Ага, нашел gngeo. Тока на сайте уже версия 0.6.9, а у тебя
0.5.9a

Добавлено: 02 мар 2006, 19:31
Mr. Anderson
пожалуйста вывод gcc -v в студию + перед каждой новой сборкой следует делать make distclean или руками убивать config.h...

Добавлено: 02 мар 2006, 19:42
K'dash
Спасибо бльшое за такую активную помощь. Дело в принципе не в этом эмуляторе неогео, у меня не ставится определенно все. Вот например я устававливал MPlayer и он мне написал, что у меня безнадежно устарела библиотека GCC (у меня 2.96, а нужно 4.0.2) даи про cc сказал что он бед

Добавлено: 02 мар 2006, 19:55
exe
Оппа, у тебя какой дистрибутив-то? Наверное что-то старое.

Добавлено: 02 мар 2006, 20:00
Mr. Anderson
gcc 4 фтопку, сырой он еще, если есть возможность, попробуй взять из 3 ветки от 3.4 и выше.. кстати, требование gcc 4.0.2 написано в документации к проге?

Добавлено: 02 мар 2006, 21:44
K'dash
Да, нет сус 10-ый, а про gcc (кстати кто это?) написала мне консоль во время команды ./конфигурнуть. И где мне найти эту гадость?

Добавлено: 02 мар 2006, 22:59
exe
gcc это компилятор C/C++.

Что у тебя gcc --version выдает?

Добавлено: 02 мар 2006, 23:00
K'dash
Мистику

gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 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

Добавлено: 02 мар 2006, 23:43
Llama
читайть ./configure --help
у mplayer есть опция типа --ignore-gcc-version или типа того - gcc4 разработчиками небезосновательно считает сломаным.

Добавлено: 03 мар 2006, 00:37
exe
Похоже Llama прав в твоем случае.

ps. Правда и у меня тогда все сломано, начиная с кернела и заканчивая
xfs файловой системой :-) И чего оно все работает :twisted:

gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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.

Linux home 2.6.16-rc4 #1 SMP Mon Feb 27 22:38:04 EET 2006 i686 i686 i386 GNU/Linux