Anon CVS (Was: MI: full file name)
Bob Rossi
bob@brasko.net
Tue Nov 22 12:10:00 GMT 2005
> Later:
>
> Alternativly, you can check out a copy of the CVS repository directly
> using the command:
>
> cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu
>
> That works, but then configure dies with:
>
> configure: error: cannot find install-sh or install.sh in
> `cd .;pwd`/.. ./`cd .;pwd`/..
This is exclusivly how I get GDB and configure it. I'm not sure why this
wouldn't work for you. I do:
cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu
mkdir builddir
cd builddir
../src/conifugure
make
This should probably also work for you. The only difference is, I don't
use anoncvs.
Bob Rossi
More information about the Gdb
mailing list