Re: [Hamlib-developer] hamlib-1.1.3 RPM anyone ?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Joop S. <pa...@de...> - 2003-01-02 10:07:32
|
Op do 02-01-2003, om 03:55 schreef Gary Mackey:
> Joop -
>
> On Tue, 2002-12-31 at 07:24, Joop Stakenborg wrote:
> > Okay, lets try to get compilation going first.
>
> OK
>
> > It's a compiler issue. Mandrake uses the gcc-3.2 compiler, whilest
> > hamlib-1.1.3 was developed with gcc-2.95. Could you please try and run
> > './configure --without-cxx-binding' and 'make' again?
>
> I knew I should have installed MDK 8.2 instead of 9.0! <grin>
>
> I reran the "./configure --without-cxx-binding" parameter.I noticed the
> following warning in my configure.log It Could have been there before.
>
> configure:11827: checking for Tcl configuration
> configure:11890: WARNING: Can't find Tcl configuration definitions
> configure:11930: checking whether to build tcl binding and demo
> configure:11940: result: noI noticed the following warning in my
> configure.log
> configure:11827: checking for Tcl configuration
> configure:11890: WARNING: Can't find Tcl configuration definitions
> configure:11930: checking whether to build tcl binding and demo
> configure:11940: result: no
>
> Not sure if its actually a problem.
>
No it's not. This just means there won't be any tcl/tk usage possible
with hamlib. I believe there are no programs that do so.
> I then ran the "make". This time I did not see the complier errors as
> before. Below are the last few lines from the output of the "make" in my
> terminal window.
>
> Making install in doc
> make[1]: Entering directory `/home/gary/hamlib-1.1.3/doc'
> make[2]: Entering directory `/home/gary/hamlib-1.1.3/doc'
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/home/gary/hamlib-1.1.3/doc'
> make[1]: Leaving directory `/home/gary/hamlib-1.1.3/doc'
> make[1]: Entering directory `/home/gary/hamlib-1.1.3'
> make[2]: Entering directory `/home/gary/hamlib-1.1.3'
> make[2]: Nothing to be done for `install-exec-am'.
> /bin/sh ./mkinstalldirs /usr/local/share/aclocal
> /usr/bin/install -c -m 644 hamlib.m4 /usr/local/share/aclocal/hamlib.m4
> make[2]: Leaving directory `/home/gary/hamlib-1.1.3'
> make[1]: Leaving directory `/home/gary/hamlib-1.1.3'
>
>
> After the "make" I ran a "make install". I don't believe it actually
> installed the program/Library because when I attempted to install
> XLOG-0.7.1 I received the following message:
>
> [root@wslnx gary]# rpm -i xlog-0.7-1*
> error: failed dependencies:
> libhamlib-1.1.3.so.0 is needed by xlog-0.7-1
> [root@wslnx gary]#
>
You libraries are in /usr/local/lib (please check). You should add the
following line to your environment:
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
Either in .bashrc .xsession or /etc/environment if you have it.
Next you should be able to add hamlib functionality to xlog.
>
> Thank you!
>
> 73,
> ...Gary, K8EHB
Regards,
Joop PA4TU
|