From: ckcorcor AT uiuc DOT edu (Casey King Corcoran) Newsgroups: comp.os.msdos.djgpp Subject: make error 424: multiple target patterns Date: 18 Mar 1997 03:45:42 GMT Organization: University of Illinois Lines: 26 Message-ID: <5gl356$euv@vixen.cso.uiuc.edu> NNTP-Posting-Host: p5.csrd.uiuc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am trying to make djgpp on a PPro Windows NT machine. I ran configur, after fixing the long to short filename problem it had (config-n.bat vs config-nt.bat) and then tried to invoke make . . . but I keep getting the same error: C:\gnu\sources\gnu\gcc-2721>make all makefile:424: *** multiple target patterns. Stop. The lines around 423 and 424 of the makefile are as follows: 423 ld.exe; ld.obj 424 link -out:ld.exe ld.obj $(LDFLAGS) $(CLIB) I am using GNU's make v. 3.75. The link being used is in c:\msdev\bin, if that helps any. Any ideas what might be wrong here? Also, if anyone has successfully built a MS Vis C/C++ project for djgpp, I would be very interrested in getting a copy of the workspace file . . . or at least find out where the snaggs were and how to overcome them. -- |...... Casey K. Corcoran ......| University of Illinois |...... ckcorcor AT uiuc DOT edu ......| Center for Supercomputing R & D |....... (217) 244-0049 ........| 1308 W. Main Street, Urbana, IL 61801