FW: gnupg1.0.7 - 'make' error
Sahar_Witt@capgroup.com
Sahar_Witt@capgroup.com
Wed May 8 23:18:02 2002
You'd have a better change compiling this successfully using gcc instead of
cc. I'd start with that, then work through code issues if any afterwards.
HKAN@calfed.com
Sent by: To: gnupg-users@gnupg.org
gnupg-users-admin cc: (bcc: Sahar Witt/AFS/CAPITAL)
@gnupg.org Subject: FW: gnupg1.0.7 - 'make' error
05/08/2002 01:24
PM
> Howdy, when tring to install your product gnupg1.0.7 on an AIX system
when
> running the 'make' command I got this error. Any suggestions?
>
>
>
> ael.Po' tmpdepfile='.deps/rijndael.TPo' depmode=aix /bin/sh
> ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include
> -I../intl -g -c `test -f rijndael.c || echo './'`rijndael.c
> source='elgamal.c' object='elgamal.o' libtool=no
> depfile='.deps/elgamal.Po' tmpdepfile='.deps/elgamal.TPo' depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f elgamal.c || echo './'
`elgamal.c
> source='rsa.c' object='rsa.o' libtool=no depfile='.deps/rsa.Po'
> tmpdepfile='.deps/rsa.TPo' depmode=aix /bin/sh ../scripts/depcomp cc
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test
> -f rsa.c || echo './'`rsa.c
> source='primegen.c' object='primegen.o' libtool=no
> depfile='.deps/primegen.Po' tmpdepfile='.deps/primegen.TPo' depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f primegen.c || echo
> './'`primegen.c
> source='random.c' object='random.o' libtool=no
> depfile='.deps/random.Po' tmpdepfile='.deps/random.TPo' depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f random.c || echo './'`random.c
> source='dsa.c' object='dsa.o' libtool=no depfile='.deps/dsa.Po'
> tmpdepfile='.deps/dsa.TPo' depmode=aix /bin/sh ../scripts/depcomp cc
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test
> -f dsa.c || echo './'`dsa.c
> source='g10c.c' object='g10c.o' libtool=no
> depfile='.deps/g10c.Po' tmpdepfile='.deps/g10c.TPo' depmode=aix /bin/sh
> ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include
> -I../intl -g -c `test -f g10c.c || echo './'`g10c.c
> source='smallprime.c' object='smallprime.o' libtool=no
> depfile='.deps/smallprime.Po' tmpdepfile='.deps/smallprime.TPo'
> depmode=aix /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I..
> -I.. -I../include -I../intl -g -c `test -f smallprime.c || echo
> './'`smallprime.c
> source='construct.c' object='construct.o' libtool=no
> depfile='.deps/construct.Po' tmpdepfile='.deps/construct.TPo'
depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f construct.c || echo
> './'`construct.c
> source='rndunix.c' object='rndunix.o' libtool=no
> depfile='.deps/rndunix.Po' tmpdepfile='.deps/rndunix.TPo' depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f rndunix.c || echo './'
`rndunix.c
> "rndunix.c", line 898.13: 1506-068 (W) Operation between types "void*"
and
> "int(*)(void)" is not allowed.
> source='sha1.c' object='sha1.o' libtool=no
> depfile='.deps/sha1.Po' tmpdepfile='.deps/sha1.TPo' depmode=aix /bin/sh
> ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include
> -I../intl -g -c `test -f sha1.c || echo './'`sha1.c
> "sha1.c", line 402.17: 1506-068 (W) Operation between types "void*" and
> "void(*)(void)" is not allowed.
> source='rmd160.c' object='rmd160.o' libtool=no
> depfile='.deps/rmd160.Po' tmpdepfile='.deps/rmd160.TPo' depmode=aix
> /bin/sh ../scripts/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
> -I../include -I../intl -g -c `test -f rmd160.c || echo './'`rmd160.c
> "rmd160.c", line 629.17: 1506-068 (W) Operation between types "void*" and
> "void(*)(void)" is not allowed.
> source='md5.c' object='md5.o' libtool=no depfile='.deps/md5.Po'
> tmpdepfile='.deps/md5.TPo' depmode=aix /bin/sh ../scripts/depcomp cc
> -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test
> -f md5.c || echo './'`md5.c
> "md5.c", line 402.42: 1506-068 (W) Operation between types "void*" and
> "void(*)(void)" is not allowed.
> rm -f libcipher.a
> ar cru libcipher.a cipher.o pubkey.o md.o dynload.o des.o
> twofish.o blowfish.o cast5.o rijndael.o elgamal.o rsa.o primegen.o
> random.o dsa.o g10c.o smallprime.o construct.o rndunix.o sha1.o rmd160.o
> md5.o
> ranlib libcipher.a
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl
-g
> -DIS_MODULE -o rndlinux ./rndlinux.c
> "./rndlinux.c", line 226.13: 1506-068 (W) Operation between types "void*"
> and "int(*)(void)" is not allowed.
> ld: 0711-317 ERROR: Undefined symbol: .main
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> make: 1254-004 The error code from the last command is 8.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
>
> Stop.
> fx21:/usr/local/gnupg/gnupg-1.0.7
> #
>
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users