Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: mperdue@iquest.net (Mario Perdue) Newsgroups: scea.yaroze.problems.pc Subject: Re: "still having problems" Date: Wed, 02 Jul 1997 14:39:59 GMT Organization: SCEA Net Yaroze News Lines: 38 Message-ID: <33ba672c.587739@205.149.189.29> References: <33B7010E.3CB7@earthlink.net> <33b7f084.597353@205.149.189.29> <33B7F80A.2395@earthlink.net> <33B98227.23FE@earthlink.net> <33b99fad.32394434@205.149.189.29> <33B9A1E4.81A@earthlink.net> <33B9C526.76F1@earthlink.net> NNTP-Posting-Host: firewall.hrtc.net X-Newsreader: Forte Free Agent 1.1/32.230 Linda, Did you miss this post? ----------------------- Here's what happens when I remove all the .O files in the WalZ project and rebuild. make gcc -O1 -g -c main.c -o main.o gcc -O1 -g -c walzgame.c -o walzgame.o gcc -O1 -g -c frame.c -o frame.o gcc -O1 -g -c paddle.c -o paddle.o gcc -O1 -g -c ball.c -o ball.o gcc -O1 -g -c brick.c -o brick.o gcc -O1 -g -c displays.c -o displays.o gcc -Xlinker -Ttext -Xlinker 80140000 -o walz main.o walzgame.o frame.o paddle As you can see, I get no mention of Borland. I suspect that you have a copy of Borland C/C++ loaded on your system and that in is in the path before the Yaroze entries. Try this: Go to your ..\GNU\BIN directory and copy the file MAKE.EXE to YMAKE.EXE. Then try to build your project with the command YMAKE. If it works, you can either continue using YMAKE, or fix the path variable. ----------------------- It really looks like you are running the make utility for Borland C/C++. Is Borland C/C++ loaded on your system? Is the Borland bin directory in your search path? Mario