in reply to Re: pp generated executable can't find or load libraries
in thread pp generated executable can't find or load libraries

Hi Lotus1,

Same issue, it complains about the missing libraries if I use TLS.
  • Comment on Re^2: pp generated executable can't find or load libraries

Replies are listed 'Best First'.
Re^3: pp generated executable can't find or load libraries
by Lotus1 (Vicar) on Apr 13, 2021 at 13:34 UTC

    You can add dll libraries by using -l library.dll. Keep running pp and adding dll's until you have them all. Have a look at the pp Options section for more about -l.