After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707017 - autogen.sh for gnonlin fails in MinGW on Windows
autogen.sh for gnonlin fails in MinGW on Windows
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gnonlin
1.x
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-28 22:05 UTC by Kim Lam
Modified: 2013-08-29 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log file generated by autogen.sh (12.98 KB, text/plain)
2013-08-28 22:05 UTC, Kim Lam
Details

Description Kim Lam 2013-08-28 22:05:31 UTC
Created attachment 253452 [details]
config.log file generated by autogen.sh

autogen.sh fails in MinGW with

configure: error: C compiler cannot create executables.

The error line in the config.log:
c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot find crt2.o: No such file or directory
Comment 1 Sebastian Dröge (slomo) 2013-08-29 08:39:11 UTC
This looks like a problem in your toolchain. Can you compile a simple hello world program via
gcc -o hello-world.exe hello-world.c
?
Comment 2 Kim Lam 2013-08-29 15:14:10 UTC
Your right, it does seem like a toolchain error. I get the same error with hello-world.