Mailing List Archive

How to make gnupg-1.0.1 on Unixware 7.0.1 ?
Hello

Does anybody know how to make a working installation from
gnupg-1.0.1 source on ( SCO ) Unixware 7.0.1 ?

I allways get these error messages when making:

# make
UX:make: WARNING: No suffix list.
make all-recursive
UX:make: WARNING: No suffix list.
Making all in intl
Making all in zlib
Making all in util
Making all in mpi
UX:make: ERROR: don't know how to make mpih-mul1.o (bu42).
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.


--------------------------------------------
- Ralf -
Re: How to make gnupg-1.0.1 on Unixware 7.0.1 ? [ In reply to ]
> Does anybody know how to make a working installation from
> gnupg-1.0.1 source on ( SCO ) Unixware 7.0.1 ?
>
> I allways get these error messages when making:
>
> # make
> UX:make: WARNING: No suffix list.
> make all-recursive
> UX:make: WARNING: No suffix list.
> Making all in intl
> Making all in zlib
> Making all in util
> Making all in mpi
> UX:make: ERROR: don't know how to make mpih-mul1.o (bu42).
> *** Error code 1 (bu21)
> UX:make: ERROR: fatal error.
> *** Error code 1 (bu21)
> UX:make: ERROR: fatal error.

Check whether there's a port of GNU make for your platform
and try it.
Re: How to make gnupg-1.0.1 on Unixware 7.0.1 ? [ In reply to ]
On Tue, 18 Apr 2000, Strandell, Ralf wrote:

> Making all in mpi
> UX:make: ERROR: don't know how to make mpih-mul1.o (bu42).

Use GNU make

--
Werner Koch OpenPGP key 621CC013
OpenIT GmbH tel +49 211 239577-0
Birkenstr. 12 email wk@openit.de
D-40233 Duesseldorf http://www.openit.de
RE: How to make gnupg-1.0.1 on Unixware 7.0.1 ? [ In reply to ]
>From: Werner Koch [mailto:wk@gnupg.org]
>Subject: Re: How to make gnupg-1.0.1 on Unixware 7.0.1 ?

>> Making all in mpi
>> UX:make: ERROR: don't know how to make mpih-mul1.o (bu42).

>Use GNU make

I installed gnu make 3.76.1 and now it complains:

gcc -c -o mpih-mul1.o mpih-mul1.S
UX:as: ERROR: /usr/tmp/ccUz1adp.s:111:syntax error at (
UX:as: ERROR: /usr/tmp/ccUz1adp.s:115:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:116:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:117:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:118:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:120:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:120:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:121:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:121:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:122:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:122:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:123:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:123:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:125:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:125:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:125:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:126:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:126:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:126:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:127:invalid register token
UX:as: ERROR: /usr/tmp/ccUz1adp.s:128:invalid register token
...too many errors
make[2]: *** [mpih-mul1.o] Error 1
make[2]: Leaving directory `/home/transadm/apps/gpg/gnupg-1.0.1/mpi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/transadm/apps/gpg/gnupg-1.0.1'
make: *** [all-recursive-am] Error 2

Any clue?

( There is also a make 3.78.1 package available for
uw
but it does not work. )