Mail Archives: djgpp/1996/10/06/12:50:06
On Sun, 6 Oct 1996, Leszek Chmielewski wrote:
> I have a number of libraries written with DJGPP v.1. When I link them with a
> program written in DJGPP v.2, I get messages like
>
> function.c(.text+0x30): undefined reference to `_iob'
> function.c(.text+0x93): undefined reference to `_ctype'
>
> Can anything be done without the source of the problematic library
> functions?
Sorry, no. DJGPP v1.x and v2 are generally incompatible; the only
exception to that rule are math functions (from libm.a). You have to
recompile the sources with v2, or write them from scratch if the sources
aren't available.
- Raw text -