[uClibc] minicom

Martin Volf mv at inv.cz
Sat Aug 13 13:27:07 UTC 2005


Sergio A. S. de Aguiar wrote:
> Hi to all.
> 
> Can somebody inform how I can compile the minicom app with uclibc?
> I tryed but was not abble to do it.

Hello,

I have succesfully compiled minicom 2.1 in buildroot environment for x86 with 
these commands:

./configure \
	--prefix=/usr \
	--sysconfdir=/etc \
	--disable-nls \
	--enable-dfl-baud=9600 \
	--enable-dfl-port=/dev/ttyS0 \
	--without-libintl-prefix
make
make DESTDIR="$SOMEWHERE" install

It needs ncurses library.

HTH,

-- 
Martin



More information about the uClibc mailing list