[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling problem for gsasl-0.2.28 on Solaris 10
From: |
Simon Josefsson |
Subject: |
Re: Compiling problem for gsasl-0.2.28 on Solaris 10 |
Date: |
Tue, 02 Sep 2008 17:29:48 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) |
"Sherman Yu" <address@hidden> writes:
> Dear Sir,
>
>
>
> When I tried to compile gsasl-0.2.28 (for installing jabber2) with gcc
> on Solaris 10, I got following error. Could you tell me what is wrong?
Hi! I can't tell from this log what the error is. Can you try to use
GNU make instead? It can be installed as 'gmake' on your platform,
otherwise you'll have to download it from
<http://www.gnu.org/software/make/>. Otherwise, please quote complete
output from 'make', maybe that contains more information.
Thanks,
/Simon
> ......
>
> 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 /tmp/gsasl-0.2.6/lib
>
> *** Error code 1
>
> make: Fatal error: Command failed for target `all'
>
> Current working directory /tmp/gsasl-0.2.6/lib
>
> *** 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='po gl lib src
> examples tests doc'; 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 /tmp/gsasl-0.2.6
>
> *** Error code 1
>
> make: Fatal error: Command failed for target `all'
>
>
>
>
>
>
>
> _______________________________________________
> Help-gsasl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsasl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Compiling problem for gsasl-0.2.28 on Solaris 10,
Simon Josefsson <=