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

2009-08-23 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-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 additio

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 --x

Re: [Fink-users] rhythmbox doesn't launch

2009-08-23 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PNM wrote: > Hello, > > Rhythmbox still fails to launch on my computer with this error: > >> [pmac2:~] payam2% rhythmbox >> dyld: lazy symbol binding failed: Symbol not found: >> _rhythmdb_property_model_get_type >> Referenced from: /sw/lib/librh

[Fink-users] rhythmbox doesn't launch

2009-08-23 Thread PNM
Hello, Rhythmbox still fails to launch on my computer with this error: > [pmac2:~] payam2% rhythmbox > dyld: lazy symbol binding failed: Symbol not found: > _rhythmdb_property_model_get_type > Referenced from: /sw/lib/librhythmbox-core.0.dylib > Expected in: dynamic lookup > > dyld: Symbol

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 --enab

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 11:24:21AM

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. /sw/bin/dpkg

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= c,c++,fortra

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 ca

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 con

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 a

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 /sw/lib/gc

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 Hansen wrote: > On Sun, Aug 23, 2009 at 1:22 PM, Boaz Ilan 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

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 Ilan 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 gcc43 > (I

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 l

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 Alexander Hansen
On Sun, Aug 23, 2009 at 4:50 AM, Boaz Ilan 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, ...). The

[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 o