Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Additional link options when using UCRT libraries? #238

@grimbough

Description

@grimbough

Thanks for the work in maintaining these packages, they've been really helpful to me. I'm trying to update openssl and libssh2 to debug some issues I'm having with Rhdf5lib under the new ucrt tool chain.

I've successfully built updated versions of both libraries (https://github.com/grimbough/rtools-packages/tree/openssl) and can use them locally. However on my Github action workflow I get linker errors with libcrypto.a reporting undefined reference to sscanf'` (see the "Install dependent packages" section here)

sscanf() seems like its part of the C runtime, and I was wondering if you'd seen this before and whether there was some additional link setting I'm missing. Since it works locally, I guess maybe it's just that my actions runner is configured incorrectly. However I don't run into this issue if I try to use the x64-ucrt libraries you already distribute. With all the various version of R-devel and rtools floating around it's a pretty confusing time in the R for Windows world.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions