This is the mail archive of the gdb@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 issue on AIX 5.2


> Then I run gmake and it runs for a long while but eventually fails
> trying to create a 'doc' directory.

Not sure where the problem might be; perhaps a shell that has a very
low limitation in terms of the argument list size. The command line
from your transcript doesn't look all that long! If you have other
shells such as bash or zsh, try "make SHELL=bash", for instance (you
don't have to reconfigure to try this out).  Another thing that
you can try is build GDB from /tmp. That should reduce the size of
some of the arguments used in the command that failed.

-- 
Joel


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