Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2014 02:26:36 -0800
From:      Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        Konstantin Belousov <kostikbel@gmail.com>, Thomas Zander <riggs@freebsd.org>, "freebsd-ports@freebsd.org" <ports@freebsd.org>, multimedia@freebsd.org
Subject:   Re: [CFT] New upstream version of mplayer + mencoder
Message-ID:  <CAOgwaMuaznHzBm=HdBAJz0eUd9o=Pg7o=QbXKpTKM=R8y5%2BXeQ@mail.gmail.com>
In-Reply-To: <20141229093601.GA2303@unixarea.DDR.dd>
References:  <20141225134226.GA78595@marvin2011.fritz.box> <CAFU734zEDB0g%2BsxY-qH-r%2Bi78HuM5VosuXCfi3f0ADigB8iKsw@mail.gmail.com> <20141227082905.GA31557@unixarea.DDR.dd> <20141229064514.GA1640@unixarea.DDR.dd> <CAFU734yGzysJA4gquon=dsdksBZn2KNsFJExMS4KoOLbUDxuHA@mail.gmail.com> <20141229092946.GJ98945@kib.kiev.ua> <20141229093601.GA2303@unixarea.DDR.dd>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 29, 2014 at 1:36 AM, Matthias Apitz <guru@unixarea.de> wrote:

> El d=C3=ADa Monday, December 29, 2014 a las 11:29:46AM +0200, Konstantin
> Belousov escribi=C3=B3:
>
> > On Mon, Dec 29, 2014 at 09:35:37AM +0100, Thomas Zander wrote:
> > > On 29 December 2014 at 07:45, Matthias Apitz <guru@unixarea.de> wrote=
:
> > > > btw: Is there a way to let the installed mplayer print the flags
> which
> > > > have been used to compile?
> > >
> > > Not that I know of. mplayer itself does not store this information.
> Sorry
> >
> > Mplayer does store something into the binary.  I am not sure how to
> obtain
> > this using mplayer command, but you can find this in the binary:
> > $ strings /usr/local/bin/mplayer | grep -e -L/usr
>
> Yes, but this seems to be the given args to ./configure and not the used
> CFLAGS.
>
> Thanks anway
>
>         matthias
>
> --
> Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211
> 1989-2014: The Wall was torn down so that we go to war together again.
> El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
> Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg
> ziehen.
>



You may try the following :


Remove existing mplayer related files ( in the sense of clean ) .

Divert output of ./configure to a file :

./configure > configure_output.txt
make > make_output.txt

Then study the generated files .

Everything will be recorded into these files .

When any output goes to stderr , I think , it will not go into redirected
stdout files .

To check such an output , please learn how to divert stderr output a file .
Myself , I do not know .


Then repeat the above steps for ( clean , configure , make ) for stderr
output redirection to files .


Another option will be to study "makefile"s generated by the ./configure .


I expect that people knowing the above subjects very well will clarify my
suggestion up to a point that will solve your problem .


Thank you very much .

Mehmet Erol Sanliturk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOgwaMuaznHzBm=HdBAJz0eUd9o=Pg7o=QbXKpTKM=R8y5%2BXeQ>