[blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: *** [light] Segmentation fault Am I right that this is serious

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Armin K.
On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: ***

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 12:37 PM, Armin K. kre...@email.com wrote: On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Armin K.
On 08/14/2013 07:50 PM, Dave Wagler wrote: On Wed, Aug 14, 2013 at 12:37 PM, Armin K. kre...@email.com mailto:kre...@email.com wrote: On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make