[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GQView compiling error



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/


Reply to: