Re: [Flightgear-devel] Compiling 2.8.0

2012-09-06 Thread zezinho
Em 05-09-2012 21:14, Olaf Flebbe escreveu: > 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 wi

Re: [Flightgear-devel] Compiling 2.8.0

2012-09-05 Thread Olaf Flebbe
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 requ

Re: [Flightgear-devel] Compiling 2.8.0

2012-09-05 Thread Jose Jorge
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 Exclus

Re: [Flightgear-devel] Compiling 2.8.0

2012-09-05 Thread Chris Forbes
Looks like its not bothering to link against libm (the system math library) On 5/09/2012 7:53 PM, "zezinho" wrote: > hi, I am trying to package 2.8.0 in my Linux Mageia system, which > already brings 2.6.0 in rpms. > > The 2.8 compilation fails with below error, any hints please? Is it a > new bu