Re: GCC Version

2011-07-22 Thread Paul C
Config log for gcc46 attached. On 22/07/11 18:48, Jeremy Huddleston wrote: Can you please attach the *config.log* This is generated by running configure ... not the debug log which just shows the configure output. This file contains any messages produced by compilers while running configure, t

Re: GCC Version

2011-07-22 Thread Paul C
Just a thought, perhaps a missing symlink or three? I'm not sure what the gcc build is *actually* looking for? On 22/07/11 18:05, Jeremy Huddleston wrote: Are you *sure* that gmp, mpfr, and mpc are ppc64? Did you run 'file' on the libraries? config.log will provide more specific information

Re: GCC Version

2011-07-22 Thread Paul C
local --with-mpc=/opt/local On 22/07/11 18:05, Jeremy Huddleston wrote: Are you *sure* that gmp, mpfr, and mpc are ppc64? Did you run 'file' on the libraries? config.log will provide more specific information as to what went wrong... On Jul 22, 2011, at 9:00 AM, Paul C wrote: On

Re: GCC Version

2011-07-22 Thread Paul C
On 22/07/11 15:43, Vincent Lefevre wrote: http://www.linuxquestions.org/questions/linux-newbie-8/error-in-installing-gcc-4-5-0-a-818033/ As detailed in the forum thread in the link the problem I get installing gcc is not specific to ppc or to MacPorts. It would seem to be a generic problem acros

Re: GCC Version

2011-07-22 Thread Paul C
Coming back to an earlier post and after doing some more reading I have found the following... On 21/07/11 16:59, Jeremy Huddleston wrote: Irritatingly both gcc45 and gcc46 fail with the following output... checking for the correct version of gmp.h... yes checking for the correct version of mp

Re: GCC Version

2011-07-21 Thread Paul C
ang > > On Jul 21, 2011, at 10:09 AM, Paul C wrote: > >> On 21/07/11 17:21, Jeremy Huddleston wrote: >>>>> >>>>> gcc45 does specify those --with-* options. >>>>> gcc46 doesn't build gfortran, so it shouldn't be checking for that

Re: GCC Version

2011-07-21 Thread Paul C
On 21/07/11 17:21, Jeremy Huddleston wrote: gcc45 does specify those --with-* options. gcc46 doesn't build gfortran, so it shouldn't be checking for that. $ port info gcc46 gcc46 @4.6-20110325, Revision 1 (lang) Variants: gfortran, java, (-)universal Description: The GNU

Re: GCC Version

2011-07-21 Thread Paul C
On 21/07/11 17:10, Daniel J. Luke wrote: do you really need it to be ppc64? Probably not, however this is the first time I've encountered what seems to be a ppc64 specific error. I could recompile all packages to ppc but before that I want to be sure it's absolutely required. I have a lot of

Re: GCC Version

2011-07-21 Thread Paul C
On 21/07/11 16:59, Jeremy Huddleston wrote: gcc45 does specify those --with-* options. gcc46 doesn't build gfortran, so it shouldn't be checking for that. $ port info gcc46 gcc46 @4.6-20110325, Revision 1 (lang) Variants: gfortran, java, (-)universal Description: The G

Re: GCC Version

2011-07-21 Thread Paul C
On 21/07/11 17:02, Daniel J. Luke wrote: On Jul 21, 2011, at 12:00 PM, Paul C wrote: One thing I can say that might be different is that my compile target is ppc64, oh yeah, that would be the difference, my install is 'ppc' (the machine is an old g4) do you really need it t

Re: GCC Version

2011-07-21 Thread Paul C
On 21/07/11 16:59, Jeremy Huddleston wrote: gcc45 does specify those --with-* options. gcc46 doesn't build gfortran, so it shouldn't be checking for that. Where are you getting your gcc45 and gcc46 ports from? Ports are downloading from the normal MacPorts sources. You're better off using

Re: GCC Version

2011-07-21 Thread Paul C
/show_bug.cgi?id=647145 On 21/07/11 16:40, Daniel J. Luke wrote: On Jul 21, 2011, at 11:18 AM, Paul C wrote: I posted a bug report to the glib2 people and they suggested it was the old version of gcc that I have installed (4.0.x) causing the compile to fail, they also suggested that I try a more

Re: GCC Version

2011-07-21 Thread Paul C
t the locations were fine as the header files were located correctly. :-/ On 21/07/11 15:57, Jason Swails wrote: On Thu, Jul 21, 2011 at 10:45 AM, Paul C mailto:crispy1...@gmail.com>> wrote: Hi, The main reason for the switch to a newer version of gcc is that I cannot compile

Re: GCC Version

2011-07-21 Thread Paul C
15:57, Jason Swails wrote: On Thu, Jul 21, 2011 at 10:45 AM, Paul C mailto:crispy1...@gmail.com>> wrote: Hi, The main reason for the switch to a newer version of gcc is that I cannot compile glib2 with using the port command, it fails towards the end of the compile. I&#

Re: GCC Version

2011-07-21 Thread Paul C
onents for you: sudo port install glib2 Hope this helps, Jason On Thu, Jul 21, 2011 at 6:02 AM, Paul C mailto:crispy1...@gmail.com>> wrote: Hi, Is there an easy way to use the newer versions of gcc contained in the MacPorts tree instead of the version that is installed with w

GCC Version

2011-07-21 Thread Paul C
Hi, Is there an easy way to use the newer versions of gcc contained in the MacPorts tree instead of the version that is installed with what I assume is Xcode (3.1.4)? I had complie errors on glib2 and after submitting a bug report to the gnome people it might be down to the old version of gc

Re: glib2 and gcc

2011-04-11 Thread Paul C
On 11 April 2011 20:15, Ryan Schmidt wrote: > > On Apr 11, 2011, at 08:58, Paul C wrote: > > My first post to this list. I'm mostly using MacPorts to control my G5 > > as a development web server and that side of things works really well. > > However I'v

Re: PHP 5.3.6 suhosin patch / PECL extension

2011-04-11 Thread Paul C
On 11/04/11 15:57, FabD [ML] wrote: > Hi, > > I'm wondering if the suhosin patch will be available soon (seems not). > I've noticed that dotdeb (an alternative Debian repository) provide > suhosin for php 5.3.6 as a pecl extension (or seems to be). May be > Macports should provide the suhosin pa

Re: glib2 and gcc

2011-04-11 Thread Paul C
On 11/04/11 15:43, Andrea D'Amore wrote: > On Mon, Apr 11, 2011 at 3:58 PM, Paul C wrote: >> So my first question is if these MacPort installs pull down the header >> files and the libraries or do I need to install separate ports for the >> headers? > > Hea

glib2 and gcc

2011-04-11 Thread Paul C
Hi, My first post to this list. I'm mostly using MacPorts to control my G5 as a development web server and that side of things works really well. However I've tried installing some additional applications that I used to use under Debian (PPC) but cannot get to compile. The main one I'm interested