a...@howells.me wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i486 > OS: linux-gnu > Compiler: gcc > > Description: > http://pastebin.com/f476b80da > configured via: http://pastebin.com/m62b92718 > > Adding --enable-minimal doesn't fix the issue which means these versions > basically can't be used as a statically-linked root shell? Ideally we'd > be able to have a *fully* functional Bash statically linked though ;)
I was able to successfully compile and link after configuring --enable-static-link --without-bash-malloc (there's some problem with libc and the bash malloc when you try a static link). You're going to have to deal with the warnings about requiring the dynamic libraries at runtime to use the getpwent/getgrent/getservent families. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/