Re: [DynInst_API:] Building Static Libraries


Date: Mon, 2 Apr 2018 19:33:34 +0000
From: Bill Williams <bill@xxxxxxxxxxx>
Subject: Re: [DynInst_API:] Building Static Libraries
There should be an enable_static_libs option in CMake, which will add _static targets for each component. So:

cmake [usual options] -DENABLE_STATIC_LIBS=TRUE
make dyninstAPI_static
make install

should do the trick.

--bw
________________________________________
From: Dyninst-api <dyninst-api-bounces@xxxxxxxxxxx> on behalf of Buddhika Chamith Kahawitage Don <budkahaw@xxxxxxxxxxxx>
Sent: Monday, April 2, 2018 2:05 PM
To: dyninst-api
Subject: [DynInst_API:] Building Static Libraries

Hi All,

How do I build Dyninst as static libraries?

Regards

[← Prev in Thread] Current Thread [Next in Thread→]