Dan,
I was having this problem on Ubuntu 11.10: http://comments.gmane.org/gmane.comp.video.mlt.devel/1794 After looking into it, I think the shared libraries are not being specified properly for Rugen. They should be specified in LDADD, not LDFLAGS. I have a patch which corrects this: https://github.com/pez4brian/rugen/commit/900a7232547c587451857811ecfa13d27c368284 I tested it on both Ubuntu 11.04 and 11.10. I can't exactly explain why the current code works on 11.04 but not 11.10. GCC must have changed something recently so that libraries can no longer be specified in LDFLAGS. Your consideration is appreciated. Regards, ~Brian ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
