[CMake] Problems with DDD
William A. Hoffman
billlist at nycap.rr.com
Fri Mar 18 08:21:34 EST 2005
On the other hand, does the debugger still work? This looks like a warning.
My guess is that it is a bug in gdb or your gdb does not quite work with your version
of gcc. I don't think it is a cmake thing as any valid flags to the compiler that
produce running executables should be debugable.
-Bill
At 02:46 AM 3/18/2005, Jorgen Bodde wrote:
>Hi Brad,
>
>I was just thinking that. I will try this tonight and let you know. When that works fine, I suspect some kind of combination. I wil try their bakefile system and see if that links fine, then try to extract the compiler flags, because something is definately not set right ..
>
>Thanks,
>- Jorgen
>
>Brad King wrote:
>>Jorgen Bodde wrote:
>>
>>>This seems to work fine.. I compiled with:
>>>
>>>gcc -g hello.c -o hello
>>>
>>>The app was:
>>>
>>>#include <stdio.h>
>>>
>>>int main(int argc, char **argv)
>>>{
>>> printf("Hello world");
>>>}
>>>
>>>And DDD runs just fine, with the source loaded and all. I use the CCMAKE with the makefile generator (since I am under Linux).
>>
>>How about one that links to wxWidgets?
>>-Brad
>>
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list