On 9/14/06, Paul W. Fontana <[EMAIL PROTECTED]> wrote: > Hello! > > I am trying to install g77 on Mac OS 10.2.8. I have already installed > gcc via Developer Tools 1.0 (the most recent that works on Jaguar, I > think): > $ gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs > Thread model: posix > Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 > 20020420 (prerelease) > > and I tried > fink install g77. > > The configuration goes through, and it starts to compile, but then it > gets to this: > gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC > -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. > -I../../gcc-3.4-20031015/gcc -I../../gcc-3.4-20031015/gcc/. > -I../../gcc-3.4-20031015/gcc/../include -I/sw/include > ../../gcc-3.4-20031015/gcc/ggc-common.c -o ggc-common.o > ../../gcc-3.4-20031015/gcc/ggc-common.c: In function `ggc_rlimit_bound': > ../../gcc-3.4-20031015/gcc/ggc-common.c:690: storage size of `rlim' > isn't known > ../../gcc-3.4-20031015/gcc/ggc-common.c:690: warning: unused variable > `rlim' > make[2]: *** [ggc-common.o] Error 1 > make[1]: *** [stage1_build] Error 2 > make: *** [bootstrap] Error 2 > ### execution of /var/tmp/tmp.2.V3FT4n failed, exit code 2 > Failed: compiling g77-3.4-20031015 failed > > Any suggestions? (I'm not very fluent in Fink or UNIX, so please use > small words.) > > Thanks, > > -- pwf >
I'd recommend going with a binary install instead: it's the same version: http://pdb.finkproject.org/pdb/package.php/g77 If you do sudo apt-get install g77 That -should- do it. -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
