diff options
author | Jari Aalto <jari.aalto@cante.net> | 2002-07-17 14:10:11 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:55 +0000 |
commit | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (patch) | |
tree | b792f26ecca68813c51ed5ba2e381790758ef31b /NOTES | |
parent | f73dda092b33638d2d5e9c35375f687a607b5403 (diff) | |
download | android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.gz android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.bz2 android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.zip |
Imported from ../bash-2.05b.tar.gz.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -30,11 +30,6 @@ Platform-Specific Configuration and Operation Notes leak caused by using the bash malloc because closedir(3) needs to read freed memory to find the file descriptor to close - If you are using GNU libc, especially on a linux system - -(Configuring --without-gnu-malloc will still result in lib/malloc/libmalloc.a -being built and linked against, but there is only a stub file in the archive.) - 2. Configure using shlicc2 on BSD/OS 2.1 and BSD/OS 3.x to use loadable builtins @@ -234,7 +229,7 @@ being built and linked against, but there is only a stub file in the archive.) If you want to completely remove any dependence on /usr, perhaps to put a copy of bash in /sbin and have it available when /usr is - not mounted, force the build process to use the shared ld.so library + not mounted, force the build process to use the shared dl.so library in /etc/lib. For gcc, this would be something like @@ -326,3 +321,6 @@ being built and linked against, but there is only a stub file in the archive.) want it). 5. make; make install; enjoy + +15. Configure with `CC=xlc' if you don't have gcc on AIX 4.2 and later + versions. `xlc' running in `cc' mode has trouble compiling error.c. |