If you force dlopen and dlsym to 0, see what happens.

dso/win32/dso.c, is the source we should be compiling, not the
dso/unix/dso.c.  Can you check that?

Bob Rossi wrote:
> On Tue, Dec 05, 2006 at 02:55:09PM -0600, William A. Rowe, Jr. wrote:
>>> Failed Tests                Total   Fail    Failed %
>>> ===================================================
>>> testdso                         5      4     80.00%
>>> testpipe                        9      2     22.22%
>> testpipe errors are expected.  Filesystem pipes on windows do not behave
>> in a socket-compatible, select()able manner.
>>
>> testdso is another story - perhaps it believes it's using the dlxxx flavor
>> instead of windows, and some common code it causing it to throw up?
> 
> Thanks for the quick response. This is the output of my configure run.
> Is something obviously wrong here?
> 
> Checking for DSO...
> checking for NSLinkModule... no
> checking for shl_load in -ldld... no
> checking for dlopen... no
> checking for dlopen in -ldl... yes
>   adding "-ldl" to LIBS
> checking for dlsym... yes
> 
> Thanks,
> Bob Rossi
> 

Reply via email to