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


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


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 Sun, Aug 23, 2009 at 05:52:13PM -0700, Boaz Ilan wrote:

 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 addition, both /usr/bin/powerpc-apple-darwin8-gcc and /usr/bin/ 
 powerpc-apple-darwin8-gcc-4.3.2 where copies of this gcc4.3.2. I suspect 
 that powerpc-apple-darwin8-gcc was the file being called during the 
 install of gcc44. At any rate, I eliminated gcc4.3.2,  
 powerpc-apple-darwin8-gcc, and powerpc-apple-darwin8-gcc-4.3.2 from / 
 usr/bin.

 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.

 I tried installing gcc44... and it is running for 10 minutes without  
 breaking, which means
 it passed the former breakpoint. Consider the problem solved.

 Sorry to have waited you time because of my messed up system.

 Thank you everyone,
 Boaz


 On Aug 23, 2009, at 3:16 PM, Martin Costabel wrote:

 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-includes=/usr/ 
 X11R6/ inclu
 de --x-libraries=/usr/X11R6/lib --disable-libjava-multilib
 Thread model: posix
 gcc version 4.3.2 (GCC)

 I think you have some incomplete parts of Fink gcc43-4.3.2 installed  
 (earlier package removal gone wrong, or do-it-yourself  
 configuration?). This is *not* the version of gcc43 you are currently 
 trying to remove, which is gcc43-4.3.4.

 Why configure picks this up instead of a sane gcc, I dont know. You  
 probably at some point copied /sw/lib/gcc4.3/bin/gcc to /sw/bin/ or to 
 /usr/local/bin/ or made a symlink to such a copy.

 You need to find out where this gcc executable that answers gcc  
 version 4.3.2 (GCC) is hiding on your system and eliminate it. I have 
 the imporession that a simple fink remove will not be able to clean 
 this up.

 -- 
 Martin

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


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 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 Sun, Aug 23, 2009 at 05:52:13PM -0700, Boaz Ilan wrote:

 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 addition, both /usr/bin/powerpc-apple-darwin8-gcc and /usr/bin/
 powerpc-apple-darwin8-gcc-4.3.2 where copies of this gcc4.3.2. I  
 suspect
 that powerpc-apple-darwin8-gcc was the file being called during the
 install of gcc44. At any rate, I eliminated gcc4.3.2,
 powerpc-apple-darwin8-gcc, and powerpc-apple-darwin8-gcc-4.3.2 from /
 usr/bin.

 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.

 I tried installing gcc44... and it is running for 10 minutes without
 breaking, which means
 it passed the former breakpoint. Consider the problem solved.

 Sorry to have waited you time because of my messed up system.

 Thank you everyone,
 Boaz


 On Aug 23, 2009, at 3:16 PM, Martin Costabel wrote:

 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-includes=/usr/ 
 X11R6/ inclu
 de --x-libraries=/usr/X11R6/lib --disable-libjava-multilib
 Thread model: posix
 gcc version 4.3.2 (GCC)

 I think you have some incomplete parts of Fink gcc43-4.3.2 installed
 (earlier package removal gone wrong, or do-it-yourself
 configuration?). This is *not* the version of gcc43 you are  
 currently
 trying to remove, which is gcc43-4.3.4.

 Why configure picks this up instead of a sane gcc, I dont know. You
 probably at some point copied /sw/lib/gcc4.3/bin/gcc to /sw/bin/  
 or to
 /usr/local/bin/ or made a symlink to such a copy.

 You need to find out where this gcc executable that answers gcc
 version 4.3.2 (GCC) is hiding on your system and eliminate it. I  
 have
 the imporession that a simple fink remove will not be able to  
 clean
 this up.

 -- 
 Martin


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users