gcc in freebsd to compile linux software

2005-12-01 Thread Javier Matos
Hi, I need to compile a program to run it in a linux box. I know that freebsd has linux compatibility with binary files. Can I compile using freebsd gcc a binary file that can run under linux and try if it works with freebsd binary linux emulation?? If it is possible... what kind of options

Re: gcc in freebsd to compile linux software

2005-12-01 Thread Kris Kennaway
On Thu, Dec 01, 2005 at 10:06:16PM +0100, Javier Matos wrote: Hi, I need to compile a program to run it in a linux box. I know that freebsd has linux compatibility with binary files. Can I compile using freebsd gcc a binary file that can run under linux and try if it works with freebsd