Re: Trying to support my product on FreeBSD

2008-01-18 Thread Andrea Venturoli
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

Re: Trying to support my product on FreeBSD

2008-01-18 Thread Ivan Voras
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 FreeBSD , i have my unix

Re: Trying to support my product on FreeBSD

2008-01-18 Thread Wojciech Puchar
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. same

Re: Trying to support my product on FreeBSD

2008-01-18 Thread Wojciech Puchar
Hi , My product is successfully running on Linux( all most all versions) and HP- UX and Windows . if your program has both unix (any) and windows version, porting to freebsd would be at most few % of work needed to port to windows. or less ___