GLBasic forum

Main forum => GLBasic - en => Topic started by: bricky91 on 2010-Nov-14

Title: MinGW problem
Post by: bricky91 on 2010-Nov-14
Hi guys, I have a problem. I installed minGW in order to get Netbeans work (well, and I didn't even mange to get it wrok...), but now when I try to compile I get this output:
Code (glbasic) Select
/mingw/lib/crt2.o:crt1.c:(.text+0x28): undefined reference to `___dyn_tls_init_callback'
Any ideas on how to fix this?  :(
Title: Re: MinGW problem
Post by: Ian Price on 2010-Nov-14
Another user (Amon) had this problem recently too - there is a supposed solution posted here - http://www.glbasic.com/forum/index.php?topic=5325.msg41641#msg41641
Title: Re: MinGW problem
Post by: bricky91 on 2010-Nov-14
Oh great, thank you, I installed the previous version of minGW and now it works. Thanks!  :good:
Title: Re: MinGW problem
Post by: MrTAToad on 2010-Nov-14
You could also move the position of c:\MinGW within %PATH%
Title: Re: MinGW problem
Post by: Kitty Hello on 2010-Nov-17
FIXED!!! I fixed it!!!

Next update will co-opperate with a mingw installation. Phew!
Title: Re: MinGW problem
Post by: MrTAToad on 2010-Nov-17
Good to hear!