Hi
All
I am new to unix enviroment.I am now working with crypto42 when i am trying to build it on solaris 9 using make utility. When i give the command "make" at shell it is compiling the files with the option
g++ -g -pipe -c .
When trying to compile integer.cpp it is raising an error
integer.cpp
integer.cpp: In method `CryptoPP::Integer::Integer(long int)':
integer.cpp:1481: warning: right shift count >= width of type
integer.cpp: In method `bool
integer.cpp:1481: warning: right shift count >= width of type
integer.cpp: In method `bool
CryptoPP::Integer::IsConvertableToLong() const':
integer.cpp:1490: warning: left shift count >= width of type
integer.cpp: In method `long int
integer.cpp:1490: warning: left shift count >= width of type
integer.cpp: In method `long int
CryptoPP::Integer::ConvertToLong() const':
integer.cpp:1501: warning: left shift count >= width of type
integer.cpp:1501: warning: left shift count >= width of type
finally it is giving an error message
ar -cr libcryptopp.a
3way.o adler32.o algebra.o arc4.o asn.o base64.o bfinit.o ld.o blumshub.o cast.o casts.o cbc.o channels.o crc.o cryptlib.o default.o des.o o diamond.o diamondt.o dsa.o ec2n.o eccrypto.o ecp.o elgamal.o eprecomp.o files.o gf2_32.o gf2n.o gost.o gzip.o haval.o hex.o hrtimer.o ida.o idea.o integer.o irs.o marss.o md2.o md4.o md5.o md5mac.o misc.o modes.o modexppc.o mqueue.o mqv.o k.o nr.o oaep.o osrng.o panama.o pch.o pkcspad.o polynomi.o pubkey.o queue.o rab 2.o rc5.o rc6.o rdtables.o rijndael.o ripemd.o rng.o rsa.o rw.o safer.o sapphire.o serpent.o sha.o shark.o sharkbox.o skipjack.o socketft.o square.o squaretb.oiger.o tigertab.o twofish.o wake.o winpipes.o xtr.o xtrcrypt.o zdeflate.o zinflamake:
*** [libcryptopp.a] Bus Error (core dumped)
Can any one help me to resolve it.
Thanks in advance
Regards
Kabheer
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
