Dear LAME developers

thank you for writing LAME.

I just want to let you know that it compiles almost fine in HP-UX 10.20 w/ gcc.

The only problem is that it can't find the -lm library in this step:

cd /home/local/lib/lame/lame-20020102/frontend
gcc -O3 -fomit-frame-pointer -ffast-math -funroll-loops -Wall -pipe -o lame main.o 
get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o -lm -lcurses 
../libmp3lame/.libs/libmp3lame.a

Changing this command (i.e. adding -lm once more at the end):

cd /home/local/lib/lame/lame-20020102/frontend
gcc -O3 -fomit-frame-pointer -ffast-math -funroll-loops -Wall -pipe -o lame main.o 
get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o -lm -lcurses 
../libmp3lame/.libs/libmp3lame.a  -lm

works fine.

I have done this manually because I did not find the right place in the 
Makefile.


Best wishes and thanks from Prague.

-- 
Pavel Pokorny
Math Dept, Prague Institute of Chemical Technology
http://staffold.vscht.cz/mat/Pavel.Pokorny

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to