This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Anon CVS (Was: MI: full file name)
On Tuesday 22 November 2005 15:09, Bob Rossi wrote:
> > 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.
It turns out, things got broken if "-d gdb-cvs" option is also used:
cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -d gdb-cvs
gdb+dejagnu
Strange, I always thought that "-d" just changed the name of the directory and
has no effect on anything. And I've added it because "src" does not look like
a good name for directory. Maybe this issue should be explicitly mentioned.
- Volodya