This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ./configure - Permission Denied


Try this.  If your source is in /foo/bar/gdb-5.0:

  mkdir /foo/bar/build
  mkdir /foo/bar/install
  cd /foo/bar/build
  sh /foo/bar/gdb-5.0/configure --prefix=/foo/bar/install
  make
  make install

The important part is the "sh" part.  The other parts will make the
build go better in other ways.

Hope this helps,

Michael Elizabeth Chastain
<chastain@redhat.com>
"love without fear"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]