This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: Build GDB exe


> checking for pthread.h... no
> configure: creating ./config.status
> ./configure: ./config.status: Permission denied
> configure: error: write failure creating ./config.status
> configure: error: ./configure failed for testsuite

The configure script creates a config.status script which it then
executes to create the Makefiles, etc. But apparently you get
a permission denied when trying to create the config.status script.
So you'll have to figure out why that is.  Perhaps an old config.status
script with the wrong permissions lying around...

-- 
Joel


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