tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tlf-devel] Errors


From: Thomas Beierlein
Subject: Re: [Tlf-devel] Errors
Date: Tue, 5 Jan 2010 07:24:43 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi Martin,

as I said before, please check that you have pkg-config installed on your 
system.

Afterwards a 'pkg-config --libs hamlib' on the command line should give you the
compiler switches for hamlib: -lhamlib -lm.

If that does not work please try:

autoreconf
./configure --enable-hamlib

I hope that helps.

73, de Tom DL1JBE.

On Tue, Jan 05, 2010 at 02:30:05AM +0100, Martin Kratoska wrote:
> found a problem with configure
>
>
> 4564,4571d4563
> < if test "x${wanthamlib}" != "xfalse"; then
> <         hamlib_modules="hamlib >= 1.2.8"
> <     PKG_CHECK_MODULES(HAMLIB, $hamlib_modules,
> <                            CFLAGS="$CFLAGS $HAMLIB_CFLAGS";
> <                            LIBS="$LIBS $HAMLIB_LIBS";
> <                            ,
> <                                AC_MSG_ERROR([Hamradio control libraries 
> 1.2.8 or later not found...])
> <                            )
> 4629,4638d4620
> < $as_echo "#define WANT_HAMLIB 1" >>confdefs.h
> <
> <     echo "enabling hamlib support"
> < else
> <
> < $as_echo "#define WANT_HAMLIB 0" >>confdefs.h
> <
> <     echo "disabling hamlib support"
> < fi
> <
>
>
> if removed the above, the compilation  is OK. What now?
>
> 73
> Martin, OK1RR

-- 
"Do what is needful!"
Ursula LeGuin: Earthsea
--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]