[GINI-user] compiling GINI against uClibc
Status: Inactive
Brought to you by:
elmi2
From: Matt Z. <me...@um...> - 2004-04-09 00:47:02
|
I need a shoutcast server that will fit on a floppy with other gizmos = and wizbangs, in other words, I need a shoutcast server linked to = uclibc. I'm relatively new to this sort of thing, and I have some = questions about modifying GINI's Makefile to make it compile against = uclibc. I've changed the CC variable to point to i386-uclibc-gcc, and it = compiles just fine, but it's still linked to glibc. I assume these are to blame: GLIB_CFLAGS =3D -I/usr/include/glib-1.2 -I/usr/lib/glib/include GLIB_CONFIG =3D /usr/bin/glib-config GLIB_LIBS =3D -L/usr/lib -lglib ...but I'm not at all sure what to change these to in order to use only = uclibc. If anyone can help me out here, I would appreciate it. There may be more variables in the Makefile I need to change, I don't = know. I've only changed CC. Do I need to change either of these? : host_alias =3D i686-pc-linux-gnu host_triplet =3D i686-pc-linux-gnu The target system is a 586, so is this a problem? -- Matt Zykan |