Re: [Tlf-devel] Errors

2010-01-05 Thread Martin Kratoska
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, Re: [Tlf-devel] Errors
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 h

Re: [Tlf-devel] Errors

On Sunday 03 January 2010 05:34:05 pm Martin Kratoska wrote: > Hi, > > I tried to compile the SVN build 29. Ended with following results: > > r...@martin:~/tlfrepo# ./configure --enable-hamlib > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is s