I was about to report that 3.20.12 hangs the compiler in Fedora 13, but then it finally finished the apparent hang and went on. So I can report that it seems to take terribly long to compile confdialog. Maybe this is normal? Here is what is going on during the long wait. I'm not sure if this will make it through email, as there are some very long lines.
10120 pts/2 S+ 0:00 make 10121 pts/2 S+ 0:00 /bin/sh -c failcom='exit 1'; \?for f in x $MAKEFLAGS; do \? case $f in \? *=* | --[!k]*);; \? *k*) failcom='fail=yes';; \? esac; \?done; \?dot_seen=no; \?target=`echo all-recursive | sed s/-recursive//`; \?list='po doc src'; for subdir in $list; do \? echo "Making $target in $subdir"; \? if test "$subdir" = "."; then \? dot_seen=yes; \? local_target="$target-am"; \? else \? local_target="$target"; \? fi; \? (cd $subdir && make $local_target) \? || eval $failcom; \?done; \?if test "$dot_seen" = "no"; then \? make "$target-am" || exit 1; \?fi; test -z "$fail" 10130 pts/2 S+ 0:00 /bin/sh -c failcom='exit 1'; \?for f in x $MAKEFLAGS; do \? case $f in \? *=* | --[!k]*);; \? *k*) failcom='fail=yes';; \? esac; \?done; \?dot_seen=no; \?target=`echo all-recursive | sed s/-recursive//`; \?list='po doc src'; for subdir in $list; do \? echo "Making $target in $subdir"; \? if test "$subdir" = "."; then \? dot_seen=yes; \? local_target="$target-am"; \? else \? local_target="$target"; \? fi; \? (cd $subdir && make $local_target) \? || eval $failcom; \?done; \?if test "$dot_seen" = "no"; then \? make "$target-am" || exit 1; \?fi; test -z "$fail" 10131 pts/2 S+ 0:00 make all 10132 pts/2 S+ 0:00 make all-am 10205 pts/2 S+ 0:00 g++ -DHAVE_CONFIG_H -I. -DBUILD_FLDIGI -DLOCALEDIR="/usr/local/share/locale" -I. -I./include -I./irrxml -I./fileselector -pthread -I/usr/include/freetype2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -D_REENTRANT -I/usr/include/libpng12 -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -DNDEBUG -g -O2 -MT fldigi-confdialog.o -MD -MP -MF .deps/fldigi-confdialog.Tpo -c -o fldigi-confdialog.o dialogs/confdialog.cxx 10209 pts/2 S+ 0:00 /usr/bin/g++ -DHAVE_CONFIG_H -I. -DBUILD_FLDIGI -DLOCALEDIR="/usr/local/share/locale" -I. -I./include -I./irrxml -I./fileselector -pthread -I/usr/include/freetype2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -D_REENTRANT -I/usr/include/libpng12 -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -DNDEBUG -g -O2 -MT fldigi-confdialog.o -MD -MP -MF .deps/fldigi-confdialog.Tpo -c -o /home/haynes/.ccache/tmp.hash.Frances.10205.o /home/haynes/.ccache/confdialog.tmp.Frances.10205.ii 10210 pts/2 R+ 3:35 /usr/libexec/gcc/i686-redhat-linux/4.4.4/cc1plus -fpreprocessed /home/haynes/.ccache/confdialog.tmp.Frances.10205.ii -quiet -dumpbase confdialog.tmp.Frances.10205.ii -mtune=generic -march=i686 -auxbase-strip /home/haynes/.ccache/tmp.hash.Frances.10205.o -g -O2 -O2 -Wall -fexceptions -ffast-math -finline-functions -o - 10211 pts/2 S+ 0:00 as -Qy -o /home/haynes/.ccache/tmp.hash.Frances.10205.o - 10214 pts/3 Ss 0:00 -csh _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
