> One complaint: Making dlls should be simplified like in LCC-Win32 ... > i.e >> lcc -dll -entry MyDllMain myobj1.obj myobj2.obj -o mydll.dll You mean, like this? gcc -shared -e MyDllMain myobj1.o myobj2.o -o mydll.dll -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple