| Summary: | libtheora not using sdl-prefix | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Evan Zelkowitz <evan.zelkowitz> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | linux | Target: | mipsel-linux |
| Build: | |||
|
Description
Evan Zelkowitz
2009-06-09 06:07:42 UTC
Hmm, I cannot reproduce this. Can you provide some more details please? I take it that you are building for the same target as your build host, and that the libtheora build picks up your /usr/bin/sdl-config and ends up using your host libraries. I've tried doing a x86-64 build (as that's what my build host is) with and without SDL enabled. The libtheora configure script does pick up my host sdl-config, but as it is only used for examples and we build with --disable-examples it has no effect. I also tried with a i686 build with the same affect. Now, adding a --with-sdl-prefix doesn't hurt, but I would like to understand the problem first. I will try to reproduce again. I was building for mipsel on an x86 box and it ended up linking against the sdl in the box's local /usr/lib instead of the one in the buildroot directory, thats why I added the sdl-prefix so it would look at the buildroot one. Since I was building for mipsel it was pretty apparent when things werent built correctly since they would fail on linking. Since you were doing an x86 toolchain on an x86 box that may be why you couldnt see it. I also cannot reproduce it in mipsel either. The reason why I tries x86 was that this is normally the situation where packages gets confused and link with system libs. (In reply to comment #3) > I also cannot reproduce it in mipsel either. The reason why I tries x86 was > that this is normally the situation where packages gets confused and link with > system libs. Have you been able to reproduce this? I have not been able to reproduce since either Ok, then I suggest we close the issue then. Feel free to reopen if you experience it again. sounds good |