Re: Trouble installing PECL module

2013-08-29 Thread Ryan Schmidt
On Aug 28, 2013, at 22:39, Michael Newton wrote: > Thanks for the quick response. I tried installing the php54-pear port but I'm > not sure what it does. The pear-PEAR port installs some PEAR packages, but > doesn't install the "pear" and "pecl" commands used to manage them. Ok, that may be in

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Jeremy Lavergne
Likely http://julialang.org/ On Aug 29, 2013, at 5:06 PM, Ryan Schmidt wrote: > What's Julia? ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Ryan Schmidt
On Aug 29, 2013, at 14:05, Federico Calboli wrote: > I can confirm that using macports GCC to have gfortran did hose Julia when I > moved from gcc 47 to 48. Serves me right I suppose What's Julia? ___ macports-users mailing list macports-users@lists

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Ryan Schmidt
On Aug 29, 2013, at 15:58, Jeremy Huddleston Sequoia wrote: > Also, with all gccXX ports linking against the same libgcc runtime, there > should not be any incompatibility when mixing libraries between the two > compilers. You will run into issue when mixing C++ and ObjC code from the > gccXX

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Jeremy Huddleston Sequoia
Also, with all gccXX ports linking against the same libgcc runtime, there should not be any incompatibility when mixing libraries between the two compilers. You will run into issue when mixing C++ and ObjC code from the gccXX family with other compilers (as is being discussed in another thread)

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Federico Calboli
On 29 Aug 2013, at 19:50, Federico Calboli wrote: > > On 29 Aug 2013, at 19:29, Ryan Schmidt wrote: > >> On Aug 29, 2013, at 13:26, David Strubbe wrote: >> >>> Let me just comment: I am not sure there is any reason to try to swap >>> everything from gcc47 to gcc48. There are probably only a

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Federico Calboli
On 29 Aug 2013, at 19:29, Ryan Schmidt wrote: > On Aug 29, 2013, at 13:26, David Strubbe wrote: > >> Let me just comment: I am not sure there is any reason to try to swap >> everything from gcc47 to gcc48. There are probably only a few cases where >> there would be some incompatibility (and l

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Ryan Schmidt
On Aug 29, 2013, at 13:26, David Strubbe wrote: > Let me just comment: I am not sure there is any reason to try to swap > everything from gcc47 to gcc48. There are probably only a few cases where > there would be some incompatibility (and likely only at build time), and so > Federico could just

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread David Strubbe
Let me just comment: I am not sure there is any reason to try to swap everything from gcc47 to gcc48. There are probably only a few cases where there would be some incompatibility (and likely only at build time), and so Federico could just rebuild ports insofar as any problem is found. David On

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Ryan Schmidt
On Aug 29, 2013, at 11:21, Ryan Schmidt wrote: > You can use "port installed|grep +gcc47" to see what ports were installed > with the +gcc47 variant. For each one, you can use "port variants" to see if > a +gcc48 variable is available, and if so, you could rebuild the port with > that, if you

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Ryan Schmidt
On Aug 29, 2013, at 10:46, Federico Calboli wrote: > today I upgraded fftw (which is required by ImageMagick) and I discovered > that fftw automagically moved to fftw-3, which comes with gcc48 as a > dependency (I have all my stuff compiled with gcc47). > > Now, what should I do? remove gcc

GCC48 & GCC47 + FFTW-3

2013-08-29 Thread Federico Calboli
Aloha all, today I upgraded fftw (which is required by ImageMagick) and I discovered that fftw automagically moved to fftw-3, which comes with gcc48 as a dependency (I have all my stuff compiled with gcc47). Now, what should I do? remove gcc48 and fftw-3 and reinstall fftw-3 +gcc47? Py27-S