Skip to content
Advertisement

Tag: bcc-compiler

auto_start error in ld86 compiling

I’m trying to compile a fairly basic program under Linux and I’m having trouble with ld86. Anyone have an idea as to what auto_start is? UPDATE 3/12/2012: Seems to go away when I define my own printf()… Answer Huzzah! I have found it. When calling main() in main.c I was using parameters like this However, if I use no parameters…

Advertisement