Author Topic: Problem after build  (Read 2978 times)

Offline sum1nil

  • Single posting newcomer
  • *
  • Posts: 2
Problem after build
« 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.
« Last Edit: May 11, 2010, 04:59:32 pm by sum1nil »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Problem after build
« Reply #1 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.
« Last Edit: May 11, 2010, 05:32:23 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline sum1nil

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem after build
« Reply #2 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!