Re: [Hamlib-developer] Shared library support broken?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Ken K. <n7...@al...> - 2002-10-29 17:05:34
|
Problem found. On a SuSE 8.0 system with the standard install config.guess is coming up = with i686-suse-linux. The old config.guess from the 1.1.3 release came up wit= h i686-pc-linux-gnu. Configure is expecting to find anything with 'linux-g= nu' as the canonical name. For now I've just replaced the new config.guess with a copy from 1.1.3. There is also another bug with the configuration. Autogen.sh expects to find a copy of config.h.in in the include directory. After a fresh CVS=20 checkout there is no such file, so I had to comment out that part of auto= gen to get things to build. Ken, N7IPB |