Dmitry Sokolov wrote:

> ./configure --prefix=/tools --with-shared --without-debug --without-ada 
> --enable-overwrite
> 
> result:

> checking if you want to link with the GPM mouse library... maybe
> checking for gpm.h... yes
> checking for Gpm_Open in -lgpm... no
> configure: error: Cannot link with GPM library. 

Try

   ./configure --prefix=/tools --with-shared --without-debug \
    --without-ada --enable-overwrite --without-gpm


Evidently you have an old version of the gpm library installed.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to