From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 21:29:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 896FD16A420 for ; Wed, 8 Mar 2006 21:29:27 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5113443D5A for ; Wed, 8 Mar 2006 21:29:12 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by pproxy.gmail.com with SMTP id z59so2391pyg for ; Wed, 08 Mar 2006 13:29:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TU9M+v6dFfUE4Zlm/Z23TGlOZ5lOq+Q4mNJhoS6/d9BVRjvXdgzFab8nn8hP2U5LiW3MlP7JQw8svWnxkAaFOBkJhLPvIZc+PGKa6ruENwVtNKGHlC/WP56kSwxc7o/mR2+SZId1kUspH4XNAcrDVwz2BR5DJYsNRalnwfua0iI= Received: by 10.65.212.4 with SMTP id o4mr656983qbq; Wed, 08 Mar 2006 13:29:11 -0800 (PST) Received: by 10.64.150.10 with HTTP; Wed, 8 Mar 2006 13:29:11 -0800 (PST) Message-ID: <54db43990603081329x7a5a0a0et6f149729d612da5f@mail.gmail.com> Date: Wed, 8 Mar 2006 16:29:11 -0500 From: "Bob Johnson" To: "Lawrence Petrykanyn" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: bobo1009@mailtest2.eng.ufl.edu, freebsd-questions@freebsd.org Subject: Re: Newbie FreeBSD/Linux Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 21:29:27 -0000 On 3/8/06, Lawrence Petrykanyn wrote: [...] > directed. What I don't understand is the last instruction of the second > option listed below, the line that says, > > "add --with-default-tmpdir=3D/mnt/ramfs to the JACK configure line when > you build it". > > I tried "make --with-default-tmpdir=3D/mnt/ramfs" and received a message > informing me that this is not correct Make syntax. If you just use "make", you are probably using BSD make. The Linux instructions probably expect you to use GNU make, which is called "gmake" on FreeBSD. - Bob