크로스 컴파일 관련 질문입니다,
vlc를 windows 환경에 돌아가도록 컴파일 해보고자 많은 시도를 해왔고
이게 그나마 진전이 된것 같은 문제입니다.
우분투 환경에서 mingw를 이용해 크로스 컴파일 중입니다.
./configre-mingw.sh 를 하면 아래와 같이 에러가 뜨는데 어떻게 처리를 해야할 지 모르겠습니다.
babach@ubuntu:~/vlc-1.0.5$ ./extras/package/win32/configure-mingw.sh
configure: WARNING: unrecognized options: --enable-merge-ffmpeg, --disable-sqlite, --enable-peflags, --enable-projectm
checking build system type... i586-pc-none
checking host system type... i586-pc-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... i586-mingw32msvc-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i586-mingw32msvc-gcc accepts -g... yes
checking for i586-mingw32msvc-gcc option to accept ISO C89... none needed
checking dependency style of i586-mingw32msvc-gcc... gcc3
checking for i586-mingw32msvc-gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... i586-mingw32msvc-gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether i586-mingw32msvc-gcc -std=gnu99 and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether i586-mingw32msvc-g++ accepts -g... yes
checking dependency style of i586-mingw32msvc-g++... gcc3
checking how to run the C preprocessor... i586-mingw32msvc-gcc -std=gnu99 -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for egrep... (cached) /bin/grep -E
checking whether make sets $(MAKE)... (cached) yes
checking dependency style of i586-mingw32msvc-gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for dlltool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for libs in /usr/win32... no
configure: error: not using the libs in extras/contrib as it is not the same host
호스트가 다르다는데,, 무엇이 다르다고 하는건지 알 수가 없네요.
아시는분 답변 부탁드리겠습니다.
댓글 달기