so read another post that had these build options in so gave it a go and it 
now works.

gn gen --args='is_clang=false use_sysroot=false is_debug=false 
v8_use_snapshot=true v8_use_external_startup_data=false 
treat_warnings_as_errors=false v8_static_library=true v8_monolithic=true 
use_drfuzz=false use_libfuzzer=false v8_enable_test_features="" 
v8_experimental_extra_library_files=[] v8_extra_library_files=[] use_glib = 
false use_custom_libcxx=false use_custom_libcxx_for_host=false 
v8_enable_i18n_support=false' out/x64.release

These is an issue with GCC 7.3.1 where it is unhappy with -latomic being 
used so you have to go remove it from the below two files on this line

 libs = -latomic -ldl -lpthread -lrt

out/x64.release/obj/mksnapshot.ninja
out/x64.release/obj/torque.ninja

Is there a way to not have to do this manually?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to