From: aragorn AT harborcom DOT net (Aragorn) Newsgroups: comp.os.msdos.djgpp Subject: Trouble compiling GMP 2.0 with DJGPP Date: Fri, 05 Dec 1997 01:20:09 GMT Organization: Harbor Communications Lines: 32 Message-ID: <34875470.9373689@nntp.harborcom.net> NNTP-Posting-Host: 19783 AT 206 DOT 158 DOT 4 DOT 5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cache-Post-Path: proxy.harborcom.net!unknown AT aragorn DOT harborcom DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there anyone who has successfully compiled the GMP 2.0 release w/ DJGPP. I attempted the compile using the 'make.bat' file which was so helpfully provided, but there are problems. The first problem which I managed to fix involved make.bat not naming certain header files incorrectly but the second problem has me stumped. The output of gcc parsing a .s file is piped to grep, and then output to another asm file which is immediately compiled. However, these two lines result in the following error message. "gcc -E -I. -I.. -g -O add_n.S | grep -v '^#' >tmp-add_n.s" "gcc -c tmp-add_.s -o add_n.o" tmp-add_.s: Assembler messages: tmp-add_.s:72: Error: no such 386 instruction: `align' tmp-add_.s:95: Error: no such 386 instruction: `align' How exactly do I recitify this situation? Any advice will be appreciated. Aragorn -- Aragorn AT Harborcom DOT net Targoth Dragon -=UDIC=- Ginsberg's Restatement of the Three Laws of Thermodynamics: You can't win. You can't break even. You can't quit. Check my homepage out, http://harborcom.net/~aragorn --