home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!wupost!gumby!destroyer!ubc-cs!uw-beaver!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
- From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
- Subject: Re: Compiling GDB 4.6 died: missing machine/reg.h ??
- Message-ID: <1992Jul25.212756.11188@serval.net.wsu.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University
- References: <1992Jul25.173749.13704@cmcl2.nyu.edu>
- Date: Sat, 25 Jul 92 21:27:56 GMT
- Lines: 24
-
- In article <1992Jul25.173749.13704@cmcl2.nyu.edu>, wuwei@acf3.nyu.edu (Wei Wu) writes:
- |> I tried to compile gdb 4.6. It is supposed to support linux.
- |> I configured for linux. The make died in making bfd lib.
- |> Missing header file <machine/reg.h>. Am I missing something
- |> on my system ?
- |>
- |>
- |> Wei Wu (wuwei@acf3.nyu.edu)
-
- Make a dummy for <machine/reg.h> and <sys/reg.h>, like
-
- cd /usr/include
- touch machine/reg.h
- touch sys/reg.h
-
- In gcc 2.2.2d, I used
-
- #ifndef xxxxxxx
- #define xxxxxxx
- #endif
-
- --
- H.J.
- Gcc/libc maintainer for Linux.
-