On Sat 10-Mar-2012 at 02:03 -0800, nowheredancer wrote:
I tried to compile panoglview on Kubuntu 11.10( 64 amd ) to use pafextract. make run into this error:
panoglview-panocanvas.o: In function `panoCanvas::position()': panocanvas.cpp:(.text+0x394): undefined reference to `gluPerspective' collect2: ld returned 1 exit status
The lib installed is freeglut3. Is this right lib? Or have i to install another?
In the fedora package it is necessary to fiddle with the linker flags, something like this:
./configure make LDFLAGS="-lGL -lGLU" -- Bruno -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
