Ooops !

> Note that to build the module I did:
> 
> ld -shared simple-module.o -o simple-module.so -lcygwin
> 
> to avoid error messsages
> whereas the suggested command line is:
> 
> gcc -shared -o simple-module.so
> 

If one type

dllwrap.exe --export-all simple-module.o -o simple-module.so

all works fine !

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to