compiling question, need help

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
newbee-vlc

compiling question, need help

Postby newbee-vlc » 22 Feb 2006 21:43

Can someone pls tell me what wrong with these errors:
Thanks in advance

$ ./configure --enable-sdl --with-sdl-config-path=/usr/win32/bin --disable-gtk --enable-nls --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora --with-wx-config-path=/usr/win32/bin --with-freetype-config-path=/usr/win32/bin --with-fribidi-config-path=/usr/win32/bin --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com --enable-caca --with-caca-config-path=/usr/win32/bin --with-xml2-config-path=/usr/win32/bin --with-dvdnav-config-path=/usr/win32/bin --disable-cddax --disable-vcdx --enable-goom --enable-twolame --enable-dvdread --disable-gnomevfs --enable-optimizations --enable-release

## --------- ##
## Platform. ##
## --------- ##

hostname = pc
uname -m = i686
uname -r = 1.5.19(0.150/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2006-01-20 13:28

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/system32/WBEM
PATH: /cygdrive/c/VXIpnp/WinNT/Bin
PATH: /cygdrive/c/Program Files/WinRar
PATH: /cygdrive/c/php
PATH: /cygdrive/c/Apache
PATH: /cygdrive/c/Program Files/Subversion/bin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1761: checking build system type
configure:1779: result: i686-pc-cygwin
configure:1787: checking host system type
configure:1801: result: i686-pc-cygwin
configure:1809: checking target system type
configure:1823: result: i686-pc-cygwin
configure:1852: checking for a BSD-compatible install
configure:1907: result: /usr/bin/install -c
configure:1918: checking whether build environment is sane
configure:1961: result: yes
configure:2026: checking for gawk
configure:2042: found /usr/bin/gawk
configure:2052: result: gawk
configure:2062: checking whether make sets $(MAKE)
configure:2082: result: yes
configure:2259: checking whether to enable maintainer-specific portions of Makefiles
configure:2268: result: yes
configure:2338: checking for gcc
configure:2364: result: gcc -mno-cygwin
configure:2608: checking for C compiler version
configure:2611: gcc -mno-cygwin --version </dev/null >&5
gcc (GCC) 3.3.3 (cygwin special)
Copyright (C) 2003 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.

configure:2614: $? = 0
configure:2616: gcc -mno-cygwin -v </dev/null >&5
Using built-in specs.
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)
configure:2619: $? = 0
configure:2621: gcc -mno-cygwin -V </dev/null >&5
gcc: `-V' must come at the start of the command line
configure:2624: $? = 1
configure:2647: checking for C compiler default output file name
configure:2650: gcc -mno-cygwin -I/usr/win32/include -I/usr/win32/include/ebml -L/usr/win32/lib conftest.c >&5
gcc: installation problem, cannot exec `cc1': No such file or directory
configure:2653: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.5-svn"
| #define PACKAGE_STRING "vlc 0.8.5-svn"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.5-svn"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2692: error: C compiler cannot create executables
See `config.log' for more details.
[/b]

x_tine
Blank Cone
Blank Cone
Posts: 14
Joined: 05 Mar 2010 21:29
VLC version: 1.0.5
Operating System: Windows

Re: compiling question, need help

Postby x_tine » 07 Mar 2010 20:54

i was just wondering i know it has been a long while, but how did you solve the problem regarding can't create C executables?

i'm following this guide
http://wiki.videolan.org/Win32CompileMSYSNew

Is it during the bootstrapping that cause it to happen?

or the config.h that too change the COMPILE_BY? (in which case i dont understand coz I found no backslash inside)

or the configure-msys ?

I did all the commands on the ~.
my OS is aslo windows 7. compiling in msys and mingw.

help...

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: compiling question, need help

Postby VLC_help » 08 Mar 2010 15:57

Please, don't wake up threads that are over 4 years old.

x_tine
Blank Cone
Blank Cone
Posts: 14
Joined: 05 Mar 2010 21:29
VLC version: 1.0.5
Operating System: Windows

Re: compiling question, need help

Postby x_tine » 08 Mar 2010 16:32

oh.. sorry.. i was having the same problem.. still trying to work it out though.

Anyway, won't happen again.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 60 guests