This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove gdb/nlm subdirectory


Daniel Jacobowitz <drow@false.org> writes:

> I was just going by this:
> 
>    This code is intended to produce an NLM (a NetWare Loadable Module)
>    to run under Novell NetWare.  To create the NLM, compile this code
>    into an object file using the NLM SDK on any i386 host,
> 
> If that's not true, where do you get these?
> 
> #ifdef __i386__
> #include <dfs.h>
> #include <conio.h>
> #include <advanced.h>
> #include <debugapi.h>
> #include <process.h>
> #else
> #include <nwtypes.h>
> #include <nwdfs.h>
> #include <nwconio.h>
> #include <nwadv.h>
> #include <nwdbgapi.h>
> #include <nwthread.h>
> #endif

Oh, you're right, sorry.  You do need the NLM header files, and they
aren't in the GNU sources.  They used to be available somewhere, but I
no longer remember where.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]