Can i compile SDL with another compilers?

hi all
i want to compile the sdl package using bfin-uclinux-gcc.
not without gcc.
how can i do that?

i want to compile the sdl package using bfin-uclinux-gcc.
not without gcc.
how can i do that?

Try setting the CC variable before running configure:

CC=bfin-uclinux-gcc ./configure
make

–ryan.