Mailing List Archive

Solaris 10 64-bit Compile Problem
We're upgrading one of our boxes to 64-bit Solaris 10. I got
lib-gpgerror-1.0 to compile and install fine with:

./configure CC=gcc CFLAGS=-m64 --prefix=/export/home/ldap/usr/local
--with-gnu-ld

When I try to compile libgcrypt-1.2.1 I get:
.
.

/bin/bash ../libtool --mode=compile gcc -m64 -c -o mpih-add1.lo `test
-f 'mpih-add1.S' || echo './'`mpih-add1.S
gcc -m64 -c mpih-add1.S -fPIC -DPIC -o .libs/mpih-add1.o

/usr/ccs/bin/as: "/var/tmp//ccwv441k.s", line 30: error: detect global
register use not covered .register pseudo-op

This error repeats a nummber of times.

I narrowed it down to the compile of ./mpi/mpih-add1.S. Has anyone run
into this?


Thanks - Tod

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
Re: Solaris 10 64-bit Compile Problem [ In reply to ]
BTW: I'm using gcc version 3.3.2, GNU assembler version 2.15
(sparc-sun-solaris2.10) using BFD version 2.15, GNU ld version 2.15
Supported emulations: elf32_sparc elf64_sparc

all from Solaris 10 install.


Tod Thomas wrote:
> We're upgrading one of our boxes to 64-bit Solaris 10. I got
> lib-gpgerror-1.0 to compile and install fine with:
>
> ./configure CC=gcc CFLAGS=-m64 --prefix=/export/home/ldap/usr/local
> --with-gnu-ld
>
> When I try to compile libgcrypt-1.2.1 I get:
> .
> .
>
> /bin/bash ../libtool --mode=compile gcc -m64 -c -o mpih-add1.lo `test
> -f 'mpih-add1.S' || echo './'`mpih-add1.S
> gcc -m64 -c mpih-add1.S -fPIC -DPIC -o .libs/mpih-add1.o
>
> /usr/ccs/bin/as: "/var/tmp//ccwv441k.s", line 30: error: detect global
> register use not covered .register pseudo-op
>
> This error repeats a nummber of times.
>
> I narrowed it down to the compile of ./mpi/mpih-add1.S. Has anyone run
> into this?
>
>
> Thanks - Tod

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel