Segfault with make-3.81 on OSX Leopard x86(_64)

2008-05-06 Thread Garrett Cooper
Hello, 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 shiina:~ gcooper$ make -v && uname -a GNU Make 3.81 Copyright (C) 2006 Free Software Foundatio

Re: Segfault with make-3.81 on OSX Leopard x86(_64)

2008-05-06 Thread Paul Smith
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 doe

Re: Segfault with make-3.81 on OSX Leopard x86(_64)

2008-05-06 Thread Garrett Cooper
On May 6, 2008, at 4:56 AM, Paul Smith wrote: 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

Re: Segfault with make-3.81 on OSX Leopard x86(_64)

2008-05-06 Thread Tom Honermann
Garrett Cooper wrote: On May 6, 2008, at 4:56 AM, Paul Smith wrote: 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$ mak

Re: Segfault with make-3.81 on OSX Leopard x86(_64)

2008-05-06 Thread Garrett Cooper
On May 6, 2008, at 11:14 AM, Tom Honermann wrote: Garrett Cooper wrote: On May 6, 2008, at 4:56 AM, Paul Smith wrote: 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: --