home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9169 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.7 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: problems with 0.97pl2 and tcpip
  5. Message-ID: <2757@nlsun1.oracle.nl>
  6. Date: 26 Aug 92 16:13:32 GMT
  7. References: <1992Aug26.000431.560@serval.net.wsu.edu>
  8. Organization: Oracle Europe
  9. Lines: 46
  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. hlu@fili.eecs.wsu.edu (H.J. Lu) writes:
  17. : In article <2746@nlsun1.oracle.nl>, jhelberg@nl.oracle.com (Joost Helberg) writes:
  18. : |> 
  19. : |> I have 0.97pl2 up and running and tried to add tcpip0.8 into it.
  20. : |> 
  21. : |> the patch worked allright, compiled good too but:
  22. : |>   when loading the image i get unresolveds:
  23. : |>       _outb_p
  24. : |>     _inb_p
  25. : |>     _outb
  26. : |> severals hundreds! from net/net.o. 
  27. : |> 
  28. : |> As the only code from net using outb/inb etc. is we.c It must come from there.
  29. : |> 
  30. : |> we.c includes asm/io.h, so I don't know why this goes wrong?
  31. : |> 
  32. : |> 
  33. : |> 
  34. : Just my wild guess. Did you use -O?
  35. : H.J.
  36.  
  37. Right you are!
  38. I changed the first 5 lines of the Makefile for tcpip into comment.
  39. After that it worked.
  40.  
  41. the lines as they are in tcpip 0.8: 
  42.   AS    =as
  43.   AR    =ar
  44.   LD    =ld
  45.   CC    = gcc -I../../include
  46.  
  47. Yakee! See why it works now?
  48.  
  49. --  
  50.    Joost Helberg                                Rijnzathe 6
  51.    jhelberg@oracle.nl                           NL-3454 PV De Meern
  52.    jhelberg@nl.oracle.com                       The Netherlands
  53.  
  54.    Oracle Europe BV                             Product Line Development    
  55.    Phone: +31 3406 94211                        Fax:   +31 3406 65609
  56.