|
From: Dan E. <da...@mk...> - 2001-03-08 22:05:40
|
make install gives me:
/bin/sh ./mkinstalldirs /opt/public/share/fvwm/2.3.30/fvwm
for dir in themes images sounds; do \
chmod -R o-w,go+rX $dir 2>/dev/null; \
rm -rf "/opt/public/share/fvwm/2.3.30/fvwm/$dir"; \
(if test -f $dir.tar.gz; then gzip -dc $dir.tar.gz; else \
tar cpf - $dir; fi) | (cd "/opt/public/share/fvwm/2.3.30/fvwm" && tar xfBp -); \
find "/opt/public/share/fvwm/2.3.30/fvwm/$dir" -name CVS -exec rm -r {} \; 2>/dev/null ; \
done
*** Error code 1
make: Fatal error: Command failed for target `install-data-local'
Current working directory /u/tools/dane/fvwm/fvwm-themes-0.4.1
*** Error code 1
make: Fatal error: Command failed for target `install-am'
Current working directory /u/tools/dane/fvwm/fvwm-themes-0.4.1
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
This is Solaris 8 with Suns make. Gnumake works fine.
--
Dan Espen
444 Hoes Lane Room RRC 1C-214 E-mail: da...@mk...
Piscataway, NJ 08854 Phone: (732) 699-5570
|