First post, by Achaean
- Rank
- Newbie
Hi! 😀
I was trying to compile locally the source code (at a Debian stable based distribution).
Configure brings me the messages, that:
1) checking whether x86 dynamic cpu core will be enabled... no, and
2) checking whether x86 assembly fpu core will be enabled... no.
Are these 2 features are really needed?
Should I go on, or abort the entire process?
Console\s full output is here:
>./configure --enable-silent-rules --enable-dependency-tracking --enable-core-inlinechecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-pc-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking whether make sets $(MAKE)... (cached) yeschecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking whether gcc understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking how to run the C preprocessor... gcc -Echecking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking for ranlib... ranlibchecking for sdl-config... /usr/bin/sdl-configchecking for SDL - version >= 1.2.0... yeschecking SDL version only being 1.2.X... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for size_t... yeschecking whether struct tm is in sys/time.h or time.h... time.hchecking size of unsigned char... 1checking size of unsigned short... 2checking size of unsigned int... 4checking size of unsigned long... 8checking size of unsigned long long... 8checking size of int *... 8checking for stdlib.h... (cached) yeschecking for sys/types.h... (cached) yeschecking for sys/socket.h... yeschecking for netinet/in.h... yeschecking for pwd.h... yeschecking if environ can be included... yeschecking if environ can be linked... yes
checking if dirent includes d_type... yeschecking for powf in libm... yeschecking if compiler allows __attribute__... yeschecking if compiler allows __attribute__((always_inline)) ... yeschecking if compiler allows __attribute__((fastcall)) ... nochecking if compiler allows __builtin_expect... yeschecking if compiler supports -mno-ms-bitfields... yeschecking for ALSA CFLAGS...checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthreadchecking for libasound headers version >= 0.9.0... found.checking for snd_ctl_open in -lasound... yeschecking whether byte ordering is bigendian... noenabling inlined memory handling in CPU Corechecking for target cpu type... x86-64 bit compatiblechecking whether Apple user wants to override the build process to produce a 32 bit binary... no, not on Applechecking whether x86 dynamic cpu core will be enabled... nochecking whether recompiling cpu core will be enabled... yeschecking whether fpu emulation will be enabled... yeschecking whether x86 assembly fpu core will be enabled... nochecking whether to enable unaligned memory access... yeschecking png.h usability... yeschecking png.h presence... yeschecking for png.h... yeschecking for png_get_io_ptr in -lpng... yeschecking SDL_net.h usability... nochecking SDL_net.h presence... nochecking for SDL_net.h... nochecking for SDLNet_Init in -lSDL_net... noconfigure: WARNING: Can't find SDL_net, internal modem and ipx disabledchecking for main in -lX11... yeschecking X11/XKBlib.h usability... yeschecking X11/XKBlib.h presence... yeschecking for X11/XKBlib.h... yeschecking for XKBlib support... yeschecking for main in -lGL... yeschecking for main in -lopengl32... nochecking GL/gl.h usability... yeschecking GL/gl.h presence... yeschecking for GL/gl.h... yeschecking whether opengl display output will be enabled... yeschecking SDL_sound.h usability... yeschecking SDL_sound.h presence... yeschecking for SDL_sound.h... yeschecking for Sound_Init in -lSDL_sound... yeschecking for Sound_Seek in -lSDL_sound... yeschecking sys/mman.h usability... yeschecking sys/mman.h presence... yeschecking for sys/mman.h... yeschecking for mprotect... yeschecking for realpath... yeschecking for setpriority support... yeschecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating src/cpu/Makefileconfig.status: creating src/cpu/core_full/Makefileconfig.status: creating src/cpu/core_normal/Makefileconfig.status: creating src/cpu/core_dyn_x86/Makefileconfig.status: creating src/cpu/core_dynrec/Makefileconfig.status: creating src/debug/Makefileconfig.status: creating src/dos/Makefileconfig.status: creating src/fpu/Makefileconfig.status: creating src/gui/Makefileconfig.status: creating src/hardware/Makefileconfig.status: creating src/hardware/mame/Makefileconfig.status: creating src/hardware/serialport/Makefileconfig.status: creating src/ints/Makefileconfig.status: creating src/libs/Makefileconfig.status: creating src/libs/zmbv/Makefileconfig.status: creating src/libs/gui_tk/Makefileconfig.status: creating src/misc/Makefileconfig.status: creating src/shell/Makefileconfig.status: creating src/platform/Makefileconfig.status: creating src/platform/visualc/Makefileconfig.status: creating visualc_net/Makefileconfig.status: creating include/Makefileconfig.status: creating docs/Makefileconfig.status: creating config.hconfig.status: executing depfiles commands>
PS. One can see that SDL Net's headers are missing, but I don't care about network capabilities anyway.
TIA!!! 😀
For the glorious men, every land is a grave.
Thucydides' "History".