Re: [Vala] How to use Posix namespace



On Sun, May 3, 2009 at 2:28 PM, Donny Viszneki <donny viszneki gmail com> wrote:
> I believe --pkg is more akin to gcc's -I and -l (uppercase i and
> lowercase L) command-line options, or Apple's gcc extension
> --framework. These options tell the compiler where to look (ideally)
> for preprocessor stuff and compile-time definitions (via #include) and
> where to look for the libraries to be linked.

err.. I guess I meant the uppercase -L option when I wrote that, but
in retrospect both lowercase and uppercase -l and -L options are sort
of similar (if you don't want to use them, you can even just put the
path to the libraries individually on the commandline, but tehse
options are provided for convenience.)

-- 
http://codebad.com/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]