On 14-Mar-2002 Gareth wrote:
Hi,
I have succesfully cross compiled libmad for ARM and now it is time for compiling minimad for ARM as well. I have 2 question really
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.
Hmm - In My system there does not exist libmad.a in the libmad directory There just exist a libmad.la Wha I did, I gave the linker a file in .libs. i dont remember the name, but i gave it without the -l option(for library) Is there a way to make a shared library versin of libmad ?
Do you need the capability to start from a defined position in the mp3 file ?