Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAD Link fails to find relative library paths: Warning(042): /LIBPATH: path doesn't exist ..\..\..\<something> #350

Open
santagada opened this issue Oct 23, 2024 · 1 comment
Labels
Linker Pertains to the linker.

Comments

@santagada
Copy link

Might be related that they are in a response file? Can't really test it as our linker call is huge so it needs to be in a response file. But radlinker seems to fail to find the relative paths. Same command line on lld-link.exe and link.exe work

@ryanfleury ryanfleury added the Linker Pertains to the linker. label Oct 23, 2024
@NikitaSmith057
Copy link
Collaborator

This warning is specific to radlink and AFAIK other linkers don't warn about invalid paths. Can you please double check if path really exists? I also changed linker in af57e32 to print out full path to help with debugging these warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linker Pertains to the linker.
Projects
None yet
Development

No branches or pull requests

3 participants