Date: Wed, 22 Oct 1997 15:53:56 -0400 (EDT) From: Laszlo Vecsey To: djgpp AT delorie DOT com Subject: psyq object code, compared to djgpp? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I have some libaries that link fine with the psyq compiler, and I'm able to extract the individual .o files.. but apparently the .o files are in psyq format, and wont work with djgpp or linux. (i.e., I can't "nm filename.o" to see the list of functions). How can I go about converting these so they work with linux gcc and djgpp? - lv