gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #36642] extensions don't load (FileIO test failing)


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #36642] extensions don't load (FileIO test failing)
Date: Sun, 14 Jul 2013 11:31:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #17, bug #36642 (project gnash):

FWIW:

lt_dlopenext returns the unhelpful error 'file not found' even when the shared
object exists. If you switch to standard dlopen the first unresolved symbol is
shown in dlerror().

Easier is, however, to build with -Wl,--no-undefined in extensions/. (There
already is a -no-undefined flag in Makefile.am, which seems to be silently
ignored by the compiler and linker.) The only symbol not listed in the output
from --no-undefined is the {extension}_class_init, which of course must also
have external linkage.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36642>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]