GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2009-Aug-18

Title: GP2X Compiler message
Post by: MrTAToad on 2009-Aug-18
With the following :

Code (glbasic) Select
DEBUG "Hello"

I get :

QuoteS:\Compiler\platform\GP2X\Lib\libGLBasicGP2X.a(gf_sockets.o): In function `netGetLocalIPs(int*, char const*)':
gf_sockets.cpp:(.text+0x638): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
S:\Compiler\platform\GP2X\Lib\libGLBasicGP2X.a(gf_sockets.o): In function `netAddress(char const*, unsigned short)':
gf_sockets.cpp:(.text+0x8b0): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

It appears to compile correctly though, so I presume the message can effectively be ignored.
Title: Re: GP2X Compiler message
Post by: Kitty Hello on 2009-Aug-18
Yes, that can be ignored. Because the GP2x does not offer TcpIp, anyway.