Title: Make install errors - Solaris 10

Hey everyone,

I'm having some issues trying to run make install for Eterm 0.9.3 on solaris 10 (sparc 64). I have been able to compile ok after correcting some libast library locations. I'm getting the following errors when running make install. I can get eterm running, but I am unable to get any of the backgrounds loaded and I think it may be due to the following. I may be able to "fix" some of it manually, but I rather try to get make install to run completely. Any comments/suggestions are very appreciated. Thanks!

Installing pixmaps in tile
*** Error code 1
The following command caused the error:
(for j in tile scale ; do echo "Installing pixmaps in $j" ; \
  /bin/sh ../mkinstalldirs /usr/local/share/Eterm/pix/$j ; (cd ./$j ; \
  for i in `ls -1 | grep -v CVS | grep -v \.cvsignore` ; do \
    echo .././install-sh -c -m 644 $i /usr/local/share/Eterm/pix/$j/ ; \
    .././install-sh -c -m 644 $i /usr/local/share/Eterm/pix/$j/ ; \
  done) ; \
done)
make: Fatal error: Command failed for target `install-data-hook'
Current working directory /usr/local/eterm/Eterm-0.9.3/bg
*** Error code 1
make: Fatal error: Command failed for target `install-data-am'
Current working directory /usr/local/eterm/Eterm-0.9.3/bg
*** Error code 1
The following command caused the error:
make  install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory /usr/local/eterm/Eterm-0.9.3/bg
*** Error code 1
The following command caused the error:
set fnord ; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='src themes utils doc bg pix'; 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) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `install-recursive'





A. J.

Reply via email to