This question is perhaps best asked on the MSYS mailing list:
http://www.mingw.org/lists.shtml

Kees Zeelenberg

----- Oorspronkelijk bericht -----
Van: "r_linux" <[EMAIL PROTECTED]>
Aan: <[EMAIL PROTECTED]>
Verzonden: donderdag 9 januari 2003 16:38
Onderwerp: [GnuWin32-Users] dlopen


>
> Anybody can try to help me in this error... in my ./configure
>
> ...
> checking if STL has constructor ofstream(int&)... no
> checking if dlopen accepts RTLD_LAZY as a second parameter... no
> checking if dlopen accepts DL_LAZY as a second parameter... no
> configure: error: Can not determine valid value for the second parameter
for dlopen
>
> in #include <dlfcn.h> have...
>
> /* valid values for mode argument to dlopen */
> #define RTLD_LAZY 1 /* lazy function call binding */
> #define RTLD_NOW 2 /* immediate function call binding */
> #define RTLD_GLOBAL 4 /* symbols in this dlopen'ed obj are visible to
other dlopen'ed objs */
> #define DL_LAZY RTLD_LAZY /* lazy resolution */
> #define DL_NOW          RTLD_NOW
>
> but in my configure don't determine this values...
>
> C:\MSYS\1.0\include\dlfcn.h
> C:\MinGW\include
>
> Thanks in advance... :)
>
>
>
> =====
> More lies, more promises
> We all live in a world of fools
> In a world of fools
>
> - I haven't lost my mind -- it's backed up on tape somewhere.
> - Power doesn't corrupt people, people corrupt power.
> ---->  http://slackware.linuxbr.org - UIN: 42853394  <----
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> GnuWin32-Users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/gnuwin32-users
>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
GnuWin32-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to