Before I realized this, I did a successful fink selfupdate-cvs which installed several updates. These were added to tree between July 28 and September 11 when I did not have internet access. I also did a partial fink update-all which updated bash-completion, calcoo, compress-zlib-pm, dbi-pm, digest-md5-pm, file, file-temp-pm560, filter-util-pm. My update failed when trying to compile findutils. Here is the code at the end:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/sw/share/locale\" -I/sw/include -g -O2 -c `test -f 'version.c' || echo './'`version.c
gcc -g -O2 -L/sw/lib -o find find.o fstype.o parser.o pred.o tree.o util.o version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a -lintl
ld: warning multiple definitions of symbol _regcomp
../gnulib/lib/libgnulib.a(regex.o) definition of _regcomp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(regcomp.So) definition of _regcomp
ld: warning multiple definitions of symbol _regexec
../gnulib/lib/libgnulib.a(regex.o) definition of _regexec in section (__TEXT,__text)
/usr/lib/libSystem.dylib(regexec.So) definition of _regexec
ld: warning multiple definitions of symbol _regfree
../gnulib/lib/libgnulib.a(regex.o) definition of _regfree in section (__TEXT,__text)
/usr/lib/libSystem.dylib(regfree.So) definition of _regfree
ld: Undefined symbols:
_fstype_to_string
make[3]: *** [find] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of failed, exit code 2
Failed: compiling findutils-4.1.20-1 failed
When I got this result, I suspected that maybe I had gcc 3.3, so I checked:
[Gary-K-Olsons-Computer:~]:-bash:503$: 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 1435)
Does the failed update of findutil seem to indicate that gcc 3.3 could be the problem?
So, what are my options? I don't have gcc 3.1 on my machine now although I could reinstall the July, 2002 Developer's CD and get it back. This presents a dilemma, because I want the java 1.4.1 tools. Should I try to reinstall my fink installation using gcc 3.1 or 3.3? Please Help!! Thank you.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
