From owner-freebsd-questions@FreeBSD.ORG Fri Jan 18 10:12:05 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 5F90316A421 for ; Fri, 18 Jan 2008 10:12:05 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.246]) by mx1.freebsd.org (Postfix) with ESMTP id EAC2B13C4DB for ; Fri, 18 Jan 2008 10:12:04 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by hs-out-2122.google.com with SMTP id h53so879196hsh.11 for ; Fri, 18 Jan 2008 02:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=tQ90R4I0sXlXDj2N+LbuUVAEIGzgub9/UiizFk3XVAs=; b=FvCEDiMqGR6+LBCJ1CpIBbGIyCws4nTRlF+0QxW8V+CB1/unaqZbwJgtCi435HSw3WhASsoTeFTY+bhvShaYT7OARBON9/DDE/9CmQnYpqZBc8bRfskuP4CPXHPAOqxxDmY3KGSukX4pjT1xvlJu6JOloJPKZbIY9eAP7FtHLjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=mohQ15295eFmweuNdFqbs2JWL2pTV2FZHVJHSYQlgoopLCUq5Tinz1NnvrfSranjopi/VM0hwAltup8tHxSfk45mv+QM/AFynjoi8IwEKYzrsZONG34WnRxdajH8uc2fDp2wNGwTbktI4PtbmaLoTaVmlVHKDZl+EkUFN9rER9E= Received: by 10.151.10.7 with SMTP id n7mr1029351ybi.6.1200649668132; Fri, 18 Jan 2008 01:47:48 -0800 (PST) Received: by 10.150.185.7 with HTTP; Fri, 18 Jan 2008 01:47:48 -0800 (PST) Message-ID: <1563a4fd0801180147y4fb6a83s41142ac9a68c3d28@mail.gmail.com> Date: Fri, 18 Jan 2008 15:17:48 +0530 From: "navneet Upadhyay" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:12:05 -0000 Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . *It is 100 % C++ code*. I am planning to support it on FreeBSD, i have two queries : 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. 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. Please let me know if there is anyother forum where i can get answers to my queries, as i will be needing lot of help in near future. *Help will be appreciated.* Thanks, Navneet