Code::Blocks Forums

User forums => Help => Topic started by: sum1nil on May 11, 2010, 04:56:59 pm

Title: Problem after build
Post by: sum1nil on May 11, 2010, 04:56:59 pm
Hi, my build succeeds but I get this message afterwords:
-------------- Build: Standard in Lightfeather ---------------

Linking dynamic library: ..\..\..\bin\Standard\Lightfeather.dll  <-- Since the build succeeds why is lightfeather.dll not in the proper folder -->
mingw32-g++.exe: installation problem, cannot exec `C:\Program Files (x86)\CodeBlocks\MinGW\bin\..\libexec\gcc\mingw32\3.4.5\collect2.exe': Invalid argument <-- lightfeather.dll not in its standard folder : why-->

Could someone please explain where the command for g++ is coming from so I can address the issue? There are no post build commands
Many thanks.
Title: Re: Problem after build
Post by: stahta01 on May 11, 2010, 05:01:59 pm
Logical Guess: If using Vista or Windows 7 are you using an Compatible Compiler.

NOTE: The compiler shipped with 8.02 is NOT Vista or 7 Compatible.

Edit: To enable Full Compiler Logging see
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S.
Title: Re: Problem after build
Post by: sum1nil on May 11, 2010, 06:15:29 pm
Well that explains it  :shock:

Oh well, I use ubuntu "lucid lynx" on my main computer. I'm just being lazy by using the notebook with Win 7 Home.

Thanks!