home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10370 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.3 KB

  1. Path: sparky!uunet!mcsun!sun4nl!orcenl!jhelberg
  2. From: jhelberg@nl.oracle.com (Joost Helberg)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: io.h/iopl
  5. Message-ID: <2808@nlsun1.oracle.nl>
  6. Date: 10 Sep 92 07:33:35 GMT
  7. References: <1992Sep1.123648.18859@cbnewsd.cb.att.com>
  8. Organization: Oracle Europe
  9. Lines: 20
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15.  
  16. asmith@cbnewsd.cb.att.com (arthur.c.smith) writes:
  17. : include/asm/io.h and use outb I get undefined _outb referenced in .text. In
  18. : looking at io.h it appears as if the outb function is defined as extern but
  19. Use -O6 to get the inb/outb functions inline instead of extern 
  20. and therefore undefined. I had this experience when compiling tcp/ip 0.8, the
  21. makefiles redefined CC, throwing away the -O6 option.
  22.  
  23. succes,
  24.  
  25. --  
  26.    Joost Helberg                                Rijnzathe 6
  27.    jhelberg@oracle.nl                           NL-3454 PV De Meern
  28.    jhelberg@nl.oracle.com                       The Netherlands
  29.  
  30.    Oracle Europe BV                             Product Line Development    
  31.    Phone: +31 3406 94211                        Fax:   +31 3406 65609
  32.