unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Guile test-ffi uses an unportable assumption
@ 2016-07-23 11:51 Eli Zaretskii
  2016-07-23 21:17 ` Andy Wingo
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-07-23 11:51 UTC (permalink / raw)
  To: guile-devel

It assumes that libltdl can only produce a handle for a symbol in the
the program itself, as opposed to those loaded from shared libraries.
It tries 'strerror'.  This cannot work on MS-Windows, unless the
program was linked with -export-dynamic, which is not true for
the test program.

So this test currently fails on MS-Windows.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-13  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 11:51 Guile test-ffi uses an unportable assumption Eli Zaretskii
2016-07-23 21:17 ` Andy Wingo
2016-07-24 14:13   ` Eli Zaretskii
2016-08-10  8:31     ` Mark H Weaver
2016-08-13  7:33       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).