diff options
author | Ulf Möller <ulf@openssl.org> | 1999-06-04 23:31:15 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-06-04 23:31:15 +0200 |
commit | 91174a91b92c16522faa082b397261118769ce11 (patch) | |
tree | 02bc024ceb57df9ab977c845f19454f79655879a /INSTALL | |
parent | Avoid type conflict on Unix with DEC C. (diff) | |
download | openssl-91174a91b92c16522faa082b397261118769ce11.tar.xz openssl-91174a91b92c16522faa082b397261118769ce11.zip |
Hint about unresolved symbols when mixing compilers.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,9 @@ (not on Sparcs!) you may have to install the GNU assembler to use OpenSSL assembler code -- /usr/ccs/bin/as won't do.] + Compiling parts of OpenSSL with gcc and others with the system + compiler will result in unresolved symbols on some systems. + 3. After a successful build, the libraries should be tested. Run: $ make test |