Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-09-07 Thread Martin Costabel
Jack Howarth wrote: [] Martin, I am a bit confused. If you want gfortran to pass -m32, I would suspect you are running i386 fink in which case the gcc44 package will have built a 32-bit native compiler that generates i386 code. You shouldn't have to pass it anything at all. I have

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-09-06 Thread Martin Costabel
Jack Howarth wrote: Martin, Regarding your question about how to get gfortran to accept the -arch option, it can't. That is an enhancement that Apple added to their gcc which wasn't (and is unlikely to ever be) ported to FSF gcc. The approach FSF gcc uses (which we have supported

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-09-06 Thread Jack Howarth
On Sun, Sep 06, 2009 at 08:55:08AM +0200, Martin Costabel wrote: Jack Howarth wrote: Martin, Regarding your question about how to get gfortran to accept the -arch option, it can't. That is an enhancement that Apple added to their gcc which wasn't (and is unlikely to ever be) ported to

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-09-05 Thread Jack Howarth
Martin, Regarding your question about how to get gfortran to accept the -arch option, it can't. That is an enhancement that Apple added to their gcc which wasn't (and is unlikely to ever be) ported to FSF gcc. The approach FSF gcc uses (which we have supported since I assumed

[Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-08-31 Thread Martin Costabel
After spending time trying to build apbs in SnowLeopard 32-bit Fink, I have identified a source of breakage, but I have not yet found a good solution: CompileScripts that run in zsh, like apbs which has #!/bin/zsh -efv have a good chance to break on 32-bit Fink on SL. The reason is the

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-08-31 Thread Jack Howarth
I've never understood why folks want to use zsh in these scripts rather than sh or bash. While it would be nice to limit ourselves to x86_64 fink on 10.6, we we will have some unhappy campers who don't have EMT64 capable processors on SL. Jack

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-08-31 Thread Daniel Macks
On Mon, Aug 31, 2009 at 09:42:21AM +0200, Martin Costabel wrote: After spending time trying to build apbs in SnowLeopard 32-bit Fink, I have identified a source of breakage, but I have not yet found a good solution: CompileScripts that run in zsh, like apbs which has #!/bin/zsh -efv have

Re: [Fink-devel] zsh as shell in compilescript on 10.6 breaks 32bit Fink

2009-08-31 Thread Martin Costabel
Daniel Macks wrote: On Mon, Aug 31, 2009 at 09:42:21AM +0200, Martin Costabel wrote: After spending time trying to build apbs in SnowLeopard 32-bit Fink, I have identified a source of breakage, but I have not yet found a good solution: CompileScripts that run in zsh, like apbs which has