This appears to be not tested with autoconf (cmake works). The assignment
to $LIBS changes nothing, which cannot possibly be the intent.
---
cc-ing to original patch author and sign-off
diff --git a/configure.ac b/configure.ac
index 1b94701..c760787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ dnl libmath (for rtl_fm)
AC_CHECK_LIB(m, atan2, [LIBS="$LIBS -lm"])
dnl librealtime (for rtl_test)
-AC_CHECK_LIB(rt, clock_gettime, [LIBS="$LIBS"])
+AC_CHECK_LIB(rt, clock_gettime, [LIBS="$LIBS -lrt"])
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"
I'm running Ubuntu 12.04 and after installing all the latest security and
recommended updates, I'm having problems with the rtlsdr library relating
to rtlsdr_cancel_async. For example:
rtl_sdr -f 739000000 -n 1000000 cap.dat
The above will successfully capture exactly 1M samples into cap.dat, but it
will not exit after the capture is finished. I have to break out with
ctrl-c.
Anybody having similar problems? Hoping I don't have to re-install
Ubuntu... :(
James
--
*Integrity is a binary state - **either you have it or you don’t.* - John
Doerr
Just fyi, here's how I did the 4msps wiring hack :
http://i.imgur.com/TODkU.png
Basically use resistors (I used 270R which is a bit high ,between 20 and
10R would bwe better) on the back side on the PCB.
I initially started with wire jumpers on the pins, then moved to resisors
on the top but that created a huge loop area with the ground return (there
is no gnd on those connection) which was heavily radiating.
Mounting on the back like that dropped it significantely for me (especially
on baseband), but you still clearly see it.
I think the FPGA drive strength on the data pins is still way too high and
should be reduced.
Maybe using spread spectrum on the MCI would be another idea ?
Cheers,
Sylvain