https://bugzilla.novell.com/show_bug.cgi?id=480797 Summary: libtool fails building mms (MyMediaSystem) due to empty LD-defs Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: Lutz.Thielemann@arcor.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6 When compiling/building mms on Suse 11.1 on x86_64, libtool fails with this message: /bin/sh /usr/bin/libtool --mode=link --tag=CXX g++ -I/usr/local/include -L/usr/local/lib -I/usr/include/ -I. -pthread -pipe -O3 -march=native -ffast-math -funroll-loops -fomit-frame-pointer -funit-at-a-time -D_GNU_SOURCE -isystem/usr/local/src/mms-1.1.0-rc9/libs -I../ -I../../ -I../input -I../feature -o output.o common-output.o graphic_object.o image.o pic_object.o rectangle_object.o text_object.o movie_object.o renderer.o render_device.o SSaverobj.o libtool: link: warning: `-L' is ignored for archives/objects libtool: link: -r -o output.o common-output.o graphic_object.o image.o pic_object.o rectangle_object.o text_object.o movie_object.o renderer.o render_device.o SSaverobj.o /usr/bin/libtool: line 964: -r: command not found make[1]: *** [output-base] Fehler 127 make[1]: Leaving directory `/usr/local/src/mms-1.1.0-rc9/plugins/output' make: *** [plugins/output/output.o] Fehler 2 possible reason: libtool has serveral defines for LD like this: LD= (unsetting the linker) when replacing them by this one: i replaced all by this one : LD="/usr/x86_64-suse-linux/bin/ld -m elf_x86_64" and everything works as expected. Reproducible: Always Steps to Reproduce: 1. Install of suse 11.1 (default) + required packages for mms 1. compile mms on x86_64 Actual Results: no executable produced can be found here : http://bugs.mymediasystem.org/?do=details&task_id=913 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.