[vlc-devel] Re: help compiling win32 plugin

Graeme Ogilvie graeme_ogilvie at yahoo.com
Thu Oct 10 14:30:27 CEST 2002


Ok, I've fixed the automake problem.

I'm still having problems with the ./configure script.  Having gone
through the config.log file, I think I've narrowed down where the
problem is occuring, but not why....

configure:1802: checking for i586-mingw32msvc-gcc
configure:1828: result: i586-mingw32msvc-gcc
configure:2110: checking for C compiler version
configure:2113: i586-mingw32msvc-gcc --version </dev/null >&5
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc:
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc: cannot execute binary
file
configure:2116: $? = 126
configure:2118: i586-mingw32msvc-gcc -v </dev/null >&5
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc:
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc: cannot execute binary
file
configure:2121: $? = 126
configure:2123: i586-mingw32msvc-gcc -V </dev/null >&5
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc:
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc: cannot execute binary
file
configure:2126: $? = 126
configure:2152: checking for C compiler default output
configure:2155: i586-mingw32msvc-gcc    conftest.c  >&5
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc:
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc: cannot execute binary
file
configure:2158: $? = 126
configure: failed program was:
#line 2129 "configure"

And running these commands manually does the following............

$ gcc -v
Reading specs from
C:/msys/1.0/mingw/bin/../lib/gcc-lib/mingw32/3.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads
--disable-nls --enable-languages=f77,c++,objc,ada
--disable-win32-registry --disable-shared
Thread model: win32
gcc version 3.2 (mingw special 20020817-1)

$ /usr/local/cross-tools/bin/i586-mingw32msvc-gcc -v
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc:
/usr/local/cross-tools/bin/i586-mingw32msvc-gcc: cannot execute binary
file

It's probably something really silly (again :-), but I can't see it at
the moment.

Graeme

-----Original Message-----
From: vlc-devel-bounce at videolan.org
[mailto:vlc-devel-bounce at videolan.org] On Behalf Of Gildas Bazin
Sent: 09 October 2002 21:49
To: vlc-devel at videolan.org
Subject: [vlc-devel] Re: help compiling win32 plugin


On Wednesday 09 October 2002 22:18, Graeme Ogilvie wrote:
> 
> Here is the gcc version information:
> 
> $ gcc -v
> Reading specs from 
> C:/msys/1.0/mingw/bin/../lib/gcc-lib/mingw32/3.2/specs
> Configured with: ../gcc/configure --with-gcc --with-gnu-ld 
> --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw 
> --enable-threads --disable-nls --enable-languages=f77,c++,objc,ada
> --disable-win32-registry --disable-shared
> Thread model: win32
> gcc version 3.2 (mingw special 20020817-1)
> 

Ok, I had exactly the same problem under cygwin when using the
experimental 
gcc-3.2 package. I don't know why yet as I didn't have time to
investigate, 
but I'll try again ASAP.

If you don't want to spend too much time trying to solve this, you might

want to use the MinGW-1.1 package instead of the 2.0 (1.1 is shipped
with 
gcc-2.95.3).

Regards,

--
Gildas
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/ To
unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>


-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list