By "Build Log" I mean the text echo'd to C::B's logs, all of them, and by "generic" I mean that it's not giving me specific details on the commands it's describing (I'm looking for the commands to be executed, specifically the options that C::B generates).
I'm trying to build a program with D (using GDC), and I'm getting an error on linking about "crt2.o" missing, even though it's in my gcc directory (in MinGW).
Here's my Build Log (that seems the closest to what I'm looking for):
-------------- Build: default in parse ---------------
Linking console executable: parse.exe
c:\gnu\mingw\bin\ld.exe: crt2.o: No such file: No such file or directory
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
Does anyone know of how to detect these commands? Or is there an option that I've overlooked?
[WinXP Professional SP2, C::B 02/02/07 svn 3634]