tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Figuring out linking for Rust packages



Much closer thanks to Tobias Nygren:

https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea8a1083fc7a48768ccd34ab9e82fef53daf1f1a

I now see the what looks like the correct args getting sent through to the linker, but still failing:

```
[...]
"-Wl,-Bdynamic" "-lpulse" "-lpulse-simple" "-lc" "-lutil" "-lutil" "-lpthread" "-lgcc_s" "-lm" "-lutil" "-
lutil" "-Wl,-R/usr/pkg/lib" "-L/usr/pkg/lib"
 = note: ld: cannot find -lpulse
         ld: cannot find -lpulse-simple
[...]
```



Home | Main Index | Thread Index | Old Index