[BusyBox] strange compiler log

aeriksson2 at fastmail.fm aeriksson2 at fastmail.fm
Sat May 1 10:51:52 MDT 2004


Since we're patching up to a nice 1.0 I figured the ones in the know
should have a peek at this. I have no clue what it really means, but I
got a static (vs. glibc) busybox binary out of it (as expected). Is
this an error? if not it would probably be good if it was supressed
somehow...

/Anders


./networking/networking.a(ipcalc.o)(.text+0x27a): In function `ipcalc_main':
: warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./networking/networking.a(ifconfig.o)(.text+0x253): In function `ifconfig_main':
: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./networking/networking.a(arping.o)(.text+0x813): In function `arping_main':
: warning: Using 'gethostbyname2' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./libbb/libbb.a(inet_common.o)(.text+0x1a2): In function `INET_rresolve':
: warning: Using 'getnetbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./libbb/libbb.a(inet_common.o)(.text+0x57): In function `INET_resolve':
: warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./libbb/libbb.a(create_icmp_socket.o)(.text+0x7): In function `create_icmp_socket':
: warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./libbb/libbb.a(xconnect.o)(.text+0x56): In function `bb_lookup_port':
: warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./networking/networking.a(netstat.o)(.text+0x55): In function `get_sname':
: warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
strip --remove-section=.note --remove-section=.comment busybox
/bin/sh applets/busybox.mkll include/config.h >busybox.links
(


More information about the busybox mailing list