[MPlayer-dev-eng] configure and unsupported -rdynamic flag on mingw

Sascha Sommer saschasommer at freenet.de
Thu Apr 8 01:00:02 CEST 2004


Hi,
on mingw I always get a 
gcc.exe: unrecognized option `-rdynamic
at the end of the linking stage o

So I checked configure from where this flag might come from

In line 5770 in configure I can see the following:

# Dynamic linking flags 
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
test "$_real" = yes && _ld_dl_dynamic='-rdynamic'

Shouldn't it be test bsd ?

Sascha




More information about the MPlayer-dev-eng mailing list