When compiling minimad normally i do "gcc minmad.c -o mimimad -lmad". -lmad being the bit that tells gcc to use libmad dunring linking. How does -lmad relate to /usr/local/lib/libmad.a? When i try this using the cross compiler it fails.
More specicfcally I get :
/data/lart/cross/arm-linux/bin/ld: cannot find -lmad collect2: ld returned 1 exit status