Compiling a Linux app for Apple OS X?

Commissario
Joined
16 Oct 2002
Posts
344,016
Location
In the radio shack
I'm on the scrounge again!

I don't know how possible/practical it is to compile a Linux app to work on the Mac. I see the Fink project which seems to be useful but I'm not really sure what to do.

I'd like to run Tucnak on OS X.

It's a long shot but can anyone help me please? (read that as "can someone do it and make it work" :))
 
The mac ports/darwin thing is a pain. It's probably easier running a VM with linux :D

The problem comes that you need the right libraries installed.. which then required further libraries installed... in the end you end up with 80% of linux installed.

I'm currently having a break from all this coding lark.. as my contract is possibly not going to be renewed even though my boss has requested it.. I'll know this week (well it ends friday!).
 
Hokay, I'll build a VM and try and run it in there, it's probably the easiest.
 
If someone has done a port on Macports or Fink, then I would use that.
Macports for me has absolutely invaluable -- the key point is that these systems fetch and build all the dependencies automatically, so you don't have to go around manually compiling hundreds of libraries.
For some things there can indeed be lots of dependencies, but since it's automated, there's no real cost.
Of course if there's no port, a VM may well be less hassle:)
 
Back
Top Bottom