I could debug things gdb before this just fine
I'm using
c++ -fno-for-scope -fno-const-strings -ggdb3 -o borq ../Source/Utils/loadpng.o BorQueror.o MainContinue.o (Other libs and object files)
Now.. when I try to debug it,
gdb borq
(It segfaults
)
I type list, and I get an error:
(gdb) list
1 ../sysdeps/i386/elf/start.S: No such file or directory.
in ../sysdeps/i386/elf/start.S
This happens on every program actually, all that I've tried anyway, even some that where not compiled on my computer.
Anyone have any clue as to what's going on?
I'm using
c++ -fno-for-scope -fno-const-strings -ggdb3 -o borq ../Source/Utils/loadpng.o BorQueror.o MainContinue.o (Other libs and object files)
Now.. when I try to debug it,
gdb borq
(It segfaults
I type list, and I get an error:
(gdb) list
1 ../sysdeps/i386/elf/start.S: No such file or directory.
in ../sysdeps/i386/elf/start.S
This happens on every program actually, all that I've tried anyway, even some that where not compiled on my computer.
Anyone have any clue as to what's going on?