Re: Compile GNU Mach 1.3 drivers

2006-01-31 Thread Thomas Schwinge
On Sat, Sep 10, 2005 at 09:52:18AM -0700, Shakthi Kannan wrote: > --- Shakthi Kannan <[EMAIL PROTECTED]> wrote: > > I am trying to compile GNU Mach 1.3 > > i386/i386at/lpr.c > > > > Can anyone tell me what I should to get lpr.c > > compiled? Only the files in the sources toplevel > > directory and

Re: Compile GNU Mach 1.3 drivers

2005-09-11 Thread Shakthi Kannan
Hi, --- Thomas Schwinge <[EMAIL PROTECTED]> wrote: > Can > you, Shakthi, verify that it works using a hack to > make it build, like > the one you posted? It builds. I see a lpr.o. Using a "objdump -d kernel" also shows the lpr functions. > I've also seen reports that GNU Mach's lpr isn't > func

Re: Compile GNU Mach 1.3 drivers

2005-09-10 Thread Thomas Schwinge
On Thu, Sep 08, 2005 at 12:24:37PM -0700, Shakthi Kannan wrote: > I am trying to compile GNU Mach 1.3 i386/i386at/lpr.c > driver. > The kernel image is created, but, objdump on the > kernel image does not have any lpr functions in it. > Even lpr.o is not created. That is a bug in GNU Mach's buil

Re: Compile GNU Mach 1.3 drivers

2005-09-10 Thread Shakthi Kannan
Hi, --- Shakthi Kannan <[EMAIL PROTECTED]> wrote: > I am trying to compile GNU Mach 1.3 > i386/i386at/lpr.c > > Can anyone tell me what I should to get lpr.c > compiled? Only the files in the sources toplevel > directory and i386/linux get compiled. Eureka! I just had to add "lpr.c" to i386at-f