> I'm experiencing a link failure when attempting to compile the jsc for an > embedded platform.
If you write a mail to this list: Please provide more information! What is "embedded platform"? Which architecture? Which port? BTW: This is more a question for webkit-help and not form webkit-dev. See http://webkit.org/contact.html. > Linking CXX executable jsc_sb > CMakeFiles/jsc_sb.dir/__/jsc.cpp.o:(.gnu.linkonce.d._ZTI12GlobalObject+0x8): > undefined reference to `typeinfo for JSC::JSGlobalObject' > collect2: ld returned 1 exit status > make[2]: *** [JavaScriptCore/shell/jsc_sb] Error 1 > make[1]: *** [JavaScriptCore/shell/CMakeFiles/jsc_sb.dir/all] Error 2 > make: *** [all] Error 2 Seams like you're using CMake. In current trunk only EFL and WinCE are supported. Did you tried your CMake files on an other machine/system/compiler version? The basic CMake files work, since EFL and WinCE build bots work. - Patrick _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

