Re: linking error when compiling zdoom

2017-10-02 Thread Timo Myyrä
David Coppa writes: > On Mon, Oct 2, 2017 at 8:17 AM, Timo Myyrä wrote: > >> Hi, >> >> I'm trying to make port of zdoom but I can't get it to link. >> >> The error I got was: >> CMakeFiles/zdoom.dir/scripting/vm/vmexec.cpp.o: In function >>

Re: linking error when compiling zdoom

2017-10-02 Thread David Coppa
On Mon, Oct 2, 2017 at 8:17 AM, Timo Myyrä wrote: > Hi, > > I'm trying to make port of zdoom but I can't get it to link. > > The error I got was: > CMakeFiles/zdoom.dir/scripting/vm/vmexec.cpp.o: In function > `__cxx_global_var_init': >

Re: linking error when compiling zdoom

2017-10-02 Thread Timo Myyrä
Stuart Henderson writes: > On 2017/10/02 09:17, Timo Myyrä wrote: > >> Hi, >> >> I'm trying to make port of zdoom but I can't get it to link. >> >> The error I got was: >> CMakeFiles/zdoom.dir/scripting/vm/vmexec.cpp.o: In function >> `__cxx_global_var_init': >>

Re: linking error when compiling zdoom

2017-10-02 Thread Stuart Henderson
On 2017/10/02 09:17, Timo Myyrä wrote: > Hi, > > I'm trying to make port of zdoom but I can't get it to link. > > The error I got was: > CMakeFiles/zdoom.dir/scripting/vm/vmexec.cpp.o: In function > `__cxx_global_var_init': > /home/tmy/tmp/gzdoom-g3.1.0/src/scripting/vm/vmexec.cpp:(.text+0x42):

linking error when compiling zdoom

2017-10-02 Thread Timo Myyrä
Hi, I'm trying to make port of zdoom but I can't get it to link. The error I got was: CMakeFiles/zdoom.dir/scripting/vm/vmexec.cpp.o: In function `__cxx_global_var_init': /home/tmy/tmp/gzdoom-g3.1.0/src/scripting/vm/vmexec.cpp:(.text+0x42): undefined reference to `__cxa_thread_atexit' c++: