>
>
> Is there a specific reason you are using MinGW to compile V8?
>
>
Yes - I am maintaining my embedding (TeaJS) for more than 4 years and I am 
compiling it with MinGW from the very start. Both V8 and TeaJS. I spent 
quite a lot of time to make everything work (including support for 3rd 
party libraries, MySQL, Apache, libgd, Memcached, ...) and I feel somewhat 
slightly violated by the fact that this toolchain is now officialy being 
garbage collected.


Thanks a lot for your suggestion,
sincerely,
Ondrej Zara
 

>
> On Tue, Jan 15, 2013 at 2:32 PM, ondras <ondre...@gmail.com 
> <javascript:>>wrote:
>
>> Hi,
>>
>> after updating to recent SVN trunk, my windows build ends in the very end 
>> (linking) by spitting out these messages:
>>
>> Creating library file: libv8.a
>> obj\release\ia32\stub-cache-ia32.o:stub-cache-ia32.cc:(.text$_ZN2v88internal21KeyedLoadStubCompiler18CompileLoadElementENS0_6HandleINS0_3MapEEE+0x29):
>>  
>> undefined reference to `vtable for v8::internal::KeyedLoadFastElementStub'
>> obj\release\ic.o:ic.cc:(.text$_ZN2v88internal11KeyedLoadIC29GetElementStubWithoutMapCheckEbNS0_12ElementsKindENS0_19KeyedAccessGrowModeE+0x14):
>>  
>> undefined reference to `vtable for v8::internal::KeyedLoadFastElementStub'
>>
>> I am being a very naughty boy, because I build V8 with scons (overriding 
>> the kill switch) - unfortunately, it is not possible to use gyp with MinGW.
>>
>> Can someone please suggest what's going on and how to fix it?
>>
>>
>> Thanks a lot,
>> sincerely,
>> Ondrej Zara
>>
>>  -- 
>> v8-users mailing list
>> v8-u...@googlegroups.com <javascript:>
>> http://groups.google.com/group/v8-users
>
>
>

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to