Mail Archives: djgpp/1997/12/05/03:15:40
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
--
- Raw text -