bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24254: issue with configure script in git


From: Paul Eggert
Subject: bug#24254: issue with configure script in git
Date: Thu, 1 Sep 2016 23:09:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Rishabh Dave wrote:
this time make did complete running; failed to build an object file

The log says only:

  CC       kwset.o
Makefile:1339: recipe for target 'kwset.o' failed

which doesn't provide much information. Did your C compiler exit with nonzero status, without outputting any diagnostics? If so, there's probably something wrong with your setup somewhere, and you'll need to debug it somehow, perhaps with the equivalent of the 'truss' command of GNU/Linux. You might start by running this command:

make V=1

as that will cause 'make' to be more verbose about the commands it's running.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]