The problem is neither with cernlib nor root3, but with g77. I just rebuilt g77 on my machine (Mac OS 10.3.1) and I do not see any of the warnings/errors you have posted. Maybe the g77 maintainer Jeff (cc'd) can give more qualified advise, but let me try:
- did you do a clean install or do have you upgraded from 10.2.X?
- what version of gcc do you have? $ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
- do you have the Xtools SDK package installed?
Cheers, Remi
On Dec 10, 2003, at 7:27 AM, Raymond Brock wrote:
Hello,
I am failing to successfully install cernlib. I run 10.3.0, on a 1.33 GHz pb17" with 1GB memory. I have installed Xtools (the old Developer's Toolkit). I have had similar problems with installing root3-cernlib and blamed it all on g77, which also will not install by itself. here is the tailend of the transcript of the cernlib installation from finkcommander 0.5.1. Before doing this, I updated fink. I believe that when I was last getting failures, there were only unstable versions of cernlib and root3. Now there are stable versions. I sent messages to the maintainers, but received no replies. This was about 3 weeks ago.
thank you for your collective help, Ray Brock
In file included from tm_p.h:5,
from ../../gcc-3.4-20031015/gcc/gcse.c:153:
../../gcc-3.4-20031015/gcc/config/darwin-protos.h:25: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/config/darwin-protos.h:27: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/config/darwin-protos.h:28: warning: ANSI C forbids const or volatile functions
In file included from ../../gcc-3.4-20031015/gcc/gcse.c:161:
../../gcc-3.4-20031015/gcc/output.h:145: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/output.h:310: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/output.h:508: warning: ANSI C forbids const or volatile functions
In file included from ../../gcc-3.4-20031015/gcc/gcse.c:165:
../../gcc-3.4-20031015/gcc/ggc.h:225: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/gcse.c: In function `store_killed_in_insn':
../../gcc-3.4-20031015/gcc/gcse.c:7304: warning: comparison between signed and unsigned
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 genrtl.c -o genrtl.o
In file included from ../../gcc-3.4-20031015/gcc/system.h:475,
from genrtl.c:4:
../../gcc-3.4-20031015/gcc/../include/libiberty.h:86: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:168: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:178: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:203: warning: ANSI C forbids const or volatile functions
In file included from genrtl.c:8:
../../gcc-3.4-20031015/gcc/rtl.h:1471: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/rtl.h:1551: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/rtl.h:1553: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/rtl.h:1728: warning: ANSI C forbids const or volatile functions
In file included from genrtl.c:9:
../../gcc-3.4-20031015/gcc/ggc.h:225: warning: ANSI C forbids const or volatile functions
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
In file included from ../../gcc-3.4-20031015/gcc/system.h:475,
from ../../gcc-3.4-20031015/gcc/ggc-common.c:26:
../../gcc-3.4-20031015/gcc/../include/libiberty.h:86: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:168: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:178: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/../include/libiberty.h:203: warning: ANSI C forbids const or volatile functions
In file included from ../../gcc-3.4-20031015/gcc/ggc-common.c:29:
../../gcc-3.4-20031015/gcc/ggc.h:225: warning: ANSI C forbids const or volatile functions
In file included from ../../gcc-3.4-20031015/gcc/ggc-common.c:30:
../../gcc-3.4-20031015/gcc/toplev.h:32: warning: ANSI C forbids const or volatile functions
../../gcc-3.4-20031015/gcc/toplev.h:158: warning: ANSI C forbids const or volatile functions
../../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-lean] Error 2
### execution of /var/tmp/tmp.2.GQJKNJ failed, exit code 2
Failed: compiling g77-3.4-20031015 failed
--------------------------------------------------------------- Raymond Brock * Professor of Physics Department of Physics and Astronomy 3210 BPS Building Michigan State University * East Lansing, MI 48824 [EMAIL PROTECTED]
cell..............(517)927-5447 hep office........(517)353-1693/355-9200 #2120 open fax..........(517)355-6661 Fermilab office...(630)840-2286 CERN Office.......40 5-C31 * 76-71258
Home: http://www.pa.msu.edu/~brock/ ISP213H http://www.pa.msu.edu/courses/2003fall/ISP213H/ SLHC/VLHC http://conferences.fnal.gov/hadroncollider/
--------------------------------------------------------------------- A dream is just a dream. A goal is a dream with a plan and a deadline.
********************************************************************* Remigius K. Mommsen e-mail: [EMAIL PROTECTED] University of California, Irvine URL: http://cern.ch/mommsen c/o SLAC voice: ++1 (650) 926-3595 2575 Sand Hill Road #35 fax: ++1 (650) 926-3882 Menlo Park, CA 94025, US home: ++1 (650) 233-9041 *********************************************************************
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners