No subject


Tue Jul 31 12:28:58 PDT 2012


cc -g -o example main.c -lFLAC -lm

Which will compile a debug version of main.c, link it to the system
libflac and libm, and create an executable called 'example'.

Good luck with your programming efforts,
 -r



More information about the flac-dev mailing list