On Fri, 2012-05-04 at 14:37 +0000, Reid Thompson wrote: > On Fri, 2012-05-04 at 00:45 -0700, eric_justin_al...@cfl.rr.com wrote: > > Alright if I download and compile it can I just mv gdb.exe into /bin > > and > > overwrite gdb.exe? > > > > use > ./configure --prefix=/ > make > make install > > and it should end up in the right place >
I actually usually use ./configure --prefix=/usr and everything ends up in the correct place