Hi,
I have managed to compile the Crypto++ 5.5.2 source code on Solaris 10 SPARC
using Sun Studio and run the validation test successfully. However, when I
tried to compile my test program as an executable program, it fails with the
following link errors.
dmake -m serial -f "/test/GNUMake"
g++ -g -I/cryptopp552 -o GNU-sparc-Solaris/testCryptopp552.out
GNU-sparc-Solaris/testCryptopp552.o /cryptopp552/libm.a
/cryptopp552/libcryptopp.a -static
ld: fatal: library -lm: not found
ld: fatal: library -lc: not found
ld: fatal: library -lc: not found
ld: fatal: File processing errors. No output written to
GNU-sparc-Solaris/testCryptopp552.out
collect2: ld returned 1 exit status
*** Error code 1
dmake: Fatal error: Command failed for target
'GNU-sparc-Solaris/testCryptopp552.out'
Build Failed
Total time: 1 second
Is there any thing I need to take note of when generating the make file using
Sun Studio 11?
Regards
Hui Ming
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---