On Tue, 2008-05-06 at 01:09 -0700, Garrett Cooper wrote:
> Trying to compile ltp (ltp.sf.net) with modified makefiles and
> whenever I run make as follows, it segfaults:
>
> -------------------
> shiina:ltp-full-20080430 gcooper$ make -Np
> Segmentation fault
Hm. I can't reproduce this; it doesn't segfault on my GNU/Linux system.
Checking with valgrind doesn't yield any obvious suspicious things going
on.
Can you get a stack trace? I don't know if OSX comes with GDB, but if
so you can do something like:
gdb make
...
(gdb) run -Np
...
(gdb) bt
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.us
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make