On Wed, Jan 08, 2014 at 10:11:26PM -0500, Rodney D. Myers wrote: > > i'm attempting to an older piece of software, GQView, and it appears I > do have all required software installed. "./configure" does not puke > when ran. > > Though when I attempt to run "make" to compile it, this is where is > dies; >
<snip> > -lglib-2.0 -lfreetype -llcms /usr/bin/ld: dupe.o: undefined > reference to symbol > 'floor@@GLIBC_2.0' //lib/i386-linux-gnu/libm.so.6: error adding > symbols: DSO missing from command line collect2: error: ld > returned 1 exit status make[3]: *** [gqview] Error 1 make[3]: > Leaving directory `/home/rodney/Compile/gqview-2.1.5/src' > make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory > `/home/rodney/Compile/gqview-2.1.5/src' make[1]: *** > [all-recursive] Error 1 make[1]: Leaving directory > `/home/rodney/Compile/gqview-2.1.5' make: *** [all] Error 2 > > > Not sure what I am missing, nor how to rectify this error message. > </snip> Could this help? https://github.com/robwhess/opensift/pull/7 If that's correct, you'd have to link libm by adding -lm to the Makefile. Not that I know what I'm talking about. Just trying to help. -- Nitebirdz http://www.sacredchaos.com/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140110030232.ga8...@istanbul.sacredchaos.com