Hi,

The error is because the freehdl.pc file is not included in the package.

Adding the line 
usr/lib/pkgconfig/freehdl.pc
to libfreehdl0.install (in the package source) and re-building the
package should solve that issue.

I also had to adapt the script qucsdigi (/usr/bin/qucsdigi) and add
"--tag CXX" otherwise I would get a compile error:

libtool --quiet --mode=link $CXX $NAME._main_.o $NAME.o $LIBS 
    $IEEELIBS -o $NAME
libtool --quiet --mode=link --tag CXX $CXX $NAME._main_.o $NAME.o $LIBS
    $IEEELIBS -o $NAME


Both changes are quite trivial (and I am not sure if freehdl.pc really
belongs to the libraries, or if the second fix is the correct response
here), so I am not attaching patches. I can still do so if required, of
cours.

Best wishes,

Kurt Gysin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to