From: dfw AT umich DOT edu (David Finley Woodford) Subject: Re: Setup of LibAmp library (Allegro / DJGPP) Newsgroups: comp.os.msdos.djgpp References: <70m5nj$n7i$1 AT news DOT interlog DOT com> <70nkv9$n85$1 AT news DOT interlog DOT com> X-Newsreader: TIN [version 1.2 PL2] Lines: 34 Message-ID: Date: Sat, 24 Oct 1998 21:40:47 GMT NNTP-Posting-Host: 141.211.63.90 X-Trace: news.itd.umich.edu 909265247 141.211.63.90 (Sat, 24 Oct 1998 17:40:47 EDT) NNTP-Posting-Date: Sat, 24 Oct 1998 17:40:47 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Guruman (nospam DOT guruman DOT spamless AT pissoff DOT spam DOT interlog DOT nospam DOT com) wrote: : Guruman wrote in message <70m5nj$n7i$1 AT news DOT interlog DOT com>... : > I cannot successfully link this library into my code. : Here's another interesting thing. : I decided to try and compile one of the demo programs separately from : the main installation. : Unless 'libamp.a' was copied to the folder containing the source, it : wouldn't compile. Using RHIDE, I couldn't get it to compile at all and ended : up with tons of weird-looking errors: : Error: d:/djgpp/lib/libamp.a(audioalg.o)(.text+0xf5):audioalg.c: undefined : reference to `play_audio_stream' I was getting the same errors as you. I sucessfully compiled the lib with the demo programs using the supplied makefile. If you are using RHIDE, make sure you specify amp _before_ alleg in the Options->Libraries window. After that, my program compiled fine and was able to play mp3 files. Hope this helps. ------ David Woodford dfw AT umich DOT edu