[MPlayer-cygwin] mp3lame encoding

Sycotic Smith sycotic at linuxmail.org
Thu Feb 13 16:59:53 CET 2003


> ============ Checking for libmp3lame (for mencoder) ============
> 
> #include <lame/lame.h>
> int main(void) { lame_version_t lv; (void) lame_init();
> get_lame_version_numerical(&lv);  printf("%d%d\n",lv.major,lv.minor);
> return 0; }
> 
> gcc    /tmp/mplayer-conf--3856.c -o /tmp/mplayer-conf--3856.o -lmp3lame
> -lm
> /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
> cannot find -lmp3lame
> collect2: ld returned 1 exit status
> 
> ldd /tmp/mplayer-conf--3856.o
> ldd: not found

For starters, I had this at the beginning too, I had to symlink ld.exe to ldd and it worked fine for me.  Even cleared up other things that were not found.  Try that and send results.
The other thing that helps me, don't recall if you use it, but I add --with-extralibdir=/usr/local/lib to my configure line.

> 
> Result is: no
> ##########################################
> 
> I personally can't make any sense out of that, not sure where exactly it's
> looking for mp3lame, and in what format (libmp3lame.a, libmp3lame.al, or
> .dll?)
> 
> Thanks much.
> 
> - Emmanuel

/S. Smith

-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze


More information about the MPlayer-cygwin mailing list