Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 1995 08:40:31 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        scrappy@hub.org (Marc G. Fournier)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Making Shared Libraries
Message-ID:  <199511140740.IAA00342@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.91.951113211835.188H-100000@hub.org> from "Marc G. Fournier" at Nov 13, 95 09:20:16 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Marc G. Fournier wrote:
> 
> 	Quick question, but I'd like to compiled ncurses shared libraries,
> but don't know how to do so.  Pointers to documentations on doing this
> would help, or direct pointers to man pages...
> 
> 	I've tried 'man -k share', so see if there is some sort of
> 'mksharedlib' or something "easy to find" like that, but nothing came
> up.

No, this ain't old-style (i.e., non-ELF) Linux. :-)

perhaps ``man ld''?

cd /usr/src/lib/libncurses
make 

(or, if you only wanna have the shared lib)
make libncurses.so.3.0

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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