[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PPC waste compilation



Has anyone tried building the encrypten waste p2p
network software for the PPC platform?  I've got
some strange compilation errors that I can neither
make heads or tails of.  There related to rsaref2
which I have compiled successful.  The mixmaster
binaries are built around this same lib and it
compiles fine.  If any one hase any advice, I would
greatly appreciate it.

Here's the error messages:

rsa/nn.o: In function `NN_Mult':
rsa/nn.o(.text+0x3ac): undefined reference to
`R_memset'
rsa/nn.o(.text+0x3ac): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_Div':
rsa/nn.o(.text+0x5c0): undefined reference to
`NN_DigitDiv'
rsa/nn.o(.text+0x5c0): relocation truncated to fit:
R_PPC_REL24 NN_DigitDiv
rsa/nn.o(.text+0x69c): undefined reference to
`R_memset'
rsa/nn.o(.text+0x69c): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0x6ac): undefined reference to
`R_memset'
rsa/nn.o(.text+0x6ac): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_Mod':
rsa/nn.o(.text+0x73c): undefined reference to
`R_memset'
rsa/nn.o(.text+0x73c): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_ModMult':
rsa/nn.o(.text+0x7ac): undefined reference to
`R_memset'
rsa/nn.o(.text+0x7ac): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_ModExp':
rsa/nn.o(.text+0x96c): undefined reference to
`R_memset'
rsa/nn.o(.text+0x96c): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0x97c): more undefined references to
`R_memset' follow
rsa/nn.o: In function `NN_ModExp':
rsa/nn.o(.text+0x97c): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_ModInv':
rsa/nn.o(.text+0xb40): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xb50): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xb60): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xb70): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xb80): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xb90): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xba0): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xbb0): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_Gcd':
rsa/nn.o(.text+0xcac): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xcbc): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o(.text+0xccc): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/nn.o: In function `NN_AddDigitMult':
rsa/nn.o(.text+0xe78): undefined reference to
`NN_DigitMult'
rsa/nn.o(.text+0xe78): relocation truncated to fit:
R_PPC_REL24 NN_DigitMult
rsa/nn.o: In function `NN_SubDigitMult':
rsa/nn.o(.text+0xf7c): undefined reference to
`NN_DigitMult'
rsa/nn.o(.text+0xf7c): relocation truncated to fit:
R_PPC_REL24 NN_DigitMult
rsa/prime.o: In function `SmallFactor':
rsa/prime.o(.text+0x34c): undefined reference to
`R_memset'
rsa/prime.o(.text+0x34c): relocation truncated to
fit: R_PPC_REL24 R_memset
rsa/prime.o: In function `FermatTest':
rsa/prime.o(.text+0x404): undefined reference to
`R_memset'
rsa/prime.o(.text+0x404): relocation truncated to
fit: R_PPC_REL24 R_memset
rsa/r_random.o: In function `R_RandomInit':
rsa/r_random.o(.text+0x30): undefined reference to
`R_memset'
rsa/r_random.o(.text+0x30): relocation truncated to
fit: R_PPC_REL24 R_memset
rsa/r_random.o: In function `R_RandomUpdate':
rsa/r_random.o(.text+0x104): undefined reference to
`R_memset'
rsa/r_random.o(.text+0x104): relocation truncated to
fit: R_PPC_REL24 R_memset
rsa/r_random.o: In function `R_GenerateBytes':
rsa/r_random.o(.text+0x198): undefined reference to
`R_memcpy'
rsa/r_random.o(.text+0x198): relocation truncated to
fit: R_PPC_REL24 R_memcpy
rsa/r_random.o(.text+0x22c): undefined reference to
`R_memcpy'
rsa/r_random.o(.text+0x22c): relocation truncated to
fit: R_PPC_REL24 R_memcpy
rsa/r_random.o: In function `R_RandomFinal':
rsa/r_random.o(.text+0x274): undefined reference to
`R_memset'
rsa/r_random.o(.text+0x274): relocation truncated to
fit: R_PPC_REL24 R_memset
rsa/rsa.o: In function `RSAPublicEncrypt':
rsa/rsa.o(.text+0xe8): undefined reference to
`R_memcpy'
rsa/rsa.o(.text+0xe8): relocation truncated to fit:
R_PPC_REL24 R_memcpy
rsa/rsa.o(.text+0x118): undefined reference to
`R_memset'
rsa/rsa.o(.text+0x118): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/rsa.o: In function `RSAPublicDecrypt':
rsa/rsa.o(.text+0x240): undefined reference to
`R_memcpy'
rsa/rsa.o(.text+0x240): relocation truncated to fit:
R_PPC_REL24 R_memcpy
rsa/rsa.o(.text+0x250): undefined reference to
`R_memset'
rsa/rsa.o(.text+0x250): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/rsa.o: In function `RSAPrivateEncrypt':
rsa/rsa.o(.text+0x328): undefined reference to
`R_memcpy'
rsa/rsa.o(.text+0x328): relocation truncated to fit:
R_PPC_REL24 R_memcpy
rsa/rsa.o(.text+0x354): undefined reference to
`R_memset'
rsa/rsa.o(.text+0x354): relocation truncated to fit:
R_PPC_REL24 R_memset
rsa/rsa.o: In function `RSAPrivateDecrypt':
rsa/rsa.o(.text+0x460): undefined reference to
`R_memcpy'



-- 
wcrowshaw



Reply to: