[MPlayer-users] MPlayer-users Digest, Vol 45, Issue 5

Henry Garcia defsyn at gmail.com
Mon Sep 3 02:12:05 CEST 2007


On 9/1/07, Alexander Bokovikov <openworld at uralweb.ru> wrote:
>
> Henry Garcia wrote:
>
> > You really should read the MingwHOWTO.txt and save yourself
> > a lot of headaches.
>
> I use just this document.


Good.

Of course it "saves a time", but it can't help to
> resolve the issue. The issue appears just when I follow to its
> suggestions!
> And this is the only reason why I'm asking here! So, please everybody do
> not
> advice "to read the howto".




I'm already reading it... for a long time :(
>
> Here are the lines where I'm getting the errors (described :in my initial
> post):




=============><8===============
> Step 6 lame, xvid and x264


Well, just one step at at time: but what step are you stuck on?
nasm, lame, xvid, x264?



Get the nasm sources from
> http://sourceforge.net/project/showfiles.php?group_id=6208
>
> tar -xvvzf nasm-0.98.38.tar.gz
> cd nasm-0.98.38
> ./configure --prefix=c:/mingw <<<<<<<<<<<<<<<<<<
> make                                   <<<<<<<<<<<<<<<<<<
> mkdir c:/mingw/man/man1
> make install
> cd
> =============><8===============


You can disregard some of the conventions you see in the HOWTO. It's kind of
old.
I'd leave out the drive names. I don't know if that's your problem, but the
current and testing mingw versions on the net don't require that you use
windows naming conventions for the drive letters.

./configure --prefix=/mingw

As for cygwin removing and make.exe moving, OK, I'll check it all, and will
> try to find nasm of the version 0.98.38. My user name in Mingv is Alex.
> So,
> it has no blanks.


If you want to verify your executables, just use the objdump program:

~ objdump -p /usr/bin/make-3.79.1.exe | grep "DLL Name"

That should show you which libraries your make program is actually using.
Shouldn't have any cygwin libraries: just KERNEL32.dll, msvcrt.dll

You can do the same with your gcc compiler
~ objdump -p /usr/bin/gcc.exe | grep "DLL Name"

I have to switch between make programs because some sources will not compile
with the newer make-3.81.exe. So I still use the original make-3.79.1.exe to
use with some of those sources.

Thanks.
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>



More information about the MPlayer-users mailing list