RE: Building sm_free3 on Solaris

Dianne <[email protected]> Thu, 16 May 2002 14:54:07 +0100
Newsgroups gmane.ietf.sfl
Message-ID <[email protected]>

The problem has been identified, the Makefile for sm_free3 specifies -lcrypt
Removing this from the link line solves the problem with the versioned
symbol names

I think that __eprintf is a macro in assert which is used by crypto++4.2
It is located in the gcc lib so gets resolved by the gnu linker

Dianne