Bob, The version of uridiag on the svn is correct svn co http://svn.ohnosec.org/svn/projects/allstar/uridiag/trunk uridiag cd uridiag make make install 73, Steve N4IRS On 06/01/2016 05:27 AM, kk6ecm wrote:
Ive included three things, contents of the folder containing uridiag files, a listing of Makefile, and the make install results. root@K6ECM-2:/trunk_uri# ls fftsg.c Makefile uridiag.c root@K6ECM-2:/trunk_uri# cat Makefile
CFLAGS=-Wall
all: uridiag
install: all install -m 755 uridiag /usr/bin/uridiag
uridiag: uridiag.c fftsg.c cc -Wall uridiag.c fftsg.c -o uridiag -lusb -lasound -lm
root@K6ECM-2:/trunk_uri# make install cc -Wall uridiag.c fftsg.c -o uridiag -lusb -lasound -lm /usr/bin/ld: /tmp/cc1hh6L8.o: undefined reference to symbol 'pthread_join@@GLIBC_2.4' //lib/arm-linux-gnueabihf/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:10: recipe for target 'uridiag' failed make: *** [uridiag] Error 1 root@K6ECM-2:/trunk_uri#
thanks, Bob _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic