On Mon, Dec 29, 2014 at 1:36 AM, Matthias Apitz <g...@unixarea.de> wrote:
> El día Monday, December 29, 2014 a las 11:29:46AM +0200, Konstantin > Belousov escribió: > > > On Mon, Dec 29, 2014 at 09:35:37AM +0100, Thomas Zander wrote: > > > On 29 December 2014 at 07:45, Matthias Apitz <g...@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, g...@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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"