Replies: 2 comments 3 replies
-
It's a bug. Thanks for reporting, @bitli |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for reporting @bitli. Can you confirm whether the build process actually fails with a link error? fpm uses the compiler driver to invoke the linker, so the line you quoted with the link flag is actually the link command. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to use ifort on Windows -10 to write an interface to portaudio.
Although I have the option
link = "portaudio_x64"
in the[build]
section, the Link command does not include it. The compiler has the-l
option (which I am not sure is correct for ifort) :But the generated link command des not include that reference:
even if the path (
LIB
,LIBPATH
...) are set correctly. Manually typing the link commands adding the library reference (the path toportaudi_x64.lib
) works well.Is there something I did not understand or is this a bug to report (I hope this is the right forum to ask this question).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions