Crypto++ 5.5.2 Link Errors on Solaris 10 SPARC

View: New views
1 Messages — Rating Filter:   Alert me  

Crypto++ 5.5.2 Link Errors on Solaris 10 SPARC

by Hui Ming Chionh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe@....
More information about Crypto++ and this group is available at http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---