Dave Yeo
unread,Aug 21, 2009, 9:57:06 PM8/21/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've recently come across various files that will not actually have any
code, eg beos.c where all code is wrapped in a ifdef BEOS.
While klibc doesn't have any problem, EMX does, producing a 32 byte
object file consisting of 07 01 and a bunch of zero's which produce
malformed input file errors.
Anyways any idea of how to work around this besides editing makefiles?
Dave