What dependency causes gstreamer to require a 2.10 version of glibc? I
thought it might be the register_printf_* calls, but getting rid of
those didn't seem to get rid of the dependency. I am trying to compile
gstreamer for arm, and the board I have only has a 2.9 version of
glibc.
Thanks, Rodney --
------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, Jun 11, 2010 at 09:23:05AM -0400, Rodney Dowdall wrote:
> What dependency causes gstreamer to require a 2.10 version of glibc? I > thought it might be the register_printf_* calls, but getting rid of > those didn't seem to get rid of the dependency. I am trying to compile > gstreamer for arm, and the board I have only has a 2.9 version of glibc. You are mistaken. GStreamer does not require any particular version of glibc. Any software compiled against glibc-2.10 headers might require 2.10 at runtim, however. dave... ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 10-06-11 02:19 PM, David Schleef wrote:
> On Fri, Jun 11, 2010 at 09:23:05AM -0400, Rodney Dowdall wrote: > >> What dependency causes gstreamer to require a 2.10 version of glibc? I >> thought it might be the register_printf_* calls, but getting rid of >> those didn't seem to get rid of the dependency. I am trying to compile >> gstreamer for arm, and the board I have only has a 2.9 version of glibc. >> > You are mistaken. GStreamer does not require any particular > version of glibc. Any software compiled against glibc-2.10 headers > might require 2.10 at runtim, however. > other libraries that I have built with the same compiler only list that it needs GLIBC_2.4. Attached is the objdump output. Does anyone know of hand if there anyway I can remove the 2.10 dependency through a configure option, or a compiler flag? Or at least force it to a smaller version number that I specify? Thanks, Rodney > > > dave... > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel objdump.txt (293K) Download Attachment |
If anyone else is having issues with a glibc version dependency, if you
pass in --disable-gst-debug when configuring gstreamer, it removes the
requirement for the specific version of glibc that you are compiling
against.
Thanks, Rodney On 10-06-11 02:45 PM, Rodney Dowdall wrote: On 10-06-11 02:19 PM, David Schleef wrote: --
Rodney
Dowdall
------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |