[fpc-pascal] Understanding error messages in static linking

Sven Barth pascaldragon at googlemail.com
Thu Oct 31 18:44:44 CET 2024


Thomas Kurz via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am
Di., 20. Aug. 2024, 18:16:

> And this is the point where I'm completely stuck. Is there anything I can
> try or is it just impossible to create an .exe which doesn't depend need
> the libcrypto DLL?
>
> Please, I don't want to discuss the pros and cons about static linking.
> There are no high-security demands I have to satisfy. I'd just like to
> understand what I'm doing wrong.
>

The internal linker does not support static libraries created by MSVC. Try
the external linker using -Xe or use GCC compiled libraries.

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20241031/bbe0c780/attachment.htm>


More information about the fpc-pascal mailing list