Hi All, A quick quest on linking to a library on a windows share. GCC silently consumes non-existent paths. So when I do the following, I assume its a failure since I have link problems: gcc ... -L/smb://fileserver/fileshar/dir/ -llibcoolstuff How does one specify a windows share? Jeff