Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 20:29:51 -0500
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        beowuff <beowuff@gmail.com>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: Typo in Developers Handbook
Message-ID:  <20041207202951.7913d5e5@localhost>
In-Reply-To: <f2cf141b04120717215c63b0ed@mail.gmail.com>
References:  <f2cf141b04120717215c63b0ed@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 Dec 2004 17:21:44 -0800
beowuff <beowuff@gmail.com> wrote:

> Found a small typo in the developers-handbook.
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/tools-compiling.html
> 
> Section 2.4
> 
> <snip>
> -llibrary
> 
>     Specify a function library to be used during when linking.
> 
> </snip>

This isn't a typo.

You specify -l to inform cc(1) that you are working with a
library.  It takes the form of -l<LIBRARY_NAME>.

Thanks though.

-- 
Tom Rhodes



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