Re: conflict between gcc and bash malloc lib with static link

2015-04-08 Thread Mike Frysinger
On 08 Apr 2015 09:40, Chet Ramey wrote: I suspect the problem with malloc is that there are one or more additional symbols in the file (malloc.o) that glibc uses to satisfy some internal reference, which causes the rest of the symbols from malloc.o to be loaded, which causes conflicts with the

Re: Bash should look at INSIDE_EMACS not just EMACS

2015-04-08 Thread Chet Ramey
On 3/30/15 5:47 PM, Paul Eggert wrote: Bash Version: 4.3 Patch Level: 33 Release Status: release Description: Currently 'bash' looks at the EMACS environment variable when deciding whether it is running under Emacs. As described in the Interactive Subshell chapter of

Re: IFS set to backslash

2015-04-08 Thread Thorsten Glaser
Hi! Thanks for these analysēs! Please steer stuff like this to the mksh list in the future as well (and/or prod me on IRC). TIA! (Sorry for the late reply, I just discovered this in my postponed-msgs eMail folder and finished it to be sendable.) On Wed, 7 Jan 2015, Eduardo A. Bustamante López

Re: Usage of __P vs PARAMS in histfile.c

2015-04-08 Thread Mike Frysinger
On 08 Apr 2015 14:13, Chet Ramey wrote: On 4/8/15 11:25 AM, Evan Gates wrote: I tried compiling bash with musl-gcc and failed due to the __P macros in histfile.c While digging around it appears that __P is defined in stdc.h, but histfile.c indirectly includes rlstdc.h istead. rlstdc.h