From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 17:09:02 2009 Return-Path: Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4131F1065670 for ; Wed, 18 Mar 2009 17:09:02 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from gate.criticalsoftware.com (gate.criticalsoftware.com [212.13.37.242]) by mx1.freebsd.org (Postfix) with ESMTP id F1DF78FC19 for ; Wed, 18 Mar 2009 17:09:01 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from [192.168.1.195] (pc-fa-vieira.critical.pt [192.168.1.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.criticalsoftware.com (Postfix) with ESMTP id 6BFD0228498; Wed, 18 Mar 2009 17:09:00 +0000 (WET) Message-ID: <49C12AAB.7010203@gmail.com> Date: Wed, 18 Mar 2009 17:08:59 +0000 From: Ricardo Jesus User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: rasz References: <49C12C13.6090205@gmail.com> In-Reply-To: <49C12C13.6090205@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: Linux Compatability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ricardo.m.jesus@criticalsoftware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 17:09:02 -0000 rasz wrote: > hi > i have 2 distinct questions, and first is, i installed a linux app > (binaries) and it failed > when run complaining that it needs a "CPU with SSE instuctions enabled". > does anyone know what this is and related too? > i am running 7.2-prerelease i386 with linux_base-fc4. the only setting i > have is fallback_elf_brand=3 (no osrelease) > has anyone ever come across this? > > 2nd question, is the freebsd base (usr/src) documented anywhere, as to > the programs it entirely contains? i thought developers handbook, but > all i found is description of the directories in usr/src/ (unless i > missed it elsewhere). besides that, is there any kind of database app in > the base system no matter how compact/basic? if not, what would be the > *closest* in ports? > > thanks in advance for any info > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Regarding the 2nd question... As /usr/src contains the source of building the userland and kernel, if you can always man . You can also do a man hier, but it will present a description of each directory content like the Developers Handbook (although more verbose). There are also the Makefile and the actual source.