On Fri, May 31, 2013 at 02:40:04PM +0100, narcisse doudieu siewe wrote: > CXXLD Programs/WebKitPluginProcess > /usr/bin/ld: ./.libs/../Source/WebCore/dom/.libs/libWebCore_la-Document.o: > undefined reference to symbol 'roundf@@GLIBC_2.1' > /usr/bin/ld: note: 'roundf@@GLIBC_2.1' is defined in DSO > /lib/i386-linux-gnu/libm.so.6 so try adding it to the linker command line > /lib/i386-linux-gnu/libm.so.6: could not read symbols: Invalid operation > collect2: error: ld returned 1 exit status
Hmm, looks like -lm is missing from the compiler options. Can you run make V=1 Programs/WebKitPluginProcess and paste the result? Maybe you can file a bug about this, but please indicate also the version of the compiler and the linker that you're using. Berto _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
