Hi, and thanks already for the help from yesterday, Unfortunately I still have a problem compiling libraries under Windows using cygwin with gcc. I don't want (or do I have to ?) create .dll files but .lib libraries. Libraries (.a, .so) which I use under Linux I integrate using -L$(PATH) in the linking stage. Is there no counterpart for Windows, for example using .lib files ? Thanx! Patrick -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
- Re: Creating libraries Patrick Reuter
- Re: Creating libraries Charles Wilson