Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!aplcomm!beser From: beser@aplcomm.JHUAPL.EDU (Nick Beser) Newsgroups: comp.unix.aux Subject: missing routine from A/UX library? Summary: routine rewinddir missing from A/UX Keywords: rewinddir Message-ID: <453@aplcomm.JHUAPL.EDU> Date: 19 Jun 91 13:40:11 GMT Organization: JHU/APL, Laurel, MD Lines: 20 I am attempting to compile and link xxgdb using the gcc compiler, A/UX 2.01 and Apple's X11 (new version). I noticed that one of the programs is calling rewinddir. I have the correct include files in the program: #include #include however, when linking the program, the linker states that rewinddir is missing. The man page on rewinddir suggests that #include is ok to use. Any Ideas what could be going on? By substituting #include I get it to link, however the program bombs as soon as it runs. The first time I run it from the window, I get an openning of the xxgdb window, but the program exits right away. If I try it again, it just returns without openning a window at all. Has anyone been successfull in getting xxgdb operating on A/UX? Thanks, Nick Beser beser@aplcomm.jhuapl.edu