Alpha install & hermes

I’m trying to install SDL on an Alpha so I figured the asm stuff doesn’t
work and I do something like “config --disable-nasm
–target=alpha-linux” so that it isn’t used but when I then try linking
against the lib it cant find these routines:

% cc testwin.c -o testwin sdl-config --libs --cflags
ld:
Unresolved:
ConvertX86p16_16BGR565
ConvertX86
ConvertX86p16_16RGB555
ConvertX86p16_16BGR555
ConvertX86p32_16RGB565
ConvertX86p32_16BGR565
ConvertMMXp32_16RGB555
ConvertMMX
ConvertX86p32_16RGB555
ConvertX86p32_16BGR555
ConvertX86p32_24RGB888
ConvertX86p32_24BGR888
ConvertX86p32_32BGR888
ConvertX86p32_32RGBA888
ConvertX86p32_32BGRA888
ConvertX86p32_8RGB332
Hermes_X86_CPU

How do I configure this properly ? The documentation on that is really a
bit thin and I’m not a automake whizz…

Thanks