News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem after build

Started by sum1nil, May 11, 2010, 04:56:59 PM

Previous topic - Next topic

sum1nil

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.

stahta01

#1
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

sum1nil

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!