Bug found???
Posted: 30.10.2005, 01:49
Ok, after trying and trying to configure celestia with:
configure --with-gtk
and failing miserably because of not being able to find the libjpeg files, I tried configuring with:
configure --with-glut
and the configure file found libjpeg without a problem.
so to sum up;
configure --with-gtk
gave me;
checking for jpeg_start_decompress in -ljpeg NO
configure --with-glut
gave me;
checking for jpeg_start_decompress in -ljpeg YES
And no matter what I did to try and tell configure where to
find libjpeg, nothing worked with "configure --with-gtk"
Odd.
configure --with-gtk
and failing miserably because of not being able to find the libjpeg files, I tried configuring with:
configure --with-glut
and the configure file found libjpeg without a problem.
so to sum up;
configure --with-gtk
gave me;
checking for jpeg_start_decompress in -ljpeg NO
configure --with-glut
gave me;
checking for jpeg_start_decompress in -ljpeg YES
And no matter what I did to try and tell configure where to
find libjpeg, nothing worked with "configure --with-gtk"
Odd.