From: ajschrotenboer AT lycosmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: More problems w/ building GNU MP Date: Mon, 30 Nov 1998 17:24:10 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 31 Message-ID: <73ukb4$gmj$1@nnrp1.dejanews.com> References: NNTP-Posting-Host: 207.74.20.23 X-Article-Creation-Date: Mon Nov 30 17:24:10 1998 GMT X-Http-User-Agent: Mozilla/4.05 [en] (Win95; I ;Nav) X-Http-Proxy: HTTP/1.1 intranet3.westottawa.k12.mi.us (IBM-ICS), 1.0 x12.dejanews.com:80 (Squid/1.1.22) for client 207.74.20.23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stupid q, why was the make.bat built so badly, so that all of these mods are req'd??? In article , djgpp AT delorie DOT com wrote: > > On Sun, 29 Nov 1998 ajschrotenboer AT lycosmail DOT com wrote: > > > Here's another set of error messages. > > > > C:\djgpp\gnu\gmp-2.0.2\mpn>gcc -march=pentium -c tmp-addmul_1.s addmul_1.o > > tmp-addmul_1.s: Assembler messages: > > tmp-addmul_1.s:76: Error: no such 386 instruction: `text' > > Does it help if you say tmp-addmul_1.S (upper-case `S') instead of .s? > > If that doesn't help, post here the source file tmp-addmul_1.s. > > > Now here's the error message I was talking about: > > > > C:\djgpp\gnu\gmp-2.0.2\mpn>gcc -march=pentium -c tmp-add_n.s add_n.o > > gcc.exe: add_n.o: No such file or directory (ENOENT) > > That line should say "-o add_n.o", which means ``put the output into > add_n.o''. Without -o, GCC thinks you want it to compile two files: > tmp-add_n.s and add_n.o. (I think you need to say tmp-add_n.S here as > well.) > -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own