delorie.com/archives/browse.cgi | search |
From: | "Eddy Ilg" <eddyilg AT t-online DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Win 2000 and ; |
Date: | Sun, 18 Feb 2001 21:18:43 +0100 |
Organization: | T-Online |
Lines: | 28 |
Message-ID: | <96pan4$188$02$1@news.t-online.com> |
Mime-Version: | 1.0 |
X-Trace: | news.t-online.com 982527526 02 1288 Y6uxrUSKaMUP 010218 20:18:46 |
X-Complaints-To: | abuse AT t-online DOT com |
X-Sender: | 320087274283-0001 AT t-dialin DOT net |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hi, I have been using DJGPP on Windows 95. No I have this new Windows 2000 Workstation. As long as use only simple dependencies im Make like this: main.obj: main.c $(CC) main.c -omain.obj everything works. When I try this it fails. main.obj: main.c $(CC) main.c -omain.obj; echo "test" make tries to execute the command $(CC) main.c -o$(OBJ)/main.obj; echo "test" as one and NOT $(CC) main.c -o$(OBJ)/main.obj and echo "test" sepeartely. Why could this be? Thanks a lot. Eddy Ilg
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |