- 论坛徽章:
- 0
|
按照mishuang的方法做,在make出错了。能否帮忙看看?
我装了gcc-3.4.6-sol10-x86-local ,libiconv-1.11-sol10-x86-local
然后下了pidgin-2.2.2.tar。
configure过去了。
在make的时候报错:
# make
/usr/ccs/bin/make all-recursive
Making all in libpurple
/usr/ccs/bin/make all-recursive
Making all in gconf
Making all in plugins
Making all in ssl
/bin/bash ../../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -DDATADIR=\"/opt/csw/share\" -DLIBDIR=\"/opt/csw/lib/libpurple\" -I../../../libpurple -I../../../libpurple -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -mt -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -g -O2 -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c -o ssl.lo ssl.c
cc1: error: invalid option `t'
*** Error code 1
make: Fatal error: Command failed for target `ssl.lo'
Current working directory /Documents/pidgin-2.2.2/libpurple/plugins/ssl
*** 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=' ssl '; 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 && /usr/ccs/bin/make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
/usr/ccs/bin/make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Documents/pidgin-2.2.2/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 && /usr/ccs/bin/make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
/usr/ccs/bin/make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Documents/pidgin-2.2.2/libpurple
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /Documents/pidgin-2.2.2/libpurple
*** 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='libpurple doc pidgin m4macros po share'; 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 && /usr/ccs/bin/make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
/usr/ccs/bin/make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Documents/pidgin-2.2.2
*** Error code 1
make: Fatal error: Command failed for target `all' |
|