[vorbis-dev] Compiling

Joe Smith chopsuey1973 at hotmail.com
Wed Sep 11 19:23:14 PDT 2002



I am trying to compile the example code for vorbis files and I am getting an 
undefined reference, below is my Makefile, any ideas on what is wrong?

OBJS=ogg.o

ogg: $(OBJS)
        cc -o ogg $(OBJS) -L/usr/local/lib -lm -lc -lvorbis

ogg.o: ogg.c
        cc -I/usr/local/include -c ogg.c

clean:
        rm -f $(OBJS)

<p>_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list