| Summary: | Can't use libsamplerate statically (tested on automake) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vitaly Novichkov <admin> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | admin |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Vitaly Novichkov
2017-01-30 21:14:41 UTC
Okay, adding next global variables are fixing trouble: export CFLAGS='-I/home/me/project/_Libs/_build/linux/include' export LDFLAGS='-L/home/me/project/_Libs/_build/linux/lib' and SDL has been successfully linked with static build of libsamplerate (which installed into the custom prefix) |