Guest User

Untitled

a guest
Apr 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 KB | None | 0 0
  1. $ g++ --version
  2. g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. $ make
  8. g++ -O3 -fPIC -DPIC -DBUILDING_WEBKIT -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -I../../webkit-1.6.1/Source/WebCore/bindings -I../../webkit-1.6.1/Source/WebCore/bindings/gobject -I../../webkit-1.6.1/Source/WebKit/gtk -I../../webkit-1.6.1/Source/WebKit/gtk/WebCoreSupport -I../../webkit-1.6.1/Source/WebKit/gtk/webkit -I../../webkit-1.6.1/DerivedSources/webkit -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -I../../webkit-1.6.1/Source/ThirdParty/ANGLE/src -I../../webkit-1.6.1/Source/ThirdParty/ANGLE/include -I../../webkit-1.6.1/Source/ThirdParty/ANGLE/include/GLSLANG -I../../webkit-1.6.1/Source/WebCore -I../../webkit-1.6.1/Source/WebCore/accessibility -I../../webkit-1.6.1/Source/WebCore/bindings -I../../webkit-1.6.1/Source/WebCore/bindings/generic -I../../webkit-1.6.1/Source/WebCore/bindings/js -I../../webkit-1.6.1/Source/WebCore/bindings/js/specialization -I../../webkit-1.6.1/Source/WebCore/bridge -I../../webkit-1.6.1/Source/WebCore/bridge/c -I../../webkit-1.6.1/Source/WebCore/bridge/jni/jsc -I../../webkit-1.6.1/Source/WebCore/bridge/jsc -I../../webkit-1.6.1/Source/WebCore/css -I../../webkit-1.6.1/Source/WebCore/dom -I../../webkit-1.6.1/Source/WebCore/dom/default -I../../webkit-1.6.1/Source/WebCore/editing -I../../webkit-1.6.1/Source/WebCore/fileapi -I../../webkit-1.6.1/Source/WebCore/history -I../../webkit-1.6.1/Source/WebCore/html -I../../webkit-1.6.1/Source/WebCore/html/canvas -I../../webkit-1.6.1/Source/WebCore/html/parser -I../../webkit-1.6.1/Source/WebCore/html/shadow -I../../webkit-1.6.1/Source/WebCore/html/track -I../../webkit-1.6.1/Source/WebCore/inspector -I../../webkit-1.6.1/Source/WebCore/loader -I../../webkit-1.6.1/Source/WebCore/loader/appcache -I../../webkit-1.6.1/Source/WebCore/loader/archive -I../../webkit-1.6.1/Source/WebCore/loader/cache -I../../webkit-1.6.1/Source/WebCore/loader/icon -I../../webkit-1.6.1/Source/WebCore/mathml -I../../webkit-1.6.1/Source/WebCore/notifications -I../../webkit-1.6.1/Source/WebCore/p2p -I../../webkit-1.6.1/Source/WebCore/page -I../../webkit-1.6.1/Source/WebCore/page/animation -I../../webkit-1.6.1/Source/WebCore/platform -I../../webkit-1.6.1/Source/WebCore/platform/animation -I../../webkit-1.6.1/Source/WebCore/platform/audio -I../../webkit-1.6.1/Source/WebCore/platform/graphics -I../../webkit-1.6.1/Source/WebCore/platform/graphics/filters -I../../webkit-1.6.1/Source/WebCore/platform/graphics/filters/arm -I../../webkit-1.6.1/Source/WebCore/platform/graphics/gpu -I../../webkit-1.6.1/Source/WebCore/platform/graphics/opengl -I../../webkit-1.6.1/Source/WebCore/platform/graphics/opentype -I../../webkit-1.6.1/Source/WebCore/platform/graphics/transforms -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/bmp -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/gif -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/ico -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/jpeg -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/webp -I../../webkit-1.6.1/Source/WebCore/platform/image-decoders/png -I../../webkit-1.6.1/Source/WebCore/platform/leveldb -I../../webkit-1.6.1/Source/WebCore/platform/mock -I../../webkit-1.6.1/Source/WebCore/platform/network -I../../webkit-1.6.1/Source/WebCore/platform/sql -I../../webkit-1.6.1/Source/WebCore/platform/text -I../../webkit-1.6.1/Source/WebCore/platform/text/transcoder -I../../webkit-1.6.1/Source/WebCore/platform/win -I../../webkit-1.6.1/Source/WebCore/plugins -I../../webkit-1.6.1/Source/WebCore/plugins/win -I../../webkit-1.6.1/Source/WebCore/rendering -I../../webkit-1.6.1/Source/WebCore/rendering/mathml -I../../webkit-1.6.1/Source/WebCore/rendering/style -I../../webkit-1.6.1/Source/WebCore/rendering/svg -I../../webkit-1.6.1/Source/WebCore/storage -I../../webkit-1.6.1/Source/WebCore/svg -I../../webkit-1.6.1/Source/WebCore/svg/animation -I../../webkit-1.6.1/Source/WebCore/svg/graphics -I../../webkit-1.6.1/Source/WebCore/svg/graphics/filters -I../../webkit-1.6.1/Source/WebCore/svg/properties -I../../webkit-1.6.1/Source/WebCore/testing -I../../webkit-1.6.1/Source/WebCore/testing/js -I../../webkit-1.6.1/Source/WebCore/webaudio -I../../webkit-1.6.1/Source/WebCore/websockets -I../../webkit-1.6.1/Source/WebCore/workers -I../../webkit-1.6.1/Source/WebCore/xml -I../../webkit-1.6.1/Source/WebCore/xml/parser -I../../webkit-1.6.1/WebCore/bindings/js -I../../webkit-1.6.1/DerivedSources/WebCore -I../../webkit-1.6.1/DerivedSources -I../../webkit-1.6.1/DerivedSources/JavaScriptCore -DDATA_DIR=\"/usr/share\" -DWEBKITGTK_API_VERSION_STRING=\"1.0\" -DWTF_USE_SOUP=1 -I../../webkit-1.6.1/Source/WebCore/accessibility/gtk -I../../webkit-1.6.1/Source/WebCore/loader/gtk -I../../webkit-1.6.1/Source/WebCore/page/gtk -I../../webkit-1.6.1/Source/WebCore/platform/cairo -I../../webkit-1.6.1/Source/WebCore/platform/graphics/cairo -I../../webkit-1.6.1/Source/WebCore/platform/graphics/gstreamer -I../../webkit-1.6.1/Source/WebCore/platform/graphics/gtk -I../../webkit-1.6.1/Source/WebCore/platform/gtk -I../../webkit-1.6.1/Source/WebCore/platform/network/soup -I../../webkit-1.6.1/Source -I../../webkit-1.6.1/Source/JavaScriptCore -I../../webkit-1.6.1/Source/JavaScriptCore/API -I../../webkit-1.6.1/Source/JavaScriptCore/assembler -I../../webkit-1.6.1/Source/JavaScriptCore/bytecode -I../../webkit-1.6.1/Source/JavaScriptCore/bytecompiler -I../../webkit-1.6.1/Source/JavaScriptCore/dfg -I../../webkit-1.6.1/Source/JavaScriptCore/heap -I../../webkit-1.6.1/Source/JavaScriptCore/debugger -I../../webkit-1.6.1/Source/JavaScriptCore/ForwardingHeaders -I../../webkit-1.6.1/Source/JavaScriptCore/interpreter -I../../webkit-1.6.1/Source/JavaScriptCore/jit -I../../webkit-1.6.1/Source/JavaScriptCore/jit -I../../webkit-1.6.1/Source/JavaScriptCore/parser -I../../webkit-1.6.1/Source/JavaScriptCore/profiler -I../../webkit-1.6.1/Source/JavaScriptCore/runtime -I../../webkit-1.6.1/Source/JavaScriptCore/wtf -I../../webkit-1.6.1/Source/JavaScriptCore/wtf -I../../webkit-1.6.1/Source/JavaScriptCore/wtf/gobject -I../../webkit-1.6.1/Source/JavaScriptCore/wtf/gtk -I../../webkit-1.6.1/Source/JavaScriptCore/wtf/text -I../../webkit-1.6.1/Source/JavaScriptCore/wtf/unicode -I../../webkit-1.6.1/Source/JavaScriptCore/yarr -I../../webkit-1.6.1/Source/JavaScriptCore -I../../webkit-1.6.1/Source/JavaScriptCore/parser -I../../webkit-1.6.1/Source/JavaScriptCore/runtime -DXP_UNIX -DWTF_USE_ICU_UNICODE=1 -DWTF_USE_GSTREAMER=1 -DGTK_API_VERSION_2=1 -DNDEBUG -DWTF_USE_FREETYPE=1 -I../../webkit-1.6.1/Source/WebCore/platform/graphics/freetype -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gail-1.0 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/gstreamer-0.10 -c -o webkit_interface.o webkit_interface.cpp
  9. g++ -shared -O3 -pthread -lsoup-2.4 -lgailutil -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lenchant -lxslt -lsqlite3 -lgnutls -lXt -lXrender -lX11 -lgstapp-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 -ljpeg -licuuc -licui18n -Wl,-whole-archive ../../webkit-1.6.1/.libs/libwebkitgtk-1.0.a ../../webkit-1.6.1/.libs/libjavascriptcoregtk-1.0.a -Wl,-no-whole-archive -Wl,-soname,webkit_interface.so -o webkit_interface.so webkit_interface.o
  10. $ ldd webkit_interface.so
  11. linux-vdso.so.1 => (0x00007fffc03de000)
  12. libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ffd0a93a000)
  13. libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ffd0a6b6000)
  14. libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ffd0a49f000)
  15. libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ffd0a282000)
  16. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ffd09ee3000)
  17. /lib64/ld-linux-x86-64.so.2 (0x00007ffd0ce25000)
  18. $
Add Comment
Please, Sign In to add comment