| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <19991208051700.3006.qmail@web114.yahoomail.com> |
| Date: | Tue, 7 Dec 1999 21:17:00 -0800 (PST) |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| Reply-To: | earnie_boyd AT yahoo DOT com |
| Subject: | Re: path recognition problem in make.exe |
| To: | aczaplin AT erggroup DOT com, cygwin AT sourceware DOT cygnus DOT com |
| MIME-Version: | 1.0 |
Do you have a mount point named `c'? I.E.: Do you get a "Warning" message from
mount the `c' doesn't exist? If so, what happens if you `mkdir /c' before
mounting /c and then doing your make?
--- aczaplin AT erggroup DOT com wrote:
>
>
> It looks like that make.exe (rev 3.77) does not recognise pathnames that
> start
> from '/' + 'drive name'. When I mounted c: drive as /c my software build
> collapsed due to the unrecognised path names. The output of executing 'make
> -d'
> is:
>
> BASH.EXE-2.02$ make -d
> ...
> Updating goal targets....
> ...
> File '/c/home/adamc/afc/OS9_68k_v3.0.3' does not exist.
>
> When I changed the path name to ' /home/adamc/afc/OS9_68k_v3.0.3' (with c:
> mounted as /) everything starts working fine. I traced the make sources
> up to the "update_file_l()" function in the "remake.c" module and I found the
> following code that I think is responsible for my problem:
>
> ...
> this_mtime = file_mtime (file);
> check_renamed (file);
> noexist = this_mtime == (time_t) -1;
> if(noexist )
> DEBUGPR ("File '%s' does not exist.\n");
> ...
>
> Can anyone help me PLEASE to find solution to this problem :)
>
> By the way '//c/home/adamc/afc/OS9_68k_v3.0.3' path name is also not
> recognised.
>
> THANKS.
>
>
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
>
>
=====
Earnie Boyd <mailto:earnie_boyd AT yahoo DOT com>
Cygwin Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>
__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one place.
Yahoo! Shopping: http://shopping.yahoo.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |