Folks

I can't get g77 to compile. I eventually gave up with my old distribution and started over. I've replaced the BSD.sdk and still the installation can't find c++filt, although I can with locate. Any suggestions? some info below

Don

[Kettlebridge:~] donpaul% fink --version
Package manager version: 0.23.10
Distribution version: 0.8.0.rsync

[Kettlebridge:~] donpaul% sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.1
BuildVersion:   8B15


cp libgcc_s*.dylib stage1
cp: libgcc_s*.dylib: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
cp libunwind.a libunwind*.dylib stage1
cp: libunwind*.dylib: No such file or directory
cp: libunwind.a: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
for f in .. ; do if [ x${f} != x.. ]; then \
  cp stage1/${f} . ; \
else true; \
fi; done
mv -f f/*.o f/fini f/stamp-str f/str-*.h f/str-*.j g77spec.o stage1/f
mv: rename f/*.o to stage1/f/*.o: No such file or directory
mv: rename f/fini to stage1/f/fini: No such file or directory
mv: rename f/stamp-str to stage1/f/stamp-str: No such file or directory
mv: rename f/str-*.h to stage1/f/str-*.h: No such file or directory
mv: rename f/str-*.j to stage1/f/str-*.j: No such file or directory
mv: rename g77spec.o to stage1/f/g77spec.o: No such file or directory
make[2]: [f77.stage1] Error 1 (ignored)
for dir in . f ; \
do \
  rm -f $dir/*.{gcda,gcno} ; \
done
echo timestamp > stage1_copy
echo stage2_build > stage_last
make CC=" stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin8.1.0/ bin/" CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/sw/powerpc-apple- darwin8.1.0/bin/" \
         STAGE_PREFIX=stage1/ \
ADAFLAGS="" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$ (GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long -Wold- style-definition " libdir=/sw/lib LANGUAGES="c gcov gcov-dump f77" MAKEINFO="makeinfo --split-size=5000000" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" \
         CFLAGS="-g -O2 -fprofile-generate"
stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin8.1.0/bin/ -c -g - O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold- style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/ include -I. -I. -I../../gcc-3.4.3/gcc -I../../gcc-3.4.3/gcc/. - I../../gcc-3.4.3/gcc/../include ../../gcc-3.4.3/gcc/genmodes.c -o genmodes.o stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin8.1.0/bin/ -c -g - O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold- style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. - I../../gcc-3.4.3/gcc -I../../gcc-3.4.3/gcc/. -I../../gcc-3.4.3/ gcc/../include -I/sw/include ../../gcc-3.4.3/gcc/errors.c -o errors.o stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin8.1.0/bin/ -g -O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold- style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \
genmodes.o errors.o ../libiberty/libiberty.a
xgcc: installation problem, cannot exec `c++filt': No such file or directory
make[2]: *** [genmodes] Error 1
make[1]: *** [stageprofile_build] Error 2
make: *** [profiledbootstrap] Error 2
### execution of /var/tmp/tmp.2.MnT0zw failed, exit code 2
Failed: compiling g77-3.4.3-2 failed

[Kettlebridge:~] donpaul% locate c++filt
/Applications/Adium.app/Contents/Resources/c++filt
/usr/bin/c++filt
/usr/bin/c++filt2
/usr/bin/c++filt3
/usr/share/man/man1/c++filt.1
[Kettlebridge:~] donpaul%




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to