Re: Trying to support my product on BSD

2008-01-20 Thread David Schultz
On Fri, Jan 18, 2008, navneet Upadhyay wrote: 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

Re: Trying to support my product on BSD

2008-01-18 Thread Eugene Grosbein
On Fri, Jan 18, 2008 at 02:18:08PM +0530, navneet Upadhyay wrote: 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

Re: Trying to support my product on BSD

2008-01-18 Thread Robert Watson
On Fri, 18 Jan 2008, Adrian Chadd wrote: 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. FreeBSD has a ports system which lets you automate a source build of a package and

Re: Trying to support my product on BSD

2008-01-18 Thread Adrian Chadd
On 18/01/2008, navneet Upadhyay [EMAIL PROTECTED] wrote: Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . *It is 100 % C++ code*. A good start. It could get ugly though, depends on your compiler version and how much of your code is

Trying to support my product on BSD

2008-01-18 Thread navneet Upadhyay
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

Re: Trying to support my product on BSD

2008-01-18 Thread Václav Haisman
navneet Upadhyay wrote: Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . *It is 100 % C++ code*. Cool. 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