SDL_image jpeg problem

Hi guys

I have one of those problems that has become a mission,but i think im just plain
stupid and missing something.
If i try and load a jpeg i get ‘JPEG loading error’.
I have narrowed it down to line 401 in IMG_jpg.c
"lib.jpeg_create_decompress(&cinfo);"
it doesnt return,it just exits there. The strangest part for me is there seems
to be no member in struct lib with that name,even if i grep it i cant find it.
Any ideas?
I know my libjpg’s healthy as ive run the tests there.
Im running suse 10.2 gnome.

Hi guys
My sincere apologies if this shows up as a double-post.

I have one of those problems that has become a mission,but i think im just
plain
stupid and missing something.
If i try and load a jpeg i get ‘JPEG loading error’.
I have narrowed it down to line 401 in IMG_jpg.c
"lib.jpeg_create_decompress(&cinfo);"
it doesnt return,it just exits there. The strangest part for me is there
seems to be no member in struct lib with that name,even if i grep it i
cant find it.
Any ideas?
I know my libjpg’s healthy as ive run the tests there.I also used their
testimage.jpg with SDL_image to no avail.
Im running suse 10.2 gnome.