Bejoy Abraham Mathews <[email protected]> writes: > $ gcc -o foo foo.c -I/cygdrive/c/Program\ Files/GnuTLS-2.7.3/include/ > /cygdrive/c/Program\ Files/GnuTLS-2.7.3/lib/libgnutls.dll.a > gcc.exe: /cygdrive/c/Program\ Files/GnuTLS-2.7.3/lib/libgnutls.dll.a: No such > file or directory > > This is what I get if I remove the "-L" > Bejoy
Does the path and file exist if you use command line completion? Note that the path will only exist when you use cygwin. Possibly there could be some problem with SPC in paths, try installing gnutls to another place without SPC in the path. /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
