This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Do I have to mount ClearCase's view ?


Alexei Karpov wrote:

>  Hi,
>
>     I use full file's name but in my GNUmakefile I
> use var. which contains full path to dir containing
> source file. When I use dos-natation ( f.e. Y:\aaa )
> cd command has worked but line contains $(var. )
> has not passed. When I use //Y/aaa line contains $(var. )
> has passed but cd command has not worked properly.
> What's happend I do not know ? I am making an attempt
> to clear it.
>
>     Regards,

Alexei --

    I am using a DOS-like notation, but with forward slashes.  For
example, if the view in on drive X:,

Environment
----------
export DNB_ROOT=X:/dnb

Makefile
-------
MAKEINC=$(DNB_ROOT)/make

include $(MAKEINC)/default.mk

=========================================

I suspect the backslash in the dos-style setting is messing you up.  We
use the dos-style specification because we use MSVC to compile, given
the commercial redistribution restrictions from the GPL.  We just use
Cygwin as an environment.

--
Stephen Vance                           |  http://www.deneb.com
Deneb Robotics, Inc.                    |  mailto:vance@deneb.com
5500 New King Street                    |  Phone: (248) 267-9696
Troy, MI 48098-2615                     |  Fax:   (248) 267-8585

What is done well is done quickly enough. -Augustus Caesar



-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]