Where to find library with __inb/__outb ?

Joseph I. Valenzuela jvalenzu@viasub.net
Fri Oct 1 00:00:00 GMT 1999


pafka <pafka@freemail.nl> writes:

> Hi,
> 
>   I have a problem during linking of program that uses inb and outb
> functions. After linking I recieve a message:
> 
> 
> /tmp/ccc00180: In function `main':
> /tmp/ccc00180(.text+0x58): undefined reference to `__outbc'
> /tmp/ccc00180(.text+0x78): undefined reference to `__outb'
> /tmp/ccc00180(.text+0x96): undefined reference to `__inbc'
> /tmp/ccc00180(.text+0xb6): undefined reference to `__inb'
> 
> Does anyone know how to solve it ?

Did you compile with -O2 optimizations?

-- 
jvalenzu@subnet.org
If you waste your time cooking, you'll miss the next meal.



More information about the Gcc-help mailing list