On Tue, 8 Sep 2009, Berend Hasselman wrote:
The solution for compiling Gretl on Snow Leopard is as follows:
1. delete all .la files in the GTK+.framework
Needed since Apple has removed many/all .la files from /usr./lib
OK, I'm glad that works.
2. define CC="gcc -arch i386" for configure.
This is absolutely required since on Snow Leopard the default is 64
bits.
And everything compiled must be 32 bits for Gretl to work.
What's the problem with building a 64-bit gretl on OS X? That
seems to work OK on Linux. Your dependency libs would have to be
64-bit too, but I think the GTK+ Framework has all 3 architectures
embedded, doesn't it?
Allin.