Hi there,

Below is the output which i got from the configure scripts and is from my 
gmp-2.0.2-ssh-2/config.log. 
I'm compiling ssh on a Mac ppc with RedHat 5.0 and shadow from the stock
installation. The default ssh*.rpms which come with the installation doesn't
work with shadow. Is there any problem from these logs ?
What should i do to get my sshd working with shadow ?
Thanks.

>This file contains any messages produced by compilers while
>running configure, to aid debugging if configure makes a mistake.
>
>configure:555: checking for a BSD compatible install
>configure:608: checking whether build environment is sane
>configure:665: checking whether make sets ${MAKE}
>configure:711: checking for working aclocal
>configure:724: checking for working autoconf
>configure:737: checking for working automake
>configure:750: checking for working autoheader
>configure:763: checking for working makeinfo
>configure:784: checking host system type
>configure:805: checking cached information
>configure:824: checking for gcc
>configure:901: checking whether the C compiler (gcc -D_GNU_SOURCE -g -O2 )
works
>configure:915: gcc -o conftest -D_GNU_SOURCE -g -O2   conftest.c  1>&5
>configure:935: checking whether the C compiler (gcc -D_GNU_SOURCE -g -O2 )
is a cross-compiler
>configure:940: checking whether we are using GNU C
>configure:964: checking whether gcc accepts -g
>configure:992: checking for working const
>configure:1067: checking for inline
>configure:1107: checking how to run the C preprocessor
>configure:1168: checking for ANSI C header files
>configure:1272: checking whether ln -s works
>configure:1295: checking for ranlib
>configure:1322: checking whether make sets ${MAKE}
>configure:1359: checking for a BSD compatible install
>configure:1411: checking for random
>configure:1485: checking size of int
>configure:1526: checking for working alloca.h
>configure:1538: gcc -o conftest -D_GNU_SOURCE -g -O2   conftest.c  1>&5
>configure:1559: checking for alloca
>configure:1587: gcc -o conftest -D_GNU_SOURCE -g -O2   conftest.c  1>&5
>configure:2014: checking for nm
>configure:2049: checking whether underscore gets prepended in C function
names
>Underscores are not prepended in function names.
>configure:2089: checking asm code
>asm_files:  .././mpn/powerpc32/add_n.s .././mpn/powerpc32/addmul_1.s
.././mpn/powerpc32/lshift.s .././mpn/powerpc32/mul_1.s
.././mpn/powerpc32/rshift.s .././mpn/powerpc32/sub_n.s
.././mpn/powerpc32/submul_1.s
>asm_links:  add_n.s addmul_1.s lshift.s mul_1.s rshift.s sub_n.s submul_1.s
>asm_objs:  add_n.o addmul_1.o lshift.o mul_1.o rshift.o sub_n.o submul_1.o
>syntax_alternatives:  default
>testing syntax default
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   add_n.s
>add_n.s: Assembler messages:
>add_n.s:29: Error: Unknown pseudo-op:  `.toc'
>add_n.s:32: Error: Unknown pseudo-op:  `.csect'
>add_n.s:36: Error: Unknown pseudo-op:  `.csect'
>add_n.s:38: Error: Rest of line ignored. First ignored character is `['.
>add_n.s:39: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   addmul_1.s
>addmul_1.s: Assembler messages:
>addmul_1.s:36: Error: Unknown pseudo-op:  `.toc'

>addmul_1.s:37: Error: Unknown pseudo-op:  `.csect'
>addmul_1.s:41: Error: Unknown pseudo-op:  `.csect'
>addmul_1.s:43: Error: Rest of line ignored. First ignored character is `['.
>addmul_1.s:44: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   lshift.s
>lshift.s: Assembler messages:
>lshift.s:29: Error: Unknown pseudo-op:  `.toc'
>lshift.s:30: Error: Unknown pseudo-op:  `.csect'
>lshift.s:34: Error: Unknown pseudo-op:  `.csect'
>lshift.s:36: Error: Rest of line ignored. First ignored character is `['.
>lshift.s:37: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   mul_1.s
>mul_1.s: Assembler messages:
>mul_1.s:36: Error: Unknown pseudo-op:  `.toc'
>mul_1.s:37: Error: Unknown pseudo-op:  `.csect'
>mul_1.s:41: Error: Unknown pseudo-op:  `.csect'
>mul_1.s:43: Error: Rest of line ignored. First ignored character is `['.
>mul_1.s:44: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   rshift.s
>rshift.s: Assembler messages:
>rshift.s:29: Error: Unknown pseudo-op:  `.toc'
>rshift.s:30: Error: Unknown pseudo-op:  `.csect'
>rshift.s:34: Error: Unknown pseudo-op:  `.csect'
>rshift.s:36: Error: Rest of line ignored. First ignored character is `['.
>rshift.s:37: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   sub_n.s
>sub_n.s: Assembler messages:
>sub_n.s:30: Error: Unknown pseudo-op:  `.toc'
>sub_n.s:33: Error: Unknown pseudo-op:  `.csect'
>sub_n.s:37: Error: Unknown pseudo-op:  `.csect'
>sub_n.s:39: Error: Rest of line ignored. First ignored character is `['.
>sub_n.s:40: Error: Unknown pseudo-op:  `.csect'
>gcc -c -I.././mpn -I. -I.. -D_GNU_SOURCE -g -O2   submul_1.s
>submul_1.s: Assembler messages:
>submul_1.s:36: Error: Unknown pseudo-op:  `.toc'
>submul_1.s:37: Error: Unknown pseudo-op:  `.csect'
>submul_1.s:41: Error: Unknown pseudo-op:  `.csect'
>submul_1.s:43: Error: Rest of line ignored. First ignored character is `['.
>submul_1.s:44: Error: Unknown pseudo-op:  `.csect'
>Asm fails to compile; chose no asm.
>gcc -v
>Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/specs
>gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>gcc -V
>gcc: argument to `-V' is missing
>configure:2243: checking asm links
>configure:2253: checking asm sources
>configure:2263: checking asm objects
>configure:2273: checking asm syntax
>configure:2282: checking asm syntax header
>configure:2292: checking for gmp-mparam.h
>configure:2316: checking other objs
>configure:2344: checking other sources
>configure:2354: checking other links
>configure:2376: checking links to mpz sources in mpbsd
> 
"Help~! Help~! The Sky is Falling~!~!" ... Duh ... As if i bother ... Zzz ...
Kekeke ... Dedicated to those whom send chain-mails ;)

Sixx 
Systems Engineer (Virtual Server Admin)
Swiftech Automation Pte. Ltd.
50 Kallang Avenue #09-01, Noel Corporate Building
Singapore 339505
Tel. 2744722 - Fax. 2744966




http://www.swiftech.net.sg
--------------------------------------------------------------------------
Swiftech Internet, the Value Added Service Provider with a personal touch.
--------------------------------------------------------------------------

Reply via email to