home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!orcenl!jhelberg
- From: jhelberg@nl.oracle.com (Joost Helberg)
- Newsgroups: comp.os.linux
- Subject: Re: problems with 0.97pl2 and tcpip
- Message-ID: <2757@nlsun1.oracle.nl>
- Date: 26 Aug 92 16:13:32 GMT
- References: <1992Aug26.000431.560@serval.net.wsu.edu>
- Organization: Oracle Europe
- Lines: 46
- X-Newsreader: Tin 1.1 PL3
-
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
-
- hlu@fili.eecs.wsu.edu (H.J. Lu) writes:
- : In article <2746@nlsun1.oracle.nl>, jhelberg@nl.oracle.com (Joost Helberg) writes:
- : |>
- : |> I have 0.97pl2 up and running and tried to add tcpip0.8 into it.
- : |>
- : |> the patch worked allright, compiled good too but:
- : |> when loading the image i get unresolveds:
- : |> _outb_p
- : |> _inb_p
- : |> _outb
- : |> severals hundreds! from net/net.o.
- : |>
- : |> As the only code from net using outb/inb etc. is we.c It must come from there.
- : |>
- : |> we.c includes asm/io.h, so I don't know why this goes wrong?
- : |>
- : |>
- : |>
- :
- : Just my wild guess. Did you use -O?
- :
- : H.J.
-
- Right you are!
- I changed the first 5 lines of the Makefile for tcpip into comment.
- After that it worked.
-
- the lines as they are in tcpip 0.8:
- AS =as
- AR =ar
- LD =ld
- CC = gcc -I../../include
-
- Yakee! See why it works now?
-
- --
- Joost Helberg Rijnzathe 6
- jhelberg@oracle.nl NL-3454 PV De Meern
- jhelberg@nl.oracle.com The Netherlands
-
- Oracle Europe BV Product Line Development
- Phone: +31 3406 94211 Fax: +31 3406 65609
-