>From [email protected] Thu Oct 30 07:23:09 2014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=kPgLmf+//2kyCjqXBYyfkvvBqATaBIlyjA/JdAWibuk=; b=BsmL2g1poLiaISsM6BUjA8Ujl3rJvi4R7qe/bbZsb8tgm/F2memxfBvcC031XDMk9T iY7+spFXFQQbVHfxEi3vPl2+Lpakn1DQZVk/8uxgfGJ7lfMfKxDhY7UHTXk3YC4eZ/La 0EvLKzeD4YI/UBABdp9x0237D0Q7Bf0zpCNh2TBEuAvQfIqtagZ6GIvleCOKVMWrKUHg 1ZoL0TUCk9hyF434mcFrGmcNqSkn5ov4LniDIM45qvzJxQIKkNhx5zn66zVslW4xBelS E+KS4MDfcCc7bMb5OsJeeGe5puDaTUBGQ2RODWcf1Vl9/Cg+ms8lwQahw7ydkMCJT+Dd v53A== X-Received: by 10.180.210.167 with SMTP id mv7mr18171216wic.15.1414653795102; Thu, 30 Oct 2014 00:23:15 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: building latest gnustep-make : failure ... From: Richard Frith-Macdonald <[email protected]> In-Reply-To: <[email protected]> Date: Thu, 30 Oct 2014 07:23:11 +0000 Cc: [email protected], [email protected] References: <c0e78e419b2ec855a83c55f710cbd8d2@german-desktop> <[email protected]> To: Mayuresh Kathe <[email protected]> X-Mailer: Apple Mail (2.1878.6) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by sdf.lonestar.org id s9U7N7tc006391
On 30 Oct 2014, at 07:04, Mayuresh Kathe <[email protected]> wrote: > > yes, i tried "make", but, it gave the following message; > make: no target to make. > make: stopped in /home/mayuresh/gnustep-make-2.6.6 I suspect your 'make' program is the problem. I think on netbsd you may need to either change your environment so that the gnu make program is used by default, or perhaps type 'gmake' rather than 'make' yes, it indeed was the "make" program problem. i tried out "gmake" and it worked like a charm. :) now heading over to compile gnustep-base. thanks. -mayuresh _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
