Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

techmonkey

macrumors 6502a
Original poster
Jun 8, 2007
596
0
I read that Fink is the easiest way to install Linux apps, but it doesnt support Leopard. Anyone using GNUCash on Leopard? If so, how do you install it?
 
You can download GNUCash directly from the source code and use ./configure, make, sudo make install to install it as you would on Linux. You may also need pkg-config (I appeared to) which is available here.

EDIT: You will still need to install Xcode to do this.
 
You can download GNUCash directly from the source code and use ./configure, make, sudo make install to install it as you would on Linux. You may also need pkg-config (I appeared to) which is available here.

EDIT: You will still need to install Xcode to do this.

do i need x11?
 
when i run ./bootstrap, i get this message

ERROR: There is no C compiler on your system. Make sure that the Developer
Tools are installed.

Any ideas?
 
No he didn't. He said X11 is installed by default.

shows how much i know :)

I thought they were the same.

EDIT:

I just checked out Apple developer site. Xcode is 1.1GB download. Is there a stripped down version or do I need to install this huge package?
 
Yeah definitely stay away from the method I suggested apparently there are lots of problems with one of the dependency's GMP mis-compiling on Macs.

Not so, at least on Leopard.
 
GMP compiles fine if you supply the correct flags. I know, I literally just compiled it. It passed all its self tests as well.

Well that isn't what there website said. However it doesn't appear to be true, I didn't have to make any changes at all, I just did configure, make sudo make install and it "just worked" (well as much as a command line app ever does :p).
 
Well that isn't what there website said, but it doesn't appear to be true, I didn't have to make any changes at all, I just did configure, make sudo make install and it "just worked" (well as much as a command line app ever does :p).

It won't build static libs that's for sure. But if you supply the correct flags you can get a 64bit version up and running with all the extra features working fine. I think the C++ version has problems though.

Edit : You should really do ./configure, make, make check then sudo make install to make sure you have a decent version.
 
I would strongly recommend not uninstalling it.

Is it because it may mess with the system or because i may need it later on?


As for installing Gnucash, should I use Fink or not?

Or do this > ./configure, make, make check then sudo make install to make sure you have a decent version.
 
Is it because it may mess with the system or because i may need it later on?


As for installing Gnucash, should I use Fink or not?

Use Fink.

You will need to have Xcode installed in order to install anything new off Fink.

Or do this > ./configure, make, make check then sudo make install to make sure you have a decent version.

That was something specific to a different library we were talking about. Sorry didn't mean to hijack your thread.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.