i386-gentoo-linux-uclibc-gcc -g -Wall -Wno-unused -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include -I/usr/include -c -o ncolor.o ncolor.c i386-gentoo-linux-uclibc-gcc -g -Wall -Wno-unused -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include -I/usr/include -c -o main.o main.c main.c: In function `main': main.c:160: error: structure has no member named `domainname' make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src' make: *** [src/rhapsody] Error 2
Created attachment 151310 [details, diff] rhapsody-0.28b-uclibc.patch Need to define _GNU_SOURCE to get the domainname struct member.
In CVS, thanks for the patch :)