Hello!

Lately i read, that JohnV compiled Vorbis 1.0 with gcc 3.1 and that it
was even faster than the ICL compiles (didn't test that yet).

So i thought it would be nice to compile LAME 3.92 with gcc3.1 also.
Until now i always used ICL 4.5...pretty fast already as i think
(thanks to Dmitrys explanation a few months ago).

First i tried DJGPP ("make -f makefile.djgpp"), but it complained about a doubled 
declaration of
'va_list'. i removed one declaration and continued. it was fine until
the compiler found a function 'lame_set_preset' which didn't have a
prototype-declaration. gcc3.1 quit with an error.

Then i tried Cygwin (make -f makefile.unix UNAME=MSDOS).

The 'va_list' error didn't appear, but when arriving at the 'Preset'-Stuff
gcc once again canceled the compilation.

I would like to hear, if somebody managed to produce a lame exe with
gcc, and of cause how it's done.

Thank You, rocko

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

Reply via email to