Re: [Hamlib-developer] Shared library support broken?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2002-10-29 22:46:15
|
Hi Ken, This is great news for the Ten-Tec Pegasus. On top of that, we have the full documentation. Some issues still need to be addressed, like the transmit watchdog (some kind of SIGALARM and sighandler?), but nothing that can't be worked out! On Tue, Oct 29, 2002, Ken Koster wrote: > 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 with > i686-pc-linux-gnu. Configure is expecting to find anything with 'linux-gnu' > as the canonical name. > > For now I've just replaced the new config.guess with a copy from 1.1.3. yep, config.guess and config.sub are no more under cvs. So your system (ie. autotools-dev package or automake) must have some kind of recent ones. you can check with "./config.guess --version" and "./config.sub --version". Date of this year should be okay. Anyway, you've raised an good point. I've updated README.developer and README.betatester to be more explicit about versions. In the mean time, I've upgraded libtool to 1.4.3, which fixes couple of bugs, but not the ones you were expecting. > 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 > checkout there is no such file, so I had to comment out that part of autogen > to get things to build. oops, sorry, I did some cleanup without doing a full check afterwards. Anyway, that gave me the opportunity to improve a little bit the autogen.sh script. Modify to your own need! Thanks for the report and fixes. Stephane |