diff mp3lib/test2.c @ 826:93304e7353c8

Added missing mathlib for linking.
author atmosfear
date Thu, 17 May 2001 18:20:14 +0000
parents 989b921361d0
children 03b7e2955a20
line wrap: on
line diff
--- a/mp3lib/test2.c	Thu May 17 16:40:29 2001 +0000
+++ b/mp3lib/test2.c	Thu May 17 18:20:14 2001 +0000
@@ -1,5 +1,5 @@
 
-// gcc test.c -I.. -L. -lMP3 -o test -O4
+// gcc test.c -I.. -L. -lMP3 -lm -o test2 -O4
 
 #include <stdio.h>
 #include <stdlib.h>