Re: [Fink-devel] 10.2-gcc3 issues

2003-10-22 Thread Martin Costabel
Blair Zajac wrote: [] g77 3.4 fixes some bugs that are exposed using the assembler apple ships with the gcc 3.3 update (g77 3.3.1 won't work if you have the gcc 3.3 update). There is nothing special about the 20030827 snapshot - it was just the latest one available when I built the package.

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-21 Thread Blair Zajac
Jeffrey S Whitaker wrote: On Fri, 17 Oct 2003, Blair Zajac wrote: Also, is there something special about this 3.4-20030827 release? Why isn't g77 built using 3.3.1 or a newer 3.4? Inquiring minds want to know :) Best, Blair Blair: g77 3.4 fixes some bugs that are exposed

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-17 Thread Jack Howarth
Blair, It appears that the failures of building g77 are only happening on G5 powermacs. I looked over the gcc testsuite mailing list but it doesn't look as if any builds are being done with G5's yet. Jack --- This SF.net

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-17 Thread Jeffrey S Whitaker
On Fri, 17 Oct 2003, Blair Zajac wrote: Also, is there something special about this 3.4-20030827 release? Why isn't g77 built using 3.3.1 or a newer 3.4? Inquiring minds want to know :) Best, Blair Blair: g77 3.4 fixes some bugs that are exposed using the assembler apple ships with the

[Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Blair Zajac
I tried out a fresh install of Fink 0.5.3.dmg, did the 0.14.3-beta inject, selfupdate-rsync and started installing packages. A couple of notes: 1) g77 is broken. I'm getting this compile failure: sed -e s/TARGET_GETGROUPS_T/gid_t/ \ deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Benjamin Reed
Blair Zajac wrote: Dunno about g77, but... I've got the whole log of the compile and can send it privately if anybody wants it. 2) openssl097 is out of date. The current version is 0.9.7c but 10.2-gcc3 has 0.9.7b. You just need to selfupdate, 0.9.7c is in 10.2-gcc3 now. =) This lead me to

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Blair Zajac
Benjamin Reed wrote: Blair Zajac wrote: This lead me to think of a way of leveraging the 10.2 *.info files for the 10.2-gcc3 tree. Given that there's now an rsync backend to downloading *.info files, we could make use of symlinks to link most of the 10.2 files to the 10.2-gcc3

Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Martin Costabel
Blair Zajac wrote: 1) g77 is broken. I'm getting this compile failure: Compiles for me without problem. sed -e s/TARGET_GETGROUPS_T/gid_t/ \ deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h tmp-fixtmp.c mv tmp-fixtmp.c fixtmp.c ./xgcc -B./ -B/sw/powerpc-apple-darwin6.8.5/bin/ -isystem What