From owner-freebsd-questions@FreeBSD.ORG Fri Jan 18 10:54:20 2008 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 1A1C616A46D for ; Fri, 18 Jan 2008 10:54:20 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3458E13C458 for ; Fri, 18 Jan 2008 10:54:18 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.240.163]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m0IAt5KB001292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 18 Jan 2008 11:55:12 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.13.8) with ESMTP id m0IAsLxE031650; Fri, 18 Jan 2008 11:54:21 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4790854B.70601@netfence.it> Date: Fri, 18 Jan 2008 11:54:03 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: navneet Upadhyay References: <1563a4fd0801180147y4fb6a83s41142ac9a68c3d28@mail.gmail.com> In-Reply-To: <1563a4fd0801180147y4fb6a83s41142ac9a68c3d28@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: freebsd-questions@freebsd.org Subject: Re: Trying to support my product on FreeBSD 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: Fri, 18 Jan 2008 10:54:20 -0000 navneet Upadhyay ha scritto: > 1. *How to build my code into binaries* on FreeBSD , i have my unix make > files. Just to give an idea i have around 200 cpp files and they complile to > 5 binaries . I am using multithreading(posix on linux) and sockets heavily. > > I dont want to run my application in linux mode, i have clear cut > instructions to have BSD specific binaries.I have to see what is the > difference between Linux and Free BSD in terms of file management, their > structure, threading model etc. You may want to look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html. > 2.* How to package the binaries*(RPM sort of thing). Idea is to provide a > package to user who can install them binaries using this package by issuing > single command. And http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html. bye av.