From: jih-shin ho Subject: Re: What is fixed? To: ryoung AT utdallas DOT edu (Ryu Young) Date: Sat, 24 Jul 93 11:01:06 EAT Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) > > In .../djgpp/pub, there are fixed binaries: > > [1] binutl22-fix.zip > gas21fix.zip (included in binutl22-fix.zip) > > Also there are: > > [2] binutl22,zip > gas21.zip > > What is fixed in [1] compared wit [2]? > What is difference between [1] and thos in the ../djgpp directory? > (I wish documents were also distributed with fixed binaries...) > > Thanks in advance. > > Young > > If you use binutl22.zip, you must add '-s' to gcc to get the executable file to work. Like: gcc -s ........... There is no need for '-s' if you use binutl22-fix.zip. The linkers in both files can produce COFF output files. Please don't use gas21.zip. Because the 'as' in it always opens file in text mode. -- Jih-Shin Ho