From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain Subject: Compiling problem Date: Sat, 06 Aug 2005 01:19:25 -0300 Message-ID: <42F43A4D.50500@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Dosemu I tryed to compile with this that looks safer: # ./rebuild all static And I get this error: ---------------- gcc -o ../../../../../../1.3.2.0/bin/midid midid.o events.o io.o stats.o emulation.o device.o oss.o midout.o timid.o null.o -Wl,-warn-common -static /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[2]: ** [../../../../../../1.3.2.0/bin/midid] Erro 1 make[2]: Leaving directory `/home/alain/dosemu/132cvs/dosemu/src/arch/linux/dosext/sound/midid' make[1]: ** [arch/linux/dosext/sound/midid] Erro 2 make[1]: Leaving directory `/home/alain/dosemu/132cvs/dosemu/src' make: ** [default] Erro 2 ---------------- just "make; make install" runs, but then "dosemu" does not execute, it complains about /usr/local/lib/dosemu/libplugin_term.so. I believe these two problems are related. thanks in advance for any help, Alain