Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-15 Thread Koen van der Drift
On Nov 14, 2005, at 3:49 PM, Jeff Whitaker wrote: Peter: Thanks - I've committed this to 10.4-transitional unstable and removed the BuildDependsOnly as per dmack's request. I think we should consider deprecating g77 by replacing all the g77 depends with gcc4 in unstable when the next

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-14 Thread Jeff Whitaker
Peter O'Gorman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter O'Gorman wrote: | Martin Costabel wrote: | | Peter O'Gorman wrote: | [] | | The only thing I can think to do is to link with | - -L/usr/lib/gcc/%m-apple-darwin8/4.0.0 | -L/usr/lib/gcc/%m-apple-darwin8/4.0.1 | -

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-13 Thread Martin Costabel
Koen van der Drift wrote: On Nov 12, 2005, at 5:13 PM, Peter O'Gorman wrote: This seems to work for me. Note that if 4.0.0/libgcc.a and 4.0.1/libgcc.a both exist, it will add both, but I don't think that is a big problem. It took forever to rebuild g77, but plplot now builds fine. Would

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-13 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Costabel wrote: | Koen van der Drift wrote: | | | On Nov 12, 2005, at 5:13 PM, Peter O'Gorman wrote: | | | This seems to work for me. Note that if 4.0.0/libgcc.a and | 4.0.1/libgcc.a | both exist, it will add both, but I don't think that is a

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-13 Thread Martin Costabel
Peter O'Gorman wrote: [] Yep that'd work too, let's see what Jeffrey has to say. I think Koen assumed that I had committed the changed g77.info. Sorry, I didn't say that it was just an option for the maintainer to consider. Sorry, I just now noticed that there was an attachment to your

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-13 Thread Koen van der Drift
On Nov 13, 2005, at 3:42 AM, Peter O'Gorman wrote: Yep that'd work too, let's see what Jeffrey has to say. I think Koen assumed that I had committed the changed g77.info. Sorry, I didn't say that it was just an option for the maintainer to consider. Yeah - sorry for the confusion. I

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-12 Thread Peter O'Gorman
Martin Costabel wrote: Peter O'Gorman wrote: [] The only thing I can think to do is to link with - -L/usr/lib/gcc/%m-apple-darwin8/4.0.0 -L/usr/lib/gcc/%m-apple-darwin8/4.0.1 - -L/usr/lib/gcc/%m-apple-darwin8/4.0.2 -lgcc The thing is broken on x86 too. I am not sure if this will work:

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-12 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter O'Gorman wrote: | Martin Costabel wrote: | | Peter O'Gorman wrote: | [] | | The only thing I can think to do is to link with | - -L/usr/lib/gcc/%m-apple-darwin8/4.0.0 | -L/usr/lib/gcc/%m-apple-darwin8/4.0.1 | -

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-12 Thread Koen van der Drift
On Nov 12, 2005, at 5:13 PM, Peter O'Gorman wrote: This seems to work for me. Note that if 4.0.0/libgcc.a and 4.0.1/ libgcc.a both exist, it will add both, but I don't think that is a big problem. It took forever to rebuild g77, but plplot now builds fine. cheers, - Koen.

[Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Koen van der Drift
Hi, The following happens after I upgraded to Xcode 2.2. I tried to rebuild my package plplot, and got the following error: ... g77 -dynamiclib -single_module -o .libs/libplplotf77d. 9.1.0.dylib .libs/strutil.o .libs/sfstubs.o .libs/configurable.o -L/ sw/lib ./.libs/libplplotf77cd.dylib

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Alexander K. Hansen
On 11/11/05, Koen van der Drift [EMAIL PROTECTED] wrote: Hi, The following happens after I upgraded to Xcode 2.2. I tried to rebuild my package plplot, and got the following error: ... g77 -dynamiclib -single_module -o .libs/libplplotf77d. 9.1.0.dylib .libs/strutil.o .libs/sfstubs.o

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Koen van der Drift
On Nov 11, 2005, at 5:53 PM, Alexander K. Hansen wrote: Well, I just noticed that I've got: /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libgcc.a (and gcc is indeed gcc-4.0.1) I have the same :) - Koen. --- SF.Net email is sponsored by:

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Martin Costabel
Alexander K. Hansen wrote: On 11/11/05, Koen van der Drift [EMAIL PROTECTED] wrote: [] g77 -dynamiclib -single_module -o .libs/libplplotf77d. 9.1.0.dylib .libs/strutil.o .libs/sfstubs.o .libs/configurable.o -L/ sw/lib ./.libs/libplplotf77cd.dylib /sw/src/fink.build/plplot-5.5.3-1/

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Koen van der Drift wrote: | | On Nov 11, 2005, at 5:53 PM, Alexander K. Hansen wrote: | | Well, I just noticed that I've got: | | /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libgcc.a | (and gcc is indeed gcc-4.0.1) | | | I have the same :) g77.info has

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Costabel wrote: | Well, I just noticed that I've got: | | /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libgcc.a | (and gcc is indeed gcc-4.0.1) | | | This means that the trick (by jfm IIRC) we had to get rid of the | -lcc_dynamic for g77 is now

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Daniel Macks
On Sat, Nov 12, 2005 at 08:19:22AM +0900, Peter O'Gorman wrote: g77.info has this: ~ perl -pi.bak -e 's|-lSystem|%%{!mlong-double-64:%%{pg:-lSystemStubs_profile;:-lSystemStubs}} - -lSystem -lmx /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc.a|' config/darwin.h which causes g77 invoked

Re: [Fink-devel] plplot linking error after upgrade - Xcode 2.2

2005-11-11 Thread Martin Costabel
Peter O'Gorman wrote: [] The only thing I can think to do is to link with - -L/usr/lib/gcc/%m-apple-darwin8/4.0.0 -L/usr/lib/gcc/%m-apple-darwin8/4.0.1 - -L/usr/lib/gcc/%m-apple-darwin8/4.0.2 -lgcc The thing is broken on x86 too. I am not sure if this will work: Earlier on g77's command