Hi,
I want to compile an application based on gstreamer, but I want to use my own compiled gstreamer libs. To compile gstreamer there is no problem at all, but when I try to compile my application against it, I have following error message: $ gcc -Wall -export-dynamic $(pkg-config --cflags --libs gstreamer-0.10 gtk+-2.0) test.c -o test /home/stijn/gst/head/gstreamer/gst/libgstreamer-0.10.la: file not recognized: File format not recognized I searched the net, but can't find anything that explains this error. (libgstreamer-0.10.la: file not recognized) Why is this library not recognized? Building pipelines however works. Kind regars, Stijn. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Add :
libtool --mode=link in front of your build command. Julien Moutte, FLUENDO S.A. On Fri, Aug 27, 2010 at 5:01 PM, Deroo Stijn <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks! This solved my problem. Stijn. From: Julien Moutte
[mailto:[hidden email]] Add : libtool --mode=link in front of your build command.
On Fri, Aug 27, 2010 at 5:01 PM, Deroo Stijn <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |