Hi devs, As commented in liquidsoap's configure.ac, camlimages and camlsdl cannot be both linked. This is because they both export the function list_length instead of declaring it as static:
/usr/lib/ocaml/sdl/libsdlstub.a(common.o): In function `list_length': (.text+0x0): multiple definition of `list_length' /usr/lib/ocaml/camlimages/libcamlimages.a(gifwrite.o):(.text+0x0): first defined here collect2: ld returned 1 exit status Has this been notified to the devs of camlimages and sdl? Also, the Debian packages could be fixed quickly, I guess. The workaround in configure.ac doesn't seem to be working anymore, perhaps it's time to proceed cleanly. Cheers, -- David ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
