Phil wrote:
>You've entered a level of Cygwin details that I have to admit I know  
>nothing about.

I suspect I know much less than Phil, but I tried google-ing.  Maybe one of 
these will help:
  http://cygwin.com/faq/faq_3.html#SEC94
  http://sourceware.org/ml/cygwin/2004-03/msg00220.html

By the way, for future reference, the option -L specifies not the library file 
itself, but a 
location to search for library files.  In addition, the option -l is used to 
specify a library 
in an abbreviated form.  So if you have a library at /weird/blah/libstuff.so, 
then you might do 
something like 
  gcc source.c -L/weird/blah/ -lstuff
with the capitalization differentiating the two.

-- Jon.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to