Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-24 Thread Martin Costabel
Boaz Ilan wrote: [] Under /usr/bin I still have gcc-3.3 (should I eliminate it?); gcc-4.0.1, powerpc-apple-darwin8-gcc-4.0.1, and i686-apple-darwin8- gcc-4.0.1, which I gather should all be there. These are OK, they come from xcode. -- Martin

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-24 Thread Jack Howarth
Boaz, I would seriously consider doing an archive and install of 10.4 to purge out these modifications you have made to your system. Fink doesn't tolerate unexpected development packages being installed. Usually folks do that in /usr/local or /opt so it is easy to disable. Jack On

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-24 Thread Boaz Ilan
Jack, You are right, though I may as well upgrade to Leopard and Xcode=3, which I have been holding off. Boaz On Aug 24, 2009, at 5:56 AM, Jack Howarth wrote: Boaz, I would seriously consider doing an archive and install of 10.4 to purge out these modifications you have made to your

[Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
Hello, Let me know if you think this should be posted in fink-beginners. I have a Mac/PPC OS-X 10.4 with Xcode 2.5-1. gcc44 is installed, but needs to be updated in order to update a bunch of packages (fftw, octave, scipy, ...). The update or rebuild of gcc44 breaks. I enclose the result

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Alexander Hansen
On Sun, Aug 23, 2009 at 4:50 AM, Boaz Ilanbi...@ucmerced.edu wrote: Hello, Let me know if you think this should be posted in fink-beginners. I have a Mac/PPC OS-X 10.4 with Xcode 2.5-1. gcc44 is installed, but needs to be updated in order to update a bunch of packages (fftw, octave, scipy,

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Alexander Hansen
It appears that you're trying to build gcc44 from some other compiler other than what is installed by Xcode, according to your config.log snippet. What do you get from which gcc gcc --version oops. make that ..._using_ some other compiler ...

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
Here's what I get: which gcc /usr/bin/gcc gcc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) I believe this is the standard for Xcode, but your hunch is right: config.log shows gcc43 (I have no idea why). Could it be that gcc44 and gcc43 do not

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Alexander Hansen
On Sun, Aug 23, 2009 at 1:22 PM, Boaz Ilanbi...@ucmerced.edu wrote: Here's what I get: which gcc /usr/bin/gcc gcc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) I believe this is the standard for Xcode, but your hunch is right: config.log shows

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Alexander Hansen
On Sun, Aug 23, 2009 at 1:29 PM, Alexander Hansenalexanderk.han...@gmail.com wrote: On Sun, Aug 23, 2009 at 1:22 PM, Boaz Ilanbi...@ucmerced.edu wrote: Here's what I get: which gcc /usr/bin/gcc gcc --version powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) I

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
config shows this: Configured with: ../gcc-4.3.2/configure --prefix=/sw --prefix=/sw/lib/ gcc4.3 --mandir=/sw/share/man --infodir=/sw/share/info --ena ble-languages=c,c++,fortran,objc,java --build=powerpc-apple-darwin8 -- with-gmp=/sw --with-libiconv-prefix=/sw --with-system-zlib So

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Jack Howarth
It looks like somehow the removal of the gcc43 package didn't occur when you tried to build gcc44. The following... Conflicts: gcc4, gcc42, gcc44, gcc45 Replaces: gcc4, gcc42, gcc44, gcc45 has always been sufficient to cause the other conflicting gcc4X packages to be removed during the build of

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
I found another possible culprit under /usr/local: /usr/local/libexec/gcc/powerpc-apple-darwin7.9.0/3.4.4/cc1 ./cc1 --version GNU C version 3.4.4 (powerpc-apple-darwin7.9.0) compiled by GNU C version 3.3 20030304 (Apple Computer, Inc. build 1671). Perhaps this is the 'cc1' that

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Daniel Macks
On Sun, Aug 23, 2009 at 02:02:46PM -0400, Jack Howarth wrote: It looks like somehow the removal of the gcc43 package didn't occur when you tried to build gcc44. The following... Conflicts: gcc4, gcc42, gcc44, gcc45 Replaces: gcc4, gcc42, gcc44, gcc45 has always been sufficient to cause

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
I did 'fink remove' on gcc43 and gcc43-shlibs. I then tried to install and rebuild gcc44, but in either way leads to the same errors: Configured with: ../gcc-4.3.2/configure --prefix=/sw --prefix=/sw/lib/ gcc4.3 --mandir=/sw/share/man --infodir=/sw/share/info --enable- languages=

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
Actually, trying to remove gcc43-shlibs failed: dpkg: dependency problems prevent removal of gcc43-shlibs: octave depends on gcc43-shlibs. hdf5-shlibs depends on gcc43-shlibs. fftw3 depends on gcc43-shlibs. fftw depends on gcc43-shlibs. atlas-shlibs depends on gcc43-shlibs.

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Jack Howarth
You have it backwards. The gcc4x-shlibs packages are meant to co-exist so that binaries can be built against any gcc4x release and not deinstalled. You only have to deinstall the gcc4x package which is used to build with the particular gcc release. Jack On Sun, Aug 23, 2009 at

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Alexander Hansen
Boaz Ilan wrote: I did 'fink remove' on gcc43 and gcc43-shlibs. I then tried to install and rebuild gcc44, but in either way leads to the same errors: Configured with: ../gcc-4.3.2/configure --prefix=/sw --prefix=/sw/lib/ gcc4.3 --mandir=/sw/share/man --infodir=/sw/share/info --enable-

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Martin Costabel
Boaz Ilan wrote: [] Configured with: ../gcc-4.3.2/configure --prefix=/sw --prefix=/sw/lib/ gcc4.3 --mandir=/sw/share/man --infodir=/sw/share/info --enable- languages= c,c++,fortran,objc,java --build=powerpc-apple-darwin8 --with-gmp=/sw -- with-libiconv-prefix=/sw --with-system-zlib

Re: [Fink-users] updating gcc44 on Mac/PPC Xcode-2.5

2009-08-23 Thread Boaz Ilan
Good news! Here is what I suspect were the conflicting files. The first is: which gcc4.3.2 /usr/bin/gcc4.3.2 /usr/bin/gcc4.3.2 --version gcc4.3.2 (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This gcc4.3.2 was installed a year ago, probably a do-it-yourself job. In