From owner-freebsd-questions@FreeBSD.ORG Sun May 4 12:16:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F8837B401 for ; Sun, 4 May 2003 12:16:48 -0700 (PDT) Received: from traven9.uol.com.br (traven9.uol.com.br [200.221.29.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A586F43F93 for ; Sun, 4 May 2003 12:16:46 -0700 (PDT) (envelope-from fallenbr@uol.com.br) Received: from uol.com.br ([200.161.253.96]) by traven9.uol.com.br (8.9.1/8.9.1) with ESMTP id QAA08418 for ; Sun, 4 May 2003 16:16:44 -0300 (BRT) Message-ID: <3EB566F9.6070201@uol.com.br> Date: Sun, 04 May 2003 16:16:09 -0300 From: Konrad Scorciapino User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030504 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: gnuchess wmminichess X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 19:16:48 -0000 Hello, I was trying to run wmminichess, a chess dock app, when I got the following error: exec: No such file or directory. I edited its Makefile and found out that it was trying to execute `/usr/local/bin/gnuchessx`, which is no longer used. So I changed it to `/usr/local/bin/gnuchess --xboard`, which is the right command. I compiled and reinstalled, but still got the same error. What could be wrong? Thanks