Hi,

You can force it  by changing  the TARGET_LINK_LIBRARIES definition
in src/Canvas/ShivaVG/src/CMakeLists.txt to

TARGET_LINK_LIBRARIES(
    ShivaVG
    ${OPENGL_gl_LIBRARY}
    ${OPENGL_glu_LIBRARY}
    m    
)

i.e. the line with the "m" on it.

But I am wondering why your libGL does not require libm.so.

Olaf


Am 05.09.2012 um 20:41 schrieb Jose Jorge <lists.jjo...@free.fr>:

> Le 05/09/2012 10:06, Chris Forbes a écrit :
>> 
>> Looks like its not bothering to link against libm (the system math 
>> library)
>> 
>> 
> Thank you, but how can I try to force this link?
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to