From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Veer To: Andreas.Karlsson@combitechsystems.com Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Problem when configuring Insight on Linux Date: Thu, 09 Nov 2000 03:16:00 -0000 Message-id: <200011091116.eA9BGPx13741@sheesh.cygnus> References: <2253171AF143D21185A60000F8FA748B0229AAB2@pluto.combitech.se> X-SW-Source: 2000-11/msg00124.html >>>>> "Andreas" == Andreas Karlsson writes: Andreas> There are two versions libtermcap-2.0.8-20.i386.rpm and Andreas> libtermcap-devel-2.0.8-20.i386.rpm, I should download Andreas> -devel- or? Andreas> In my /lib directory there exists a file named Andreas> libtermcap.so.2.0.8 The first one holds the run-time support, allowing applications dynamically linked against libtermcap to run on your system. That is what will provide libtermcap.so, the shared library. The second RPM holds the development support, allowing you to build new applications that use termcap. It looks like you already have the first one installed, in fact it is very unlikely you would end up with an installation without the run-time support. You need to install the second one since you are building applications. Bart Veer // eCos net maintainer