Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 1997 09:28:03 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>
To:        mercer28@gte.net (Michael E. Mercer)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: shared libraries
Message-ID:  <199710120728.JAA09554@rvc1.informatik.ba-stuttgart.de>
In-Reply-To: <344026A3.A0E4D0FA@gte.net> from "Michael E. Mercer" at "Oct 12, 97 01:23:48 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> hello all!
> 
>     Please bare with me. I am compiling a program that uses the library
> libgnumalloc.a
> It does not exist. However libgnumalloc.so.2.0 does exist. I think ( uh
> oh He's thinking)

This only exists to support binaries compiled a long time ago.
Delete the -lgnumalloc flag from your loader flags and everything
should work fine--the functionality is already provided
in libc.

Wolfgang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710120728.JAA09554>