On 23 Jan, Jerry Gates wrote:
> I'm trying to write an app using libcrypto on a Solaris 7 box using
> Sun Forte C 6.0, and I'm getting the error:
>
> Undefined first referenced
> symbol in file
> __eprintf
> /usr/local/lib/libcrypto.a(b_print.o)
>
> I'm probably just missing a library, I just can't figure out which one.
Yes, libgcc. You have compiled openssl with gcc and while linking gcc
silently adds a special gcc library. If you link with the sun-compiler
that library doesn't get included.
The library in question is libgcc.a and can usually be found somewhere
in the gcc-lib directory tree.
/MaF
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]