Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wierd gdb error

Status
Not open for further replies.

teval

Programmer
Aug 19, 2003
1
CA
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 :p)
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top