I'll kick it back to the list, to get some more brainpower working on it. On Wed, 2003-01-22 at 11:49, A. Todd Jurhs wrote: > I guess the trick is in findingthe *.info files. > > Well apparently something is still awry as I get to the same point in > the compile process before she fails. I'll give you a little more of > the screen dump to see if it helps you. > > cc -c -DSkip_f2c_Undefs -O2 -fno-common dtime_.c > ld -r -o dtime_.xxx dtime_.o > mv dtime_.xxx dtime_.o > cc -c -DSkip_f2c_Undefs -O2 -fno-common etime_.c > ld -r -o etime_.xxx etime_.o > mv etime_.xxx etime_.o > ar r libf2c.a f77vers.o i77vers.o main.o s_rnge.o abort_.o exit_.o > getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o > cabs.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o uninit.o pow_ci.o > pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o c_abs.o > c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o > z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o > r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o > r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o > r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o > d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o > d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o > d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o > i_nint.o i_sign.o lbitbits.o lbitshft.o h_abs.o h_dim.o h_dnnt.o > h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o > hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o f77_aloc.o s_cat.o > s_cmp.o s_copy.o backspac.o close.o dfe.o dolio.o due.o endfile.o err.o > fmt.o fmtlib.o ftell_.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o > rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o > util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o dtime_.o etime_.o > ar: creating archive libf2c.a > ranlib libf2c.a > cc -O2 -fno-common -o xsum xsum.c > xsum.c:29: warning: could not use precompiled header > '/usr/include/unistd-gcc3.p', because: > xsum.c:29: warning: #ifdef '_POSIX_SOURCE' not defined when > precompiled, but now defined: > xsum.c:29: warning: at xsum.c:23 > ./xsum Notice README cds.c data.c defines.h defs.h equiv.c error.c > exec.c expr.c f2c.1 f2c.1t f2c.h format.c format.h formatdata.c > ftypes.h gram.c gram.dcl gram.exec gram.expr gram.head gram.io init.c > intr.c io.c iob.h lex.c machdefs.h main.c malloc.c mem.c memset.c > misc.c names.c names.h niceprintf.c niceprintf.h output.c output.h > p1defs.h p1output.c parse.h parse_args.c pccdefs.h pread.c proc.c put.c > putpcc.c sysdep.c sysdep.h tokens usignal.h vax.c version.c xsum.c > >xsum1.out > cmp xsum0.out xsum1.out && mv xsum1.out xsum.out > cc -c -O2 -fno-common main.c > cc -c -O2 -fno-common init.c > cc -c -O2 -fno-common gram.c > cc -c -O2 -fno-common lex.c > cc -c -O2 -fno-common proc.c > cc -c -O2 -fno-common equiv.c > cc -c -O2 -fno-common data.c > cc -c -O2 -fno-common format.c > cc -c -O2 -fno-common expr.c > cc -c -O2 -fno-common exec.c > cc -c -O2 -fno-common intr.c > cc -c -O2 -fno-common io.c > cc -c -O2 -fno-common misc.c > cc -c -O2 -fno-common error.c > cc -c -O2 -fno-common mem.c > cc -c -O2 -fno-common names.c > cc -c -O2 -fno-common output.c > cc -c -O2 -fno-common p1output.c > cc -c -O2 -fno-common pread.c > cc -c -O2 -fno-common put.c > cc -c -O2 -fno-common putpcc.c > cc -c -O2 -fno-common vax.c > cc -c -O2 -fno-common formatdata.c > cc -c -O2 -fno-common parse_args.c > cc -c -O2 -fno-common niceprintf.c > cc -c -O2 -fno-common cds.c > cc -c -O2 -fno-common sysdep.c > cc -c -O2 -fno-common version.c > cc -L/sw/lib main.o init.o gram.o lex.o proc.o equiv.o data.o format.o > expr.o exec.o intr.o io.o misc.o error.o mem.o names.o output.o > p1output.o pread.o put.o putpcc.o vax.o formatdata.o parse_args.o > niceprintf.o cds.o sysdep.o version.o -o f2c > ld: Undefined symbols: > ___ashldi3 > ___ashrdi3 > ___divdi3 > ___floatdidf > ___moddi3 > make: *** [f2c] Error 1 > ### execution of failed, exit code 2 > Failed: compiling f2c-20020123-4 failed > > > And again, I greatly appreciate your willingness to help. Perhaps > after we work through all this, I should write a "How-To" readme and > post it, so that others who follow can reference it. > > On Wednesday, January 22, 2003, at 10:28 AM, Alexander Hansen wrote: > > > /sw/fink/10.2/unstable/main/finkinfo/languages/system-fortran-7.0- > > 1.info > A. Todd Jurhs > [EMAIL PROTECTED] > (256)971-2968 work > > It is altogether uncertain, > but Heisenberg was probably here > (at least for a short period of time). > -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213
------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
