Hi,

I am trying to compile a .c file using cl.exe in cygwin.
I am getting following Error.

$ cl -Fo/cygdrive/e/cnair/tmp/hai.o /cygdrive/e/cnair/tmp/hai.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86
Copyright (C) Microsoft Corporation 1984-2001. All rights reserved.

cl : Command line warning D4002 : ignoring unknown option
'/cygdrive/e/cnair/tmp
/hai.c'
cl : Command line error D2003 : missing source filename

  If I  change the .c file path format to normal windows format then it is
working fine.

Is there any option/way to compile files using cl.exe with the same cygwin
path format?

Thanks and regarsd,
CN


-- 
View this message in context: 
http://www.nabble.com/cl.exe-cannot-understand-gygwin-path-format-tp17815775p17815775.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to