elco
13-01-2012, 15:58
Помогите пожалуйста новичку разобраться с MinGW и gcc. Ошибка однотипная остановка при компиляции gcc -V (ПРОПИСНАЯ):
...
$ ./configure
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/home/admin/dev/fltk-1.3.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
[CODE]
configure:2914: $? = 0
configure:2903: gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.1/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.6.1/configure --enable-languages=c,c++,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
...
$ ./configure
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/home/admin/dev/fltk-1.3.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
[CODE]
configure:2914: $? = 0
configure:2903: gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.1/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.6.1/configure --enable-languages=c,c++,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry-version-specific-runtime-libs --build=mingw32 --prefix=/mingw