From owner-freebsd-questions Thu May 30 11:56:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ringding.cs.umd.edu (ringding.cs.umd.edu [128.8.129.2]) by hub.freebsd.org (Postfix) with ESMTP id 5340B37B40D for ; Thu, 30 May 2002 11:56:04 -0700 (PDT) Received: from toblerone.cs.umd.edu (toblerone.cs.umd.edu [128.8.129.39]) by ringding.cs.umd.edu (8.11.6+Sun/8.9.1) with ESMTP id g4UItxh09578 for ; Thu, 30 May 2002 14:55:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toblerone.cs.umd.edu (8.9.3/8.9.1) with ESMTP id OAA02818 for ; Thu, 30 May 2002 14:55:59 -0400 (EDT) Date: Thu, 30 May 2002 14:55:59 -0400 (EDT) From: Aram Khalili To: Subject: kernel compile problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For some reason my kernel recompiles fail because they look for standard header files in /usr/src/include rather than /usr/include . There's probably a "../" missing in some Makefile definition. Symlinking /usr/include to /usr/src/include works, but is probably not the best solution to the problem. Has anybody else seen this? -aram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message