i m trying to install pidgin on my solaris 10 but am getting the following
error while using the make command .
make: Fatal error: Command failed for target `all-recursive'
Current working directory /opt/csw/pidgin-2.2.1/libpurple/plugins
*** Error code 1
The following command caused the error:
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='gconf plugins protocols tests . example'; 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"
make: Fatal error: Command failed for target `all-recursive'
for that matter everything i try to compile i get the same error..
any ideas why is this so..i found many people having the same problem but didnt
get a solution though.
any help would be appreciated...
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]