Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: openjpeg - JPEG 2000 codec library Alias: openjpeg https://bugzilla.redhat.com/show_bug.cgi?id=229098 ------- Additional Comments From gwirth79@xxxxxxxxx 2007-11-25 14:15 EST ------- openjpeg-devel-1.2-3.20071114svn480.fc8 openjpeg.h header file and library do not match. Installed on Fedora 8 system fully updated as of 11/25/2007 Simple program: openjpegtest.c #include <stdio.h> #include <openjpeg/openjpeg.h> int main( void ) { return 0; } Compile: gcc -o tmp.out openjpegtest.c -lopenjpeg Results: /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined reference to `floor' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined reference to `ceilf' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined reference to `floorf' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined reference to `lrintf' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libopenjpeg.so: undefined reference to `pow' collect2: ld returned 1 exit status Looks like a math include got left out -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review