Re: problems building sm_free3

Dianne <[email protected]> Thu, 16 May 2002 10:05:48 +0100
Newsgroups gmane.ietf.sfl
Message-ID <[email protected]>
I am fairly certain that the library path isn't the problem
Unsetting LD_LIBRARY_PATH and explicitly specifying a direct path for the
crypto++4.2 library does not make any difference.
I am using
GNU ld version 2.11.2 (with BFD 2.11.2)
  Supported emulations:
   elf32_sparc
   elf64_sparc

The map produced from the linker with the -M option shows that the correct
libraries are being used

If I try the link with Solaris Link Editor 5.7-1.272
then the link completes, but the library fails to load because of undefined
__eprintf
which fails to be resolved even when -lgcc is specified on the link line

Dianne