Thanks for responding... I'm using pkgsrc from Minix3 site. http://www.minix3.org/pkgsrc/distfiles/local/3.4.0/ I think it's old. Got http://www.minix3.org/pkgsrc/distfiles/local/3.4.0/ede-1.0.4.tar.bz2 Anyway typed: "./configure --disable-threads" on the ff directories but got err msg "./configure: not found". /usr/pkgsrc/x11/ede /usr/pkgsrc/x11/efltk /usr/pkgsrc/x11 /usr/pkgsrc Tried to locate "configure" cd /usr/pkgsrc find . -name "configure" many results the most logical "./work/x11/ede/work/ede/configure"...
I have posted this to Minix 3 Google Groups, and r0ller pointed me to this site. I'm new to minix (and also EDE). I'm trying to install a GUI Desktop in Minix. Based on available documentation (in Minix3.org): I installed latest minix_R3.4.0rc6-d5e4fc0 on a PC (Pentium D, IDE disk.) executed postinstallation, ie, password, timezone, hostname, ... and also: pkgin update pkgin_sets pkgin install nano (text editing) cd /usr git clone git://git.minix3.org/minix src cd /usr/src make build reboot Tried...