Installing Pidgin on Solaris 10
Robert D. Hawkins
rhawkins at utampa.net
Tue Nov 20 10:01:10 EST 2007
Hi,
I am trying to compile Pidgin on a Sun Ultra 10 running Solaris 10 and the
Gnome Desktop environment. I downloaded and extracted the files to:
/Downloads/Pidgin A subdirectory: pidgin-2.2.2 was created in which all the
source files were placed. I successfully ran configure and had to switch to
csh to run the "make" do to PATH considerations. When I run "make", it
chugs along until it I get the following error output (Sorry for the
length):
make all-recursive
Making all in libpurple
make all-recursive
Making all in gconf
Making all in plugins
Making all in ssl
source='ssl.c' object='ssl.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
/bin/bash ../../../libtool --silent --tag=CC --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../../.. -DDATADIR=\"/usr/local/share\"
-DLIBDIR=\"/usr/local/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 -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
/Downloads/Pidgin/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 && 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' Current working
directory /Downloads/Pidgin/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 && 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' Current working
directory /Downloads/Pidgin/pidgin-2.2.2/libpurple
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /Downloads/Pidgin/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 && 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' Current working
directory /Downloads/Pidgin/pidgin-2.2.2
*** Error code 1
make: Fatal error: Command failed for target `all'
I know it is choking on the "t" option but I cannot find where in the
Makefile it is actually trying to run that particular command. I know there
is something simple I am missing here but I cannot see it. Oh, by the way,
I am using the gcc compiler.
Rob
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.31/1128 - Release Date: 11/13/2007
11:09 AM
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.31/1128 - Release Date: 11/13/2007
11:09 AM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/support/attachments/20071120/6e5e599a/attachment.html>
More information about the Support
mailing list