Help Compiling Source! 4 Days Trying

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.
DanBrwn
Blank Cone
Blank Cone
Posts: 52
Joined: 08 Sep 2005 16:46
Location: Alabama, USA

Help Compiling Source! 4 Days Trying

Postby DanBrwn » 20 Sep 2005 21:12

I have tried, and tried and tried. Tried different source trees, lots of different versions of the lib packages, cygwin tools. Here is the latest. When I run the scripts I get an error that directs me to a configure.log. The pertinent part appears to be :
configure:2417: $? = 0
configure:2419: 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:2422: $? = 0
configure:2424: gcc -mno-cygwin -V </dev/null >&5
gcc: `-V' must come at the start of the command line
configure:2427: $? = 1
configure:2450: checking for C compiler default output file name
configure:2453: 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:2456: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vlc"
| #define PACKAGE_TARNAME "vlc"
| #define PACKAGE_VERSION "0.8.1"
| #define PACKAGE_STRING "vlc 0.8.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vlc"
| #define VERSION "0.8.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2495: error: C compiler cannot create executables
See `config.log' for more details.

Any Help. I don't have a cc1. I do have a cc. Should I make a copy and rename it cc1?

zcot
Big Cone-huna
Big Cone-huna
Posts: 606
Joined: 15 Jun 2005 10:58

Postby zcot » 21 Sep 2005 05:35

it's likely due to syntax errors in your config script..

use the exact one suggested in the INSTALL.win32 file(pick the example specific for cygwin) from the source.

if you want to change that script at all, only change the last line from:

Code: Select all

--enable-debug
to this:

Code: Select all

--enable-release
or this:

Code: Select all

--enable-optimizations --enable-release


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Freonpsandoz and 18 guests