Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with MinGW installation instructions #3

Closed
GoogleCodeExporter opened this issue Jan 30, 2016 · 1 comment
Closed

Problem with MinGW installation instructions #3

GoogleCodeExporter opened this issue Jan 30, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link


The installation instructions for MinGW on the wiki specify only installing
the g++ compiler but this is not enough and results in the following error
when configuring coin:

$ ./configure LDFLAGS="-mno-cygwin" CFLAGS="-mno-cygwin" CXXFLAGS="-mno-cygwin"
 --disable-msvc --without-mesa --without-x- --prefix=/usr/local
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for distcheck mode... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.

I fixed the error by going back and reinstalling mingw with everything
except the Ada and Java compilers.  I'm not sure exactly which packages are
necessary, but I am positive that more than just the g++ compiler is required

Original issue reported on code.google.com by victorjf...@gmail.com on 9 Dec 2008 at 4:52

@GoogleCodeExporter
Copy link
Author

Original comment by amaiamut...@gmail.com on 31 Jul 2009 at 10:26

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant