In the CYGWIN32, SUPPORT_DYNAMIC_LINKING version of 3.11.0+rc1, file unix.c has the following lines:

178:   return flexdll_dlopen(libname, flags);
193:   return flexdll_dlsym(flexdll_dlopen(NULL,0,1), name);

My version of gcc is extremely unhappy about line 193 [and says so loudly by quitting], since it corresponds to a call to flexdll_dlopen with an incorrect number of parameters.
Jacques

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to