View Single Post
Re: FreeBSD abstract declarator used as declaration
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: FreeBSD abstract declarator used as declaration - 06-01-2004

You can't compile anything HL-related straight out of the box on FreeBSD because HL is meant to run on Linux, and FreeBSD and Linux have different binary formats.

You can have a Linux HL server running on FreeBSD though, because FreeBSD knows how to *EMULATE* a Linux environment to make Linux binaries run.

But you can't compile a Linux binary on your FreeBSD box with your FreeBSD compiler, because you will get a FreeBSD binary, and not a Linux one - unless you do a "cross-compile", which is quite a complicated thing to do.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote