We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error when running make on centos 7:
Linking CXX executable ../bin/AnisoDiff /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_std_error@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to XFreeEventData' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_finish_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_stdio_src@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_read_scanlines@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_CreateDecompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_start_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_destroy_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to XGetEventData' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to XISelectEvents' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_resync_to_restart@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to jpeg_calc_output_dimensions@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to `jpeg_read_header@LIBJPEG_6.2' collect2: error: ld returned 1 exit status make[2]: *** [bin/AnisoDiff] Error 1 make[1]: *** [applications/CMakeFiles/AnisoDiff.dir/all] Error 2 make: *** [all] Error 2
jpeg_std_error@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to
jpeg_finish_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_read_scanlines@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_start_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
XGetEventData' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to
jpeg_resync_to_restart@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following error when running make on centos 7:
Linking CXX executable ../bin/AnisoDiff
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_std_error@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to
XFreeEventData'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_finish_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_stdio_src@LIBJPEG_6.2'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_read_scanlines@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_CreateDecompress@LIBJPEG_6.2'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_start_decompress@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_destroy_decompress@LIBJPEG_6.2'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to
XGetEventData' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libglut.so: undefined reference to
XISelectEvents'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_resync_to_restart@LIBJPEG_6.2' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to
jpeg_calc_output_dimensions@LIBJPEG_6.2'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libfltk_images.so: undefined reference to `jpeg_read_header@LIBJPEG_6.2'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/AnisoDiff] Error 1
make[1]: *** [applications/CMakeFiles/AnisoDiff.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: