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

2015-04-09 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/8/15 12:32 PM, Mike Frysinger wrote: > On 08 Apr 2015 09:40, Chet Ramey wrote: >> I suspect the problem with malloc is that there are one or more addition al >> symbols in the file (malloc.o) that glibc uses to satisfy some internal >> reference,

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

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

2015-04-08 Thread Chet Ramey
On 4/7/15 11:36 AM, thibaut.charpent...@tjlc.fr wrote: > Machine Type: i686-pc-linux-gnu > > Bash Version: 4.3.30 > Release Status: release > > Description: > at link step there is a conflict between gcc library in > lib/gcc/i686-linux-gnu/libc.a > and bash library > lib/mall