[MPlayer-dev-eng] configure and unsupported -rdynamic flag on mingw
Diego Biurrun
diego at biurrun.de
Sun Apr 18 02:02:51 CEST 2004
Gabucino writes:
> Diego Biurrun wrote:
> > > BTW the -rdynamic option is non-existant on the QNX RTO platform too (Real libs
> > > don't work).
> > So how about disabling it for QNX as well then?
> On QNX it's only used if --enable-real (which is default off on that OS), and
> it won't work (probably because of that)
Please test the attached patch.
Diego
--- configure 16 Apr 2004 13:22:51 -0000 1.855
+++ configure 17 Apr 2004 23:47:41 -0000
@@ -5820,7 +5820,7 @@
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
-if test "$_real" = yes || test "$_xanim" = yes && not win32 ; then
+if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then
_ld_dl_dynamic='-rdynamic'
fi
More information about the MPlayer-dev-eng
mailing list