Comment 5 for bug 2049904

Revision history for this message
Mate Kukri (mkukri) wrote : Re: proposed migration for meson 1.3.1-1

To me this seems like a rust linking issue, the C file compiled with gcc, then linked against a C stub works just fine for me.

Versus rustc tries to be annoyingly clever and calls `cc` to link with `-nodefaultlibs` and tries to manually provide all the required libraries, which makes it promptly fail........

It seems like we should fix rustc instead of meson here, but I'll do more investigation first to see if changing the link args that rustc uses actually helps.