public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* LLVM JIT based project fails due to undefined HAVE_DLOPEN
@ 2018-05-03 15:42 Ory Chowaw-Liebman
  2018-05-03 23:54 ` Norton Allen
  0 siblings, 1 reply; 2+ messages in thread
From: Ory Chowaw-Liebman @ 2018-05-03 15:42 UTC (permalink / raw)
  To: cygwin

Dear All,

during my work on a programming language I noticed that with the update to LLVM 5.0.1
the LLVM calls fail to find symbols defined in my executable.
It used to work before the upgrade, and still works fine under windows.
objdump lists the symbols wanted.

With a lot of tracing through the LLVM code, I found that it depends
on HAVE_DLOPEN being defined in a POSIX environment. When
I call GCC with "-E -dM" only 
_GLIBCXX_HAVE_DLFCN_H
is defined.

Just using dlopen and friends from my code works fine (though there are o man pages).
Should the macros HAVE_DLOPEN and HAVE_DLFCN_H not be defined?

Thanks and best regards,
Ory

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2018-05-03 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 15:42 LLVM JIT based project fails due to undefined HAVE_DLOPEN Ory Chowaw-Liebman
2018-05-03 23:54 ` Norton Allen

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).