|
From: Ekki P. (DF4OR) <ek...@pl...> - 2018-12-04 21:02:25
|
Ok, cancel that. Figured it out. 73, Ekki, DF4OR Am Di., 4. Dez. 2018 um 17:55 Uhr schrieb Ekki Plicht (DF4OR) < ek...@pl...>: > Hi. > Unfortunately I do not arrive at compiling fldigi 4.0.18 with hamlib. > > System: arch linux, kernel 4.19.4 > > Compiled and installed hamlib 4.0, invoked ldconfig. Later additionally > installed hamlib 3.3 > > root@grappa ~ # ldconfig -p|grep hamlib > libhamlib.so.4 (libc6,x86-64) => /usr/local/lib/libhamlib.so.4 > libhamlib.so.2 (libc6,x86-64) => /usr/local/lib/libhamlib.so.2 > libhamlib.so (libc6,x86-64) => /usr/local/lib/libhamlib.so > libhamlib++.so.4 (libc6,x86-64) => /usr/local/lib/libhamlib++.so.4 > libhamlib++.so.2 (libc6,x86-64) => /usr/local/lib/libhamlib++.so.2 > libhamlib++.so (libc6,x86-64) => /usr/local/lib/libhamlib++.so > > root@grappa ~ # ldconfig -v|grep hamlib > libhamlib.so.4 -> libhamlib.so.4.0.0 > libhamlib++.so.2 -> libhamlib++.so.2.1.3 > libhamlib++.so.4 -> libhamlib++.so.4.0.0 > libhamlib.so.2 -> libhamlib.so.2.1.3 > > The error I get: > ekki@grappa ~/src/fldigi-4.0.18 $ ./configure --with-hamlib > ... [cut] > configure: error: Package requirements (hamlib >= 1.2.4) were not met: > > Package 'hamlib', required by 'virtual:world', not found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables HAMLIB_CFLAGS > and HAMLIB_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > I played around with "pkg-config --with-path=/usr/local/lib", tried to set > PKG_CONFIG_PATH manually before invoking configure, all to no avail. > > Any hint where I am goimdg wrong? > > Thanks & 73, > Ekki, DF4OR > > > > > > > > > |