This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autobook: Simple [] Module Loader


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]