Yo Hal!

On Tue, 03 Sep 2019 18:14:42 -0700
Hal Murray via devel <devel@ntpsec.org> wrote:

> The symptom is that build is finding the new includes but linking
> with the old libraries.

Ouch.  So the search order for includes does not match the search
order for libraries.

You could make the search order match, but then you have a 50/50
chance of getting the proper libs.

I would just specify the include and library search orders so you
get the right one.

Basically:
        CFLAGS = "-I/ssl_dir -L/lib_dir"

YMMV...

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can't measure it, you can't improve it." - Lord Kelvin

Attachment: pgpFHlb4fasP1.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to